Merge pull request #65487 from worldofpeace/staging-fix-eval
hackage-packages.nix: gdk_pixbuf -> gdk-pixbuf
This commit is contained in:
commit
cc79535f6f
@ -92339,7 +92339,7 @@ self: {
|
|||||||
}) {inherit (pkgs) gtk3;};
|
}) {inherit (pkgs) gtk3;};
|
||||||
|
|
||||||
"gi-gdkpixbuf" = callPackage
|
"gi-gdkpixbuf" = callPackage
|
||||||
({ mkDerivation, base, bytestring, Cabal, containers, gdk_pixbuf
|
({ mkDerivation, base, bytestring, Cabal, containers, gdk-pixbuf
|
||||||
, gi-gio, gi-glib, gi-gobject, haskell-gi, haskell-gi-base
|
, gi-gio, gi-glib, gi-gobject, haskell-gi, haskell-gi-base
|
||||||
, haskell-gi-overloading, text, transformers
|
, haskell-gi-overloading, text, transformers
|
||||||
}:
|
}:
|
||||||
@ -92352,13 +92352,13 @@ self: {
|
|||||||
base bytestring containers gi-gio gi-glib gi-gobject haskell-gi
|
base bytestring containers gi-gio gi-glib gi-gobject haskell-gi
|
||||||
haskell-gi-base haskell-gi-overloading text transformers
|
haskell-gi-base haskell-gi-overloading text transformers
|
||||||
];
|
];
|
||||||
libraryPkgconfigDepends = [ gdk_pixbuf ];
|
libraryPkgconfigDepends = [ gdk-pixbuf ];
|
||||||
description = "GdkPixbuf bindings";
|
description = "GdkPixbuf bindings";
|
||||||
license = stdenv.lib.licenses.lgpl21;
|
license = stdenv.lib.licenses.lgpl21;
|
||||||
}) {inherit (pkgs) gdk_pixbuf;};
|
}) {inherit (pkgs) gdk-pixbuf;};
|
||||||
|
|
||||||
"gi-gdkpixbuf_2_0_22" = callPackage
|
"gi-gdkpixbuf_2_0_22" = callPackage
|
||||||
({ mkDerivation, base, bytestring, Cabal, containers, gdk_pixbuf
|
({ mkDerivation, base, bytestring, Cabal, containers, gdk-pixbuf
|
||||||
, gi-gio, gi-glib, gi-gobject, haskell-gi, haskell-gi-base
|
, gi-gio, gi-glib, gi-gobject, haskell-gi, haskell-gi-base
|
||||||
, haskell-gi-overloading, text, transformers
|
, haskell-gi-overloading, text, transformers
|
||||||
}:
|
}:
|
||||||
@ -92373,11 +92373,11 @@ self: {
|
|||||||
base bytestring containers gi-gio gi-glib gi-gobject haskell-gi
|
base bytestring containers gi-gio gi-glib gi-gobject haskell-gi
|
||||||
haskell-gi-base haskell-gi-overloading text transformers
|
haskell-gi-base haskell-gi-overloading text transformers
|
||||||
];
|
];
|
||||||
libraryPkgconfigDepends = [ gdk_pixbuf ];
|
libraryPkgconfigDepends = [ gdk-pixbuf ];
|
||||||
description = "GdkPixbuf bindings";
|
description = "GdkPixbuf bindings";
|
||||||
license = stdenv.lib.licenses.lgpl21;
|
license = stdenv.lib.licenses.lgpl21;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {inherit (pkgs) gdk_pixbuf;};
|
}) {inherit (pkgs) gdk-pixbuf;};
|
||||||
|
|
||||||
"gi-gdkx11" = callPackage
|
"gi-gdkx11" = callPackage
|
||||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo
|
({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo
|
||||||
@ -182921,7 +182921,7 @@ self: {
|
|||||||
|
|
||||||
"poppler" = callPackage
|
"poppler" = callPackage
|
||||||
({ mkDerivation, array, base, bytestring, Cabal, cairo, containers
|
({ mkDerivation, array, base, bytestring, Cabal, cairo, containers
|
||||||
, gdk_pixbuf, glib, gtk, gtk2, gtk2hs-buildtools, mtl, pango
|
, gdk-pixbuf, glib, gtk, gtk2, gtk2hs-buildtools, mtl, pango
|
||||||
, poppler
|
, poppler
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -182933,13 +182933,13 @@ self: {
|
|||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
array base bytestring cairo containers glib gtk mtl
|
array base bytestring cairo containers glib gtk mtl
|
||||||
];
|
];
|
||||||
libraryPkgconfigDepends = [ gdk_pixbuf gtk2 pango poppler ];
|
libraryPkgconfigDepends = [ gdk-pixbuf gtk2 pango poppler ];
|
||||||
libraryToolDepends = [ gtk2hs-buildtools ];
|
libraryToolDepends = [ gtk2hs-buildtools ];
|
||||||
description = "Binding to the Poppler";
|
description = "Binding to the Poppler";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
broken = true;
|
broken = true;
|
||||||
}) {inherit (pkgs) gdk_pixbuf; inherit (pkgs) gtk2;
|
}) {inherit (pkgs) gdk-pixbuf; inherit (pkgs) gtk2;
|
||||||
inherit (pkgs) pango; inherit (pkgs) poppler;};
|
inherit (pkgs) pango; inherit (pkgs) poppler;};
|
||||||
|
|
||||||
"populate-setup-exe-cache" = callPackage
|
"populate-setup-exe-cache" = callPackage
|
||||||
|
Loading…
Reference in New Issue
Block a user