treewide: use ${stdenv.shell} instead of /bin/sh where possible
This commit is contained in:
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
unpackPhase = "true";
|
||||
|
||||
brprintconf_mfcj6510dw_script = ''
|
||||
#!/bin/sh
|
||||
#!${stdenv.shell}
|
||||
cd $(mktemp -d)
|
||||
ln -s @out@/usr/bin/brprintconf_mfcj6510dw_patched brprintconf_mfcj6510dw_patched
|
||||
ln -s @out@/opt/brother/Printers/mfcj6510dw/inf/brmfcj6510dwfunc brmfcj6510dwfunc
|
||||
|
||||
Reference in New Issue
Block a user