about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatt McHenry <github@matt.mchenryfamily.org>2017-03-19 17:21:34 -0400
committerMatt McHenry <github@matt.mchenryfamily.org>2017-03-20 12:19:02 -0400
commitcd426e66b83c2f0487bca8e4b5ca157faf5d9e30 (patch)
treefdac34563172e54c0d4eba94dfe7dbdc6df63ab3 /pkgs
parent2839b101f927be5daab7948421de00a6f6c084ae (diff)
downloadnixlib-cd426e66b83c2f0487bca8e4b5ca157faf5d9e30.tar
nixlib-cd426e66b83c2f0487bca8e4b5ca157faf5d9e30.tar.gz
nixlib-cd426e66b83c2f0487bca8e4b5ca157faf5d9e30.tar.bz2
nixlib-cd426e66b83c2f0487bca8e4b5ca157faf5d9e30.tar.lz
nixlib-cd426e66b83c2f0487bca8e4b5ca157faf5d9e30.tar.xz
nixlib-cd426e66b83c2f0487bca8e4b5ca157faf5d9e30.tar.zst
nixlib-cd426e66b83c2f0487bca8e4b5ca157faf5d9e30.zip
friday-juicypixels: disable tests
the tarball from
https://hackage.haskell.org/package/friday-juicypixels-0.1.2/friday-juicypixels-0.1.2.tar.gz
does not include the test/rgba8.png file, which causes the test
code to fail
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 8811a7b093ab..e8e573bb8319 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;