mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
haskell-wxc: fix undeclared dependency on split
This commit is contained in:
parent
d964960dd8
commit
f4f13f0d29
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user