dhcpcd: Add TODO to cleanup after patchShebangs fix

This commit is contained in:
Shea Levy 2018-03-01 16:11:51 -05:00
parent 34487947ce
commit 600b08cf9b
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27

View file

@ -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}|'
'';