mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-cairo: updated to version 0.12.1
svn path=/nixpkgs/trunk/; revision=29215
This commit is contained in:
parent
744450f9c4
commit
f0e8a10ff4
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
|||
{ cabal, cairo, gtk2hsBuildtools, mtl, pkgconfig, zlib }:
|
||||
{ cabal, cairo, gtk2hsBuildtools, libc, mtl, pkgconfig, zlib }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "cairo";
|
||||
version = "0.12.0";
|
||||
sha256 = "0n2sqbf8wjjvm5m1igkq685vqvc0lil3gmcs3i0g9hy7lsjnlwr9";
|
||||
version = "0.12.1";
|
||||
sha256 = "0krclr32cn3vq3cmwhmxz7wzams92iliq44p6s4nj9jg4928cgfk";
|
||||
buildDepends = [ mtl ];
|
||||
buildTools = [ gtk2hsBuildtools ];
|
||||
extraLibraries = [ cairo self.stdenv.gcc.libc pkgconfig zlib ];
|
||||
extraLibraries = [ cairo libc pkgconfig zlib ];
|
||||
pkgconfigDepends = [ cairo ];
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/gtk2hs/";
|
||||
homepage = "http://projects.haskell.org/gtk2hs/";
|
||||
description = "Binding to the Cairo library";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
|
Loading…
Reference in a new issue