From 849d61803560af2f68e4523b55cea962940466e5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Aug 2015 16:48:13 +0200 Subject: [PATCH] haskell-wl-pprint-terminfo: override to add undeclared/missing 'ncurses' dependency --- 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 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; + }