haskell-vcsgui: update to version 0.1.0.0
This commit is contained in:
parent
6641887a7c
commit
8aa476f4ff
@ -1,20 +1,18 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, filepath, gtk3, mtl, vcswrapper }:
|
{ cabal, filepath, gtk3, mtl, text, vcswrapper }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "vcsgui";
|
pname = "vcsgui";
|
||||||
version = "0.0.4";
|
version = "0.1.0.0";
|
||||||
sha256 = "12hfdhnv3xc2dyqk76lyx5ggiygyap4hm50sd6qmwfjj3f2w6b98";
|
sha256 = "0wxalzil8ypvwp0z754m7g3848963znwwrjysdxp5q33imzbp60z";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ filepath gtk3 mtl vcswrapper ];
|
buildDepends = [ filepath gtk3 mtl text vcswrapper ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/forste/haskellVCSGUI";
|
homepage = "https://github.com/forste/haskellVCSGUI";
|
||||||
description = "GUI library for source code management systems";
|
description = "GUI library for source code management systems";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.stdenv.lib.platforms.linux;
|
platforms = self.stdenv.lib.platforms.linux;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user