Merge pull request #95434 from maralorn/fix-gi-pango
[haskell-updates] haskellPackages.pango: Bump version (including deps) to fix build
This commit is contained in:
+50
-2
@@ -99977,6 +99977,31 @@ self: {
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
}) {inherit (pkgs) gtk3;};
|
||||
|
||||
"gi-gdk_3_0_23" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo
|
||||
, gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject, gi-pango, gtk3
|
||||
, haskell-gi, haskell-gi-base, haskell-gi-overloading, text
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "gi-gdk";
|
||||
version = "3.0.23";
|
||||
sha256 = "18v3kb6kmryymmrz0d88nf25priwyh3yzh7raghc5ph2rv7n4w8m";
|
||||
setupHaskellDepends = [
|
||||
base Cabal gi-cairo gi-gdkpixbuf gi-gio gi-glib gi-gobject gi-pango
|
||||
haskell-gi
|
||||
];
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers gi-cairo gi-gdkpixbuf gi-gio gi-glib
|
||||
gi-gobject gi-pango haskell-gi haskell-gi-base
|
||||
haskell-gi-overloading text transformers
|
||||
];
|
||||
libraryPkgconfigDepends = [ gtk3 ];
|
||||
description = "Gdk bindings";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs) gtk3;};
|
||||
|
||||
"gi-gdk_4_0_2" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo
|
||||
, gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject, gi-pango, gtk4
|
||||
@@ -100482,6 +100507,31 @@ self: {
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
}) {inherit (pkgs) gtk3;};
|
||||
|
||||
"gi-gtk_3_0_35" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-atk
|
||||
, gi-cairo, gi-gdk, gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject
|
||||
, gi-pango, gtk3, haskell-gi, haskell-gi-base
|
||||
, haskell-gi-overloading, text, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "gi-gtk";
|
||||
version = "3.0.35";
|
||||
sha256 = "08z6kc9m7xb24d9z08yy3g66l8i7nircnaiy5i82yfl2l4slvz2w";
|
||||
setupHaskellDepends = [
|
||||
base Cabal gi-atk gi-cairo gi-gdk gi-gdkpixbuf gi-gio gi-glib
|
||||
gi-gobject gi-pango haskell-gi
|
||||
];
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers gi-atk gi-cairo gi-gdk gi-gdkpixbuf
|
||||
gi-gio gi-glib gi-gobject gi-pango haskell-gi haskell-gi-base
|
||||
haskell-gi-overloading text transformers
|
||||
];
|
||||
libraryPkgconfigDepends = [ gtk3 ];
|
||||
description = "Gtk bindings";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs) gtk3;};
|
||||
|
||||
"gi-gtk_4_0_2" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-atk
|
||||
, gi-cairo, gi-gdk, gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject
|
||||
@@ -100676,8 +100726,6 @@ self: {
|
||||
libraryPkgconfigDepends = [ harfbuzz harfbuzz-gobject ];
|
||||
description = "HarfBuzz bindings";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) harfbuzz; harfbuzz-gobject = null;};
|
||||
|
||||
"gi-ibus" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user