2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-17 21:13:33 +02:00
|
|
|
{ cabal, filepath, gtk3, mtl, vcswrapper }:
|
2014-03-11 13:27:27 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "vcsgui";
|
2014-04-17 21:13:33 +02:00
|
|
|
version = "0.0.4";
|
|
|
|
sha256 = "12hfdhnv3xc2dyqk76lyx5ggiygyap4hm50sd6qmwfjj3f2w6b98";
|
2014-03-11 13:27:27 +01:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2014-04-17 21:13:33 +02:00
|
|
|
buildDepends = [ filepath gtk3 mtl vcswrapper ];
|
2014-03-11 13:27:27 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/forste/haskellVCSGUI";
|
|
|
|
description = "GUI library for source code management systems";
|
|
|
|
license = "GPL";
|
2014-08-12 11:16:31 +02:00
|
|
|
platforms = self.stdenv.lib.platforms.linux;
|
2014-08-20 19:34:45 +02:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
|
|
broken = true;
|
2014-03-11 13:27:27 +01:00
|
|
|
};
|
|
|
|
})
|