haskell-vado: jailbreak
It used the Hackage feature to bump the upper bound on Attoparsec, something we don't account for yet.
This commit is contained in:
parent
dded855483
commit
3330d0c670
|
@ -10,12 +10,11 @@ cabal.mkDerivation (self: {
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ attoparsec filepath text ];
|
buildDepends = [ attoparsec filepath text ];
|
||||||
testDepends = [ attoparsec filepath QuickCheck text ];
|
testDepends = [ attoparsec filepath QuickCheck text ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/hamishmack/vado";
|
homepage = "https://github.com/hamishmack/vado";
|
||||||
description = "Runs commands on remote machines using ssh";
|
description = "Runs commands on remote machines using ssh";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue