-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
houdini: fix fhsenv version #363168
houdini: fix fhsenv version #363168
Conversation
b473614
to
86731c1
Compare
After NixOS#363168, houdini can't run anymore becase of infinite loop in shell script. `extraInstallCommands` of NixOS#363168 gives such script `$out/bin/houdini`: ```bash \#!${stdenv.shell} exec $out/bin/houdini ${unwrapped}/bin/houdini "$@" ``` This script exec itself infinitely.
this broke the package and introduced infinite recursion in wrappers. |
After NixOS#363168, houdini can't run anymore becase of infinite loop in shell script. `extraInstallCommands` of NixOS#363168 gives such script `$out/bin/houdini`: ```bash \#!${stdenv.shell} exec $out/bin/houdini ${unwrapped}/bin/houdini "$@" ``` This script exec itself infinitely.
I really don't see why that would be the case. Would you mind providing me with derivations that are failing? |
no build is failing - the main binary is now just running itself instead of running the wrapped binary because of a name collision. |
part of #336576
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.