haskell-wxc: fix build
Our 'wxGTK' attribute refers to wxwidgets 2.8 by default, but haskell-wxc needs version 2.9 or later. Resolves https://github.com/NixOS/nixpkgs/issues/6478.
This commit is contained in:
@@ -122369,7 +122369,6 @@ self: {
|
||||
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
||||
description = "wxHaskell";
|
||||
license = "unknown";
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"wxAsteroids" = callPackage
|
||||
@@ -122417,7 +122416,6 @@ self: {
|
||||
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
||||
description = "wxHaskell C++ wrapper";
|
||||
license = "unknown";
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) { inherit (pkgs.xlibs) libX11; inherit (pkgs) mesa;
|
||||
inherit (pkgs) wxGTK;};
|
||||
|
||||
@@ -122437,7 +122435,6 @@ self: {
|
||||
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
||||
description = "wxHaskell core";
|
||||
license = "unknown";
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) { inherit (pkgs.xlibs) libX11; inherit (pkgs) mesa;
|
||||
inherit (pkgs) wxGTK;};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user