From 26a9fcdfca785de0077219aa335f574601cbbba2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 5 Jul 2015 00:46:42 +0200 Subject: [PATCH] haskell-hwsl2-reducers depends on broken build inputs --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 07936619c479..651c4c8587f4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -612,6 +612,7 @@ self: super: { # https://github.com/srijs/hwsl2/issues/1 hwsl2 = markBroken super.hwsl2; + hwsl2-reducers = dontDistribute super.hwsl2-reducers; # https://code.google.com/p/linux-music-player/issues/detail?id=1 mp = markBroken super.mp;