remove debugging from perl 5.16
This commit is contained in:
@@ -33,8 +33,6 @@ stdenv.mkDerivation rec {
|
|||||||
pwd="$(type -P pwd)"
|
pwd="$(type -P pwd)"
|
||||||
substituteInPlace dist/Cwd/Cwd.pm \
|
substituteInPlace dist/Cwd/Cwd.pm \
|
||||||
--replace "pwd_cmd = 'pwd'" "pwd_cmd = '$pwd'"
|
--replace "pwd_cmd = 'pwd'" "pwd_cmd = '$pwd'"
|
||||||
grep -R /bin/pwd .
|
|
||||||
exit 1
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Build a thread-safe Perl with a dynamic libperls.o. We need the
|
# Build a thread-safe Perl with a dynamic libperls.o. We need the
|
||||||
|
|||||||
Reference in New Issue
Block a user