3
0
Fork 0
forked from mirrors/nixpkgs

perl: fix bad syntax in FreeBSD commit

This commit is contained in:
Vladimír Čunát 2013-04-02 21:18:14 +02:00
parent d021eb6e12
commit 2660b9115f

View file

@ -68,8 +68,8 @@ stdenv.mkDerivation rec {
t/porting/{maintainers.t,regen.t} \
cpan/Socket/t/getnameinfo.t \
'' + stdenv.lib.optionalString (stdenv.isFreeBSD) ''
cpan/CPANPLUS/t/04_CPANPLUS-Module.t
cpan/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
cpan/CPANPLUS/t/04_CPANPLUS-Module.t \
cpan/CPANPLUS/t/20_CPANPLUS-Dist-MM.t \
'' + " ";
postPatch = ''
for test in ${testsToSkip}; do