mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
21 lines
649 B
Nix
21 lines
649 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, glib, gtk2hsBuildtools, libc, pkgconfig, text, utf8String
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "glib";
|
|
version = "0.13.0.6";
|
|
sha256 = "1hn3l0vrz76gmk7bjhs4nw68izf29k0pxm92l0zih7wq5ny4lhrv";
|
|
buildDepends = [ text utf8String ];
|
|
buildTools = [ gtk2hsBuildtools ];
|
|
extraLibraries = [ libc pkgconfig ];
|
|
pkgconfigDepends = [ glib ];
|
|
meta = {
|
|
homepage = "http://projects.haskell.org/gtk2hs/";
|
|
description = "Binding to the GLIB library for Gtk2Hs";
|
|
license = self.stdenv.lib.licenses.lgpl21;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|