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-05 00:46:42 +0200
committerPeter Simons <simons@cryp.to>2015-07-05 21:06:04 +0200
commit26a9fcdfca785de0077219aa335f574601cbbba2 (patch)
tree0b80733ee3c288ce6dce0f1f04fb7744be1c088f /pkgs/development/haskell-modules/configuration-common.nix
parent9d69ce4237bb611a09bf058a3f4e05838b06d62b (diff)
downloadnixlib-26a9fcdfca785de0077219aa335f574601cbbba2.tar
nixlib-26a9fcdfca785de0077219aa335f574601cbbba2.tar.gz
nixlib-26a9fcdfca785de0077219aa335f574601cbbba2.tar.bz2
nixlib-26a9fcdfca785de0077219aa335f574601cbbba2.tar.lz
nixlib-26a9fcdfca785de0077219aa335f574601cbbba2.tar.xz
nixlib-26a9fcdfca785de0077219aa335f574601cbbba2.tar.zst
nixlib-26a9fcdfca785de0077219aa335f574601cbbba2.zip
haskell-hwsl2-reducers depends on broken build inputs
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 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;