From f4f13f0d2909d296d93978b54653d493a61a74b4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 9 Oct 2015 11:05:03 +0200 Subject: [PATCH] haskell-wxc: fix undeclared dependency on split --- pkgs/development/haskell-modules/configuration-common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 0bfb596db85..3aba634a96e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -548,7 +548,8 @@ self: super: { asn1-encoding = dontCheck super.asn1-encoding; # wxc supports wxGTX >= 3.0, but our current default version points to 2.8. - wxc = super.wxc.override { wxGTK = pkgs.wxGTK30; }; + # http://hydra.cryp.to/build/1331287/log/raw + wxc = (addBuildDepend super.wxc self.split).override { wxGTK = pkgs.wxGTK30; }; wxcore = super.wxcore.override { wxGTK = pkgs.wxGTK30; }; # Depends on QuickCheck 1.x.