diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 368a09b8d05e..f71d4f2c3879 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -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 }: