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-08-06 18:55:24 +0200
committerPeter Simons <simons@cryp.to>2015-08-07 15:13:16 +0200
commit2f03c4273629893ace4fa931c701e120f2950b7d (patch)
treeb6b17aaa267da9e28d647d8b2b558104ca3f21a2 /pkgs/development/haskell-modules/configuration-common.nix
parent60d5d37f2a85dbc7e93f560a06c8fb56c7f2c98d (diff)
downloadnixpkgs-2f03c4273629893ace4fa931c701e120f2950b7d.tar
nixpkgs-2f03c4273629893ace4fa931c701e120f2950b7d.tar.gz
nixpkgs-2f03c4273629893ace4fa931c701e120f2950b7d.tar.bz2
nixpkgs-2f03c4273629893ace4fa931c701e120f2950b7d.tar.lz
nixpkgs-2f03c4273629893ace4fa931c701e120f2950b7d.tar.xz
nixpkgs-2f03c4273629893ace4fa931c701e120f2950b7d.tar.zst
nixpkgs-2f03c4273629893ace4fa931c701e120f2950b7d.zip
haskell-hscurses does not compile.
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 7a13c8c1a7f..631ce15fb64 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -916,4 +916,7 @@ self: super: {
   # https://github.com/bscarlet/llvm-general/issues/143
   llvm-general-pure = dontCheck super.llvm-general-pure;
 
+  # https://github.com/skogsbaer/hscurses/issues/24
+  hscurses = markBroken super.hscurses;
+
 }