-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
wrapFish: use symlinkJoin
to make wrapper, able to change original derivation of wrapper
#329591
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
base: master
Are you sure you want to change the base?
Conversation
This at least should be a stand alone commit, otherwise it's hard to review. Some reviewers may prefer to do not format existed code, but waiting for a tree-wide clean up.
I would prefer |
Done.
The fish dose not need a wrapper, it's not like other packages that uses wrapper in derivation. The wrapper is only used to specify some environments for fish, so I don't think it's a good idea to rename fish to fish-unwrapped. |
What exactly does this achieve? I don't see a motivation for breaking the interface needlessly. |
6a92629
to
9820548
Compare
6f133cd
to
ee0f7d9
Compare
b351bde
to
b9cfbc5
Compare
package
using wrapFish
I just changed my mind, this PR only fixes |
package
using wrapFish
symlinkJoin
to make wrapper
symlinkJoin
to make wrappersymlinkJoin
to make wrapper, able to change original derivation of wrapper
f7ca699
to
bfe41da
Compare
…derivation of wrapper
Description of changes
wrapFish
fromwriteShellApplication
tosymlinkJoin
, the wrapper inheritsmeta
andshellPath
from original fish. This fixes build failure whenprograms.fish.package
is a wrapper made bywrapFish
.Cc fish maintainers @adamcstephens @cole-h @winterqt.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.