summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorSiva Mahadevan <me@svmhdvn.name>2020-06-24 12:54:42 -0400
committerGitHub <noreply@github.com>2020-06-24 12:54:42 -0400
commitc518e30b00baf32b50fa578ee16b39e9fb19b491 (patch)
treee07f509526917be6253267b46d8c86d475fcd5fe /pkgs/development/haskell-modules/configuration-common.nix
parent264cb81ad67974f46b778c954ed8129cbf7ab71f (diff)
downloadnixpkgs-c518e30b00baf32b50fa578ee16b39e9fb19b491.tar
nixpkgs-c518e30b00baf32b50fa578ee16b39e9fb19b491.tar.gz
nixpkgs-c518e30b00baf32b50fa578ee16b39e9fb19b491.tar.bz2
nixpkgs-c518e30b00baf32b50fa578ee16b39e9fb19b491.tar.lz
nixpkgs-c518e30b00baf32b50fa578ee16b39e9fb19b491.tar.xz
nixpkgs-c518e30b00baf32b50fa578ee16b39e9fb19b491.tar.zst
nixpkgs-c518e30b00baf32b50fa578ee16b39e9fb19b491.zip
Update configuration-common.nix
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 08020c5ccbc..809e1076eff 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1503,5 +1503,9 @@ self: super: {
   # 2020-06-24: Tests are broken in hackage distribution.
   # See: https://github.com/kowainik/stan/issues/316
   stan = dontCheck super.stan;
+  
+  # 2020-06-24: Tests are broken in hackage distribution.
+  # See: https://github.com/robstewart57/rdf4h/issues/39
+  rdf4h = dontCheck super.rdf4h;
 
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super