mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 03:48:57 +00:00
23 lines
740 B
Nix
23 lines
740 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, glib, gtk, gtk2hsBuildtools, gtksourceview, libc, mtl
|
|
, pkgconfig, text
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "gtksourceview2";
|
|
version = "0.13.0.0";
|
|
sha256 = "0md4dwg68cgq5qj80rjvsrckwn2ap9d1xp0hy8w1iiyii8dfqcnn";
|
|
buildDepends = [ glib gtk mtl text ];
|
|
buildTools = [ gtk2hsBuildtools ];
|
|
extraLibraries = [ libc pkgconfig ];
|
|
pkgconfigDepends = [ gtksourceview ];
|
|
meta = {
|
|
homepage = "http://projects.haskell.org/gtk2hs/";
|
|
description = "Binding to the GtkSourceView library";
|
|
license = self.stdenv.lib.licenses.lgpl21;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
};
|
|
})
|