From f35b08ac3916e015a8f5adc8641ca77574dce27a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 31 Mar 2015 17:48:23 +0200 Subject: [PATCH] haskell-csound-expression-dynamic: disable Haddock phase to fix the build https://github.com/anton-k/csound-expression-dynamic/issues/1 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) 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.