summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSebastian Jordan <sebastian.jordan.mail@googlemail.com>2015-04-19 17:03:21 +0200
committerPeter Simons <simons@cryp.to>2015-04-19 18:36:08 +0200
commit956f6dbd4a4748120ee0fb2fc462d18a0e875792 (patch)
tree791ffce281ad66177df289fbd70fac135a0d5f88 /pkgs
parentd3b73ae30f9aea81ec1387713621657738eb1f8f (diff)
downloadnixlib-956f6dbd4a4748120ee0fb2fc462d18a0e875792.tar
nixlib-956f6dbd4a4748120ee0fb2fc462d18a0e875792.tar.gz
nixlib-956f6dbd4a4748120ee0fb2fc462d18a0e875792.tar.bz2
nixlib-956f6dbd4a4748120ee0fb2fc462d18a0e875792.tar.lz
nixlib-956f6dbd4a4748120ee0fb2fc462d18a0e875792.tar.xz
nixlib-956f6dbd4a4748120ee0fb2fc462d18a0e875792.tar.zst
nixlib-956f6dbd4a4748120ee0fb2fc462d18a0e875792.zip
Disable sdl2-ttf tests in haskellng packages.
The testsuite of the sdl2-ttf requires user input to finish, thats why
it should be disabled until a version which fixed this problem is
available on hackage.

Closes https://github.com/NixOS/nixpkgs/pull/7464.
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 cb908dbb9627..cc875b7d33c9 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -426,6 +426,7 @@ self: super: {
   Rlang-QQ = dontCheck super.Rlang-QQ;
   sai-shape-syb = dontCheck super.sai-shape-syb;
   scp-streams = dontCheck super.scp-streams;
+  sdl2-ttf = dontCheck super.sdl2-ttf; # as of version 0.2.1, the test suite requires user intervention
   separated = dontCheck super.separated;
   shadowsocks = dontCheck super.shadowsocks;
   shake-language-c = dontCheck super.shake-language-c;