haskell-gtk: updated to version 0.12.1
svn path=/nixpkgs/trunk/; revision=29218
This commit is contained in:
parent
2f28f47997
commit
676a2a355e
@ -1,17 +1,17 @@
|
|||||||
{ cabal, cairo, glib, gtk, gtk2hsBuildtools, mtl, pango
|
{ cabal, cairo, glib, gtk, gtk2hsBuildtools, libc, mtl, pango
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "gtk";
|
pname = "gtk";
|
||||||
version = "0.12.0";
|
version = "0.12.1";
|
||||||
sha256 = "1rqy0390rahdrlb1ba1hjrygwin8ynxzif5flcici22bg5ixsgs2";
|
sha256 = "007wxxff2ibfi3848yjxg7hqgpiqpn0zpyivjvjv0zphk1d2j9sv";
|
||||||
buildDepends = [ cairo glib mtl pango ];
|
buildDepends = [ cairo glib mtl pango ];
|
||||||
buildTools = [ gtk2hsBuildtools ];
|
buildTools = [ gtk2hsBuildtools ];
|
||||||
extraLibraries = [ self.stdenv.gcc.libc pkgconfig ];
|
extraLibraries = [ libc pkgconfig ];
|
||||||
pkgconfigDepends = [ glib gtk ];
|
pkgconfigDepends = [ glib gtk ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.haskell.org/gtk2hs/";
|
homepage = "http://projects.haskell.org/gtk2hs/";
|
||||||
description = "Binding to the Gtk+ graphical user interface library";
|
description = "Binding to the Gtk+ graphical user interface library";
|
||||||
license = self.stdenv.lib.licenses.lgpl21;
|
license = self.stdenv.lib.licenses.lgpl21;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user