18 lines
552 B
Nix
18 lines
552 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, glib, gtk2hsBuildtools, mtl }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "gio";
|
|
version = "0.13.0.2";
|
|
sha256 = "12wcgycljlrxbf9hdp0c9n6d2h709wb3jk94v3lngwc7z5lnv5hs";
|
|
buildDepends = [ glib mtl ];
|
|
buildTools = [ gtk2hsBuildtools ];
|
|
pkgconfigDepends = [ glib ];
|
|
meta = {
|
|
homepage = "http://projects.haskell.org/gtk2hs/";
|
|
description = "Binding to the GIO";
|
|
license = self.stdenv.lib.licenses.lgpl21;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|