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