forked from mirrors/nixpkgs
perl: Disable tests
It appears that these got re-enabled accidentally in
d1ed0f44cd
.
http://hydra.nixos.org/build/13369824
This commit is contained in:
parent
97d6afafaa
commit
315e58762d
|
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
|||
${optionalString stdenv.isArm ''
|
||||
configureFlagsArray=(-Dldflags="-lm -lrt")
|
||||
''}
|
||||
|
||||
|
||||
${optionalString stdenv.isCygwin ''
|
||||
cp cygwin/cygwin.c{,.bak}
|
||||
echo "#define PERLIO_NOT_STDIO 0" > tmp
|
||||
|
@ -70,6 +70,5 @@ stdenv.mkDerivation rec {
|
|||
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
||||
doCheck = stdenv.isLinux;
|
||||
passthru.libPrefix = "lib/perl5/site_perl";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue