summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-07-22 18:19:48 +0200
committerPeter Simons <simons@cryp.to>2015-08-07 15:13:13 +0200
commitc79879b9556843a764e0a07c4585e50783c4c336 (patch)
tree0a4438075907f4b3fd86f33ab55ff5b4d4bd52e7 /pkgs/development/haskell-modules/configuration-common.nix
parent8db23bc08f7da2d3a21367d2303c248912dd9f43 (diff)
downloadnixpkgs-c79879b9556843a764e0a07c4585e50783c4c336.tar
nixpkgs-c79879b9556843a764e0a07c4585e50783c4c336.tar.gz
nixpkgs-c79879b9556843a764e0a07c4585e50783c4c336.tar.bz2
nixpkgs-c79879b9556843a764e0a07c4585e50783c4c336.tar.lz
nixpkgs-c79879b9556843a764e0a07c4585e50783c4c336.tar.xz
nixpkgs-c79879b9556843a764e0a07c4585e50783c4c336.tar.zst
nixpkgs-c79879b9556843a764e0a07c4585e50783c4c336.zip
haskell-hs-blake2 depends on broken llvm-base library.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-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 65298b9dd02..789eb953175 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -529,6 +529,7 @@ self: super: {
   stable-tree = dontDistribute super.stable-tree;
   synthesizer-llvm = dontDistribute super.synthesizer-llvm;
   optimal-blocks = dontDistribute super.optimal-blocks;
+  hs-blake2 = dontDistribute super.hs-blake2;
 
   # https://ghc.haskell.org/trac/ghc/ticket/9625
   vty = dontCheck super.vty;