about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authortimds <timds_pub@icloud.com>2020-03-08 11:00:44 +0100
committerPeter Simons <simons@cryp.to>2020-03-13 20:18:14 +0100
commit720d0c7803a488c55351d0030cc9563ed42b5704 (patch)
treea65baf534b12cf09b77b2e4ff7767f8c34d1bae8 /pkgs/development/haskell-modules
parent14f213a0078815e83795eb1cc4a400853762ee24 (diff)
downloadnixlib-720d0c7803a488c55351d0030cc9563ed42b5704.tar
nixlib-720d0c7803a488c55351d0030cc9563ed42b5704.tar.gz
nixlib-720d0c7803a488c55351d0030cc9563ed42b5704.tar.bz2
nixlib-720d0c7803a488c55351d0030cc9563ed42b5704.tar.lz
nixlib-720d0c7803a488c55351d0030cc9563ed42b5704.tar.xz
nixlib-720d0c7803a488c55351d0030cc9563ed42b5704.tar.zst
nixlib-720d0c7803a488c55351d0030cc9563ed42b5704.zip
saltine: fix build by disabling tests
The tests fail to compile because of a missing module but would
otherwise be fine.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml1
2 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 3f28ebebd224..1fec29f20379 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -376,6 +376,7 @@ self: super: {
   Rlang-QQ = dontCheck super.Rlang-QQ;
   safecopy = dontCheck super.safecopy;
   sai-shape-syb = dontCheck super.sai-shape-syb;
+  saltine = dontCheck super.saltine; # https://github.com/tel/saltine/pull/56
   scp-streams = dontCheck super.scp-streams;
   sdl2 = dontCheck super.sdl2; # the test suite needs an x server
   sdl2-ttf = dontCheck super.sdl2-ttf; # as of version 0.2.1, the test suite requires user intervention
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index 73bc8a2f54fd..d16555a168b0 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -8979,7 +8979,6 @@ broken-packages:
   - sajson
   - salak-toml
   - Salsa
-  - saltine
   - saltine-quickcheck
   - salvia
   - salvia-demo