haskell-pango: updated to version 0.12.1
svn path=/nixpkgs/trunk/; revision=29221
This commit is contained in:
parent
a69572d3a5
commit
7c6aa89222
|
@ -1,17 +1,16 @@
|
||||||
{ cabal, cairo, glib, gtk2hsBuildtools, mtl, pango
|
{ cabal, cairo, glib, gtk2hsBuildtools, libc, mtl, pango, pkgconfig
|
||||||
, pkgconfig
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pango";
|
pname = "pango";
|
||||||
version = "0.12.0";
|
version = "0.12.1";
|
||||||
sha256 = "1vp0hl4kpgcc3xphml1hmy04hqcn12y0ks03nn32g6g33ni9mwrb";
|
sha256 = "0bfwgz2wx0hw9lrf9fdc0pic7xjkiqnv1wr1lfp55gm2qhakz83w";
|
||||||
buildDepends = [ cairo glib mtl ];
|
buildDepends = [ cairo glib mtl ];
|
||||||
buildTools = [ gtk2hsBuildtools ];
|
buildTools = [ gtk2hsBuildtools ];
|
||||||
extraLibraries = [ self.stdenv.gcc.libc pkgconfig ];
|
extraLibraries = [ libc pkgconfig ];
|
||||||
pkgconfigDepends = [ cairo pango ];
|
pkgconfigDepends = [ cairo pango ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.haskell.org/gtk2hs/";
|
homepage = "http://projects.haskell.org/gtk2hs/";
|
||||||
description = "Binding to the Pango text rendering engine";
|
description = "Binding to the Pango text rendering engine";
|
||||||
license = self.stdenv.lib.licenses.lgpl21;
|
license = self.stdenv.lib.licenses.lgpl21;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
|
Loading…
Reference in New Issue