19 lines
644 B
Nix
19 lines
644 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, alex, filepath, happy, hashtables, random }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "gtk2hs-buildtools";
|
|
version = "0.13.0.2";
|
|
sha256 = "14yx2v2y3k0cvjsgknff9qbv0pfnbar4j1b1hpz9ygjhb8kd5kjl";
|
|
isLibrary = false;
|
|
isExecutable = true;
|
|
buildDepends = [ filepath hashtables random ];
|
|
buildTools = [ alex happy ];
|
|
meta = {
|
|
homepage = "http://projects.haskell.org/gtk2hs/";
|
|
description = "Tools to build the Gtk2Hs suite of User Interface libraries";
|
|
license = self.stdenv.lib.licenses.gpl2;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|