Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emacsPackagesNg doesn't seem to install bin folder #43521

Closed
bendlas opened this issue Jul 14, 2018 · 2 comments
Closed

emacsPackagesNg doesn't seem to install bin folder #43521

bendlas opened this issue Jul 14, 2018 · 2 comments
Labels
2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md 6.topic: emacs

Comments

@bendlas
Copy link
Contributor

bendlas commented Jul 14, 2018

Issue description

When a package from emacsPackages creates a bin folder, the corresponding package from emacsPackageNg, doesn't.

cc @ttuegel @mdorman

Steps to reproduce

Example:

± tree $(nix-build . -A emacsPackages.cask)
/nix/store/mjm4wm16mildqgp0hz3g1jkcrbwv0zv1-cask-0.8.4
├── bin
│   └── cask
├── cask-bootstrap.el -> /nix/store/mjm4wm16mildqgp0hz3g1jkcrbwv0zv1-cask-0.8.4/share/emacs/site-lisp/cask-bootstrap.el
├── cask-cli.el -> /nix/store/mjm4wm16mildqgp0hz3g1jkcrbwv0zv1-cask-0.8.4/share/emacs/site-lisp/cask-cli.el
├── cask.el -> /nix/store/mjm4wm16mildqgp0hz3g1jkcrbwv0zv1-cask-0.8.4/share/emacs/site-lisp/cask.el
├── share
│   └── emacs
│       └── site-lisp
│           ├── cask-bootstrap.el
│           ├── cask-cli.el
│           └── cask.el
└── templates
    ├── init-dev.tpl
    └── init.tpl

5 directories, 9 files
± tree $(nix-build . -A emacsPackagesNg.cask)
/nix/store/4dkrqn8chx7jfhrv4wpck96pdpl9wlaq-emacs-cask-20180119.1906
├── nix-support
│   ├── propagated-build-inputs
│   ├── propagated-user-env-packages
│   └── setup-hook
└── share
    └── emacs
        └── site-lisp
            └── elpa
                └── cask-20180119.1906
                    ├── cask-autoloads.el
                    ├── cask-bootstrap.el
                    ├── cask-bootstrap.elc
                    ├── cask-cli.el
                    ├── cask.el
                    ├── cask-pkg.el
                    ├── package-legacy.el
                    └── package-legacy.elc

6 directories, 11 files

Technical details

± nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 4.17.4, NixOS, 18.09pre-git (Jellyfish)`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.0.4`
 - channels(root): `"nixos-15.09.636.8c44b45"`
 - nixpkgs: `/etc/nixos/pkgs`
@stale
Copy link

stale bot commented Jun 4, 2020

Thank you for your contributions.

This has been automatically marked as stale because it has had no activity for 180 days.

If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.

Here are suggestions that might help resolve this more quickly:

  1. Search for maintainers and people that previously touched the related code and @ mention them in a comment.
  2. Ask on the NixOS Discourse.
  3. Ask on the #nixos channel on irc.freenode.net.

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jun 4, 2020
@ttuegel
Copy link
Member

ttuegel commented Jun 16, 2020

This is an intentional difference: The emacsPackagesNg package contains only the Emacs mode. Projects that have other components should be packaged separately; for example, there is a cask package.

@ttuegel ttuegel closed this as completed Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md 6.topic: emacs
Projects
None yet
Development

No branches or pull requests

3 participants