2014-07-14 15:21:41 +04:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-03-11 16:27:43 +04:00
|
|
|
{ cabal, attoparsec, filepath, QuickCheck, text }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "vado";
|
|
|
|
version = "0.0.1";
|
|
|
|
sha256 = "11b8glzzpzhm8cfw3vyvvvz3h0xid5r3prwhnvplajr7v3r562h2";
|
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [ attoparsec filepath text ];
|
|
|
|
testDepends = [ attoparsec filepath QuickCheck text ];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/hamishmack/vado";
|
|
|
|
description = "Runs commands on remote machines using ssh";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-20 21:34:45 +04:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
|
|
broken = true;
|
2014-03-11 16:27:43 +04:00
|
|
|
};
|
|
|
|
})
|