2010-07-22 20:04:39 +02:00
|
|
|
{cabal, alex, happy}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "gtk2hs-buildtools";
|
2011-03-12 18:28:15 +01:00
|
|
|
version = "0.12.0";
|
|
|
|
sha256 = "1czlmyr9zhzc0h1j0z3chv06ma77cibq2yc6h1slfphb1lkv66a8";
|
2010-07-22 20:04:39 +02:00
|
|
|
extraBuildInputs = [alex happy];
|
|
|
|
meta = {
|
|
|
|
description = "Tools to build the Gtk2Hs suite of User Interface libraries";
|
|
|
|
license = "GPL";
|
|
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
|
|
|
};
|
|
|
|
})
|