dhcpcd: Add TODO to cleanup after patchShebangs fix
This commit is contained in:
parent
34487947ce
commit
600b08cf9b
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
|
||||
# Check that the udev plugin got built.
|
||||
postInstall = stdenv.lib.optional (udev != null) "[ -e $out/lib/dhcpcd/dev/udev.so ]";
|
||||
|
||||
# TODO shlevy remove once patchShebangs is fixed
|
||||
postFixup = ''
|
||||
find $out -type f -print0 | xargs --null sed -i 's|${stdenv.shellPackage}|${runtimeShellPackage}|'
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user