haskell-ng: fix 'gio' and 'pango' builds
This fixes https://github.com/NixOS/nixpkgs/issues/5863.
This commit is contained in:
@@ -48230,7 +48230,6 @@ self: {
|
||||
homepage = "http://projects.haskell.org/gtk2hs/";
|
||||
description = "Binding to the GIO";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) { inherit (pkgs) glib;};
|
||||
|
||||
"gipeda" = callPackage
|
||||
@@ -48938,7 +48937,6 @@ self: {
|
||||
homepage = "http://projects.haskell.org/gtk2hs/";
|
||||
description = "Binding to the glade library";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) { inherit (pkgs.gnome) libglade;};
|
||||
|
||||
"gladexml-accessor" = callPackage
|
||||
@@ -86554,7 +86552,6 @@ self: {
|
||||
homepage = "http://projects.haskell.org/gtk2hs/";
|
||||
description = "Binding to the Pango text rendering engine";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) { inherit (pkgs) cairo; inherit (pkgs.gnome) pango;};
|
||||
|
||||
"papillon" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user