perl: fix bad syntax in FreeBSD commit
This commit is contained in:
parent
d021eb6e12
commit
2660b9115f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user