haskell-poppler: fix reference to poppler-glib
This commit is contained in:
parent
d0aeea2ac3
commit
a07576ff4d
@ -92336,7 +92336,7 @@ self: {
|
|||||||
|
|
||||||
"poppler" = callPackage
|
"poppler" = callPackage
|
||||||
({ mkDerivation, array, base, bytestring, cairo, containers
|
({ mkDerivation, array, base, bytestring, cairo, containers
|
||||||
, gdk_pixbuf, glib, gtk, gtk2hs-buildtools, mtl, pango, popplerGlib
|
, gdk_pixbuf, glib, gtk, gtk2hs-buildtools, mtl, pango, poppler
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "poppler";
|
pname = "poppler";
|
||||||
@ -92346,13 +92346,13 @@ self: {
|
|||||||
array base bytestring cairo containers glib gtk mtl
|
array base bytestring cairo containers glib gtk mtl
|
||||||
];
|
];
|
||||||
buildTools = [ gtk2hs-buildtools ];
|
buildTools = [ gtk2hs-buildtools ];
|
||||||
pkgconfigDepends = [ gdk_pixbuf pango popplerGlib ];
|
pkgconfigDepends = [ gdk_pixbuf pango poppler ];
|
||||||
homepage = "http://www.haskell.org/gtk2hs/";
|
homepage = "http://www.haskell.org/gtk2hs/";
|
||||||
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;
|
||||||
}) { inherit (pkgs) gdk_pixbuf; inherit (pkgs.gnome) pango;
|
}) { inherit (pkgs) gdk_pixbuf; inherit (pkgs.gnome) pango;
|
||||||
popplerGlib = null;};
|
inherit (pkgs) poppler;};
|
||||||
|
|
||||||
"populate-setup-exe-cache" = callPackage
|
"populate-setup-exe-cache" = callPackage
|
||||||
({ mkDerivation, base }:
|
({ mkDerivation, base }:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user