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:
Mateusz Kowalczyk 2014-09-23 03:18:55 +01:00
parent dded855483
commit 3330d0c670
1 changed files with 1 additions and 2 deletions
pkgs/development/libraries/haskell/vado

View File

@ -10,12 +10,11 @@ cabal.mkDerivation (self: {
isExecutable = true;
buildDepends = [ attoparsec filepath text ];
testDepends = [ attoparsec filepath QuickCheck text ];
jailbreak = true;
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;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})