haskell-gtk3: fix build by adding the missing pkgs.gtk3 build input
The entry in hackage-packages.nix isn't generated correctly: https://github.com/NixOS/cabal2nix/issues/145. Fixes https://github.com/NixOS/nixpkgs/issues/6190.
This commit is contained in:
@@ -51519,7 +51519,6 @@ self: {
|
||||
homepage = "http://projects.haskell.org/gtk2hs/";
|
||||
description = "Binding to the Gtk+ graphical user interface library";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) { gtk3 = null;};
|
||||
|
||||
"gtk3-mac-integration" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user