summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2013-09-18 16:34:19 -0700
committerDomen Kožar <domen@dev.si>2013-09-18 16:34:19 -0700
commit42c2a579a79e75b06f134a546bef5063b8fc4c2d (patch)
tree86b1558d327c7a2949e9e40b01eb4a1d3f4fd8e9 /pkgs/top-level/perl-packages.nix
parent009780587f6fa636f01b6b26cd1187545b9cfd66 (diff)
parentb882b820339ca68c57e4b1db72ce69e6c571e399 (diff)
downloadnixlib-42c2a579a79e75b06f134a546bef5063b8fc4c2d.tar
nixlib-42c2a579a79e75b06f134a546bef5063b8fc4c2d.tar.gz
nixlib-42c2a579a79e75b06f134a546bef5063b8fc4c2d.tar.bz2
nixlib-42c2a579a79e75b06f134a546bef5063b8fc4c2d.tar.lz
nixlib-42c2a579a79e75b06f134a546bef5063b8fc4c2d.tar.xz
nixlib-42c2a579a79e75b06f134a546bef5063b8fc4c2d.tar.zst
nixlib-42c2a579a79e75b06f134a546bef5063b8fc4c2d.zip
Merge pull request #973 from errge/master
Disable tests for perlPackages.ack
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index b97ab7341729..461dc0c1f6ea 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -42,10 +42,8 @@ rec {
       maintainers = with maintainers; [ lovek323 ];
       platforms   = stdenv.lib.platforms.unix;
     };
-    # t/swamp/{0,perl-without-extension} are datafiles for the test
-    # t/ack-show-types.t, but the perl generic builder confuses them
-    # for scripts and purifies them, making the test fail.
-    preCheck = "sed -i '1s,.*,#!/usr/bin/perl -w,' t/swamp/0 t/swamp/perl-without-extension";
+    # tests fails on nixos and hydra because of different purity issues
+    doCheck = false;
   };
 
   AlgorithmAnnotate = buildPerlPackage {