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 16:48:13 +0200
committerPeter Simons <simons@cryp.to>2015-08-07 15:13:15 +0200
commit849d61803560af2f68e4523b55cea962940466e5 (patch)
tree0cfd25419424650746231387cff2e4dcf0e005c6 /pkgs/development/haskell-modules/configuration-common.nix
parent78dcbd3cc683b98cde9116a70aba29952638417d (diff)
downloadnixpkgs-849d61803560af2f68e4523b55cea962940466e5.tar
nixpkgs-849d61803560af2f68e4523b55cea962940466e5.tar.gz
nixpkgs-849d61803560af2f68e4523b55cea962940466e5.tar.bz2
nixpkgs-849d61803560af2f68e4523b55cea962940466e5.tar.lz
nixpkgs-849d61803560af2f68e4523b55cea962940466e5.tar.xz
nixpkgs-849d61803560af2f68e4523b55cea962940466e5.tar.zst
nixpkgs-849d61803560af2f68e4523b55cea962940466e5.zip
haskell-wl-pprint-terminfo: override to add undeclared/missing 'ncurses' dependency
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 644181db69f..a236c03cdf2 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -930,4 +930,7 @@ self: super: {
   # Upstream has no issue tracker.
   dpkg = markBroken super.dpkg;
 
+  # https://github.com/ekmett/wl-pprint-terminfo/issues/7
+  wl-pprint-terminfo = addExtraLibrary super.wl-pprint-terminfo pkgs.ncurses;
+
 }