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-03-31 17:48:23 +0200
committerPeter Simons <simons@cryp.to>2015-03-31 22:04:43 +0200
commitf35b08ac3916e015a8f5adc8641ca77574dce27a (patch)
tree7bda81779f192c5db971462dfbd926a28728c442 /pkgs/development/haskell-modules/configuration-common.nix
parentd0ac04fbaa4fe19fd7ce6690afe4a690f4e2d81d (diff)
downloadnixpkgs-f35b08ac3916e015a8f5adc8641ca77574dce27a.tar
nixpkgs-f35b08ac3916e015a8f5adc8641ca77574dce27a.tar.gz
nixpkgs-f35b08ac3916e015a8f5adc8641ca77574dce27a.tar.bz2
nixpkgs-f35b08ac3916e015a8f5adc8641ca77574dce27a.tar.lz
nixpkgs-f35b08ac3916e015a8f5adc8641ca77574dce27a.tar.xz
nixpkgs-f35b08ac3916e015a8f5adc8641ca77574dce27a.tar.zst
nixpkgs-f35b08ac3916e015a8f5adc8641ca77574dce27a.zip
haskell-csound-expression-dynamic: disable Haddock phase to fix the build
https://github.com/anton-k/csound-expression-dynamic/issues/1
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 685dbc5f0e8..310844c517c 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -666,6 +666,9 @@ self: super: {
     '';
   });
 
+  # https://github.com/anton-k/csound-expression-dynamic/issues/1
+  csound-expression-dynamic = dontHaddock super.csound-expression-dynamic;
+
 } // {
 
   # Not on Hackage.