mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-poppler: re-generate expression with cabal2nix
This commit is contained in:
parent
398ae63aa6
commit
eed630797e
1 changed files with 6 additions and 5 deletions
|
@ -1,4 +1,6 @@
|
|||
{ cabal, cairo, glib, gtk, gtk2hsBuildtools, libc, mtl, popplerGlib, pkgconfig }:
|
||||
{ cabal, cairo, gdk_pixbuf, glib, gtk, gtk2hsBuildtools, libc, mtl
|
||||
, pango, popplerGlib
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "poppler";
|
||||
|
@ -6,11 +8,10 @@ cabal.mkDerivation (self: {
|
|||
sha256 = "1ln5akiarv1ng5gjrzf8bnkm556xzl50m209qvi5nk98g7fyhqs7";
|
||||
buildDepends = [ cairo glib gtk mtl ];
|
||||
buildTools = [ gtk2hsBuildtools ];
|
||||
extraLibraries = [ libc pkgconfig ];
|
||||
pkgconfigDepends = [ glib gtk popplerGlib ];
|
||||
#jailbreak = true;
|
||||
extraLibraries = [ libc ];
|
||||
pkgconfigDepends = [ cairo gdk_pixbuf glib gtk pango popplerGlib ];
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/gtk2hs";
|
||||
homepage = "http://www.haskell.org/gtk2hs/";
|
||||
description = "Binding to the Poppler";
|
||||
license = self.stdenv.lib.licenses.gpl2;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
|
Loading…
Reference in a new issue