mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
haskell-poppler: fix reference to poppler-glib
This commit is contained in:
parent
d0aeea2ac3
commit
a07576ff4d
@ -92336,7 +92336,7 @@ self: {
|
||||
|
||||
"poppler" = callPackage
|
||||
({ 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 {
|
||||
pname = "poppler";
|
||||
@ -92346,13 +92346,13 @@ self: {
|
||||
array base bytestring cairo containers glib gtk mtl
|
||||
];
|
||||
buildTools = [ gtk2hs-buildtools ];
|
||||
pkgconfigDepends = [ gdk_pixbuf pango popplerGlib ];
|
||||
pkgconfigDepends = [ gdk_pixbuf pango poppler ];
|
||||
homepage = "http://www.haskell.org/gtk2hs/";
|
||||
description = "Binding to the Poppler";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) { inherit (pkgs) gdk_pixbuf; inherit (pkgs.gnome) pango;
|
||||
popplerGlib = null;};
|
||||
inherit (pkgs) poppler;};
|
||||
|
||||
"populate-setup-exe-cache" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
|
Loading…
Reference in New Issue
Block a user