summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-10-09 11:05:03 +0200
committerPeter Simons <simons@cryp.to>2015-10-09 12:39:13 +0200
commitf4f13f0d2909d296d93978b54653d493a61a74b4 (patch)
tree1af4ab93c1b033ede2dda46b01ff6c39f3d98170 /pkgs/development/haskell-modules
parentd964960dd86702e5dd00176e6941ff0bc06872a9 (diff)
downloadnixpkgs-f4f13f0d2909d296d93978b54653d493a61a74b4.tar
nixpkgs-f4f13f0d2909d296d93978b54653d493a61a74b4.tar.gz
nixpkgs-f4f13f0d2909d296d93978b54653d493a61a74b4.tar.bz2
nixpkgs-f4f13f0d2909d296d93978b54653d493a61a74b4.tar.lz
nixpkgs-f4f13f0d2909d296d93978b54653d493a61a74b4.tar.xz
nixpkgs-f4f13f0d2909d296d93978b54653d493a61a74b4.tar.zst
nixpkgs-f4f13f0d2909d296d93978b54653d493a61a74b4.zip
haskell-wxc: fix undeclared dependency on split
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 2 insertions, 1 deletions
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.