about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-03-20 17:39:31 +0100
committerGitHub <noreply@github.com>2017-03-20 17:39:31 +0100
commit659ea1e24a9807c4fdfc2c307e740e0de7481b91 (patch)
tree3e3b54336b64e11c8b34309dcf3ad076b5d34dd2 /pkgs
parentb751036a747222822594e875604c0d9cdc3f798e (diff)
parentcd426e66b83c2f0487bca8e4b5ca157faf5d9e30 (diff)
downloadnixlib-659ea1e24a9807c4fdfc2c307e740e0de7481b91.tar
nixlib-659ea1e24a9807c4fdfc2c307e740e0de7481b91.tar.gz
nixlib-659ea1e24a9807c4fdfc2c307e740e0de7481b91.tar.bz2
nixlib-659ea1e24a9807c4fdfc2c307e740e0de7481b91.tar.lz
nixlib-659ea1e24a9807c4fdfc2c307e740e0de7481b91.tar.xz
nixlib-659ea1e24a9807c4fdfc2c307e740e0de7481b91.tar.zst
nixlib-659ea1e24a9807c4fdfc2c307e740e0de7481b91.zip
Merge pull request #24099 from jerith666/friday-juicypixels-test
friday-juicypixels: disable tests
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 1f38ebac54a9..e83f4e6aaecd 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -282,6 +282,7 @@ self: super: {
   etcd = dontCheck super.etcd;
   fb = dontCheck super.fb;                              # needs credentials for Facebook
   fptest = dontCheck super.fptest;                      # http://hydra.cryp.to/build/499124/log/raw
+  friday-juicypixels = dontCheck super.friday-juicypixels; #tarball missing test/rgba8.png
   ghc-events = dontCheck super.ghc-events;              # http://hydra.cryp.to/build/498226/log/raw
   ghc-events-parallel = dontCheck super.ghc-events-parallel;    # http://hydra.cryp.to/build/496828/log/raw
   ghc-imported-from = dontCheck super.ghc-imported-from;