mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
knot-resolver: fix /bin/sh impurity
Manifestation in this case: ./scripts/embed-lua.sh: line 4: alias: not found
This commit is contained in:
parent
32a98a635a
commit
366ae3dfe0
@ -21,7 +21,7 @@ unwrapped = stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
configurePhase = ":";
|
||||
configurePhase = "patchShebangs scripts/";
|
||||
|
||||
nativeBuildInputs = [ pkgconfig which hexdump ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user