deer: simpler perl patch
This commit is contained in:
@@ -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 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user