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;
|
dontUnpack = true;
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
dontPatchShebangs = true;
|
||||||
NIX_DEBUG = 0;
|
NIX_DEBUG = 0;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user