deer: simpler perl patch
This commit is contained in:
parent
6b05ff00e9
commit
6d988e5e56
@ -14,9 +14,8 @@ in stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
sed -i '157s/perl/'\
|
||||
"$(echo ${perl}/bin/perl | sed 's/\//\\\//g')"'/' \
|
||||
deer
|
||||
substituteInPlace deer \
|
||||
--replace " perl " " ${perl}/bin/perl "
|
||||
'';
|
||||
|
||||
patches = [ ./realpath.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user