Don't replace the shebang in nix-wrap
This commit is contained in:
parent
8597bb97ab
commit
6122fef927
@ -75,6 +75,7 @@ stdenv.mkDerivation rec {
|
||||
dontUnpack = true;
|
||||
dontConfigure = true;
|
||||
dontBuild = true;
|
||||
dontPatchShebangs = true;
|
||||
NIX_DEBUG = 0;
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user