summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorTyson Whitehead <twhitehead@gmail.com>2020-07-15 12:13:23 -0400
committerPeter Simons <simons@cryp.to>2020-07-24 13:02:55 +0200
commit5dfff453ccffd8492331dd69b5c54232bb9be31d (patch)
tree309b14e3661dba514e0ae37271d98ba5a05177c5 /pkgs/development/haskell-modules/configuration-common.nix
parent91d52901c49fe7ad2b10ea3bb23fc2129e1ad42e (diff)
downloadnixpkgs-5dfff453ccffd8492331dd69b5c54232bb9be31d.tar
nixpkgs-5dfff453ccffd8492331dd69b5c54232bb9be31d.tar.gz
nixpkgs-5dfff453ccffd8492331dd69b5c54232bb9be31d.tar.bz2
nixpkgs-5dfff453ccffd8492331dd69b5c54232bb9be31d.tar.lz
nixpkgs-5dfff453ccffd8492331dd69b5c54232bb9be31d.tar.xz
nixpkgs-5dfff453ccffd8492331dd69b5c54232bb9be31d.tar.zst
nixpkgs-5dfff453ccffd8492331dd69b5c54232bb9be31d.zip
haskellPackages.massiv*: disable massiv test, unmark as broken
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 eda66ac0049..8cf0db998bd 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1401,4 +1401,8 @@ self: super: {
   gi-soup = doJailbreak super.gi-soup;
   gi-webkit2 = doJailbreak super.gi-webkit2;
 
+  # Missing -Iinclude parameter to doc-tests (pull has been accepted, so should be resolved when 0.5.3 released)
+  # https://github.com/lehins/massiv/pull/104
+  massiv = dontCheck super.massiv;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super