haskell-shell-conduit: mark as broken
Latest version fails to build.
This commit is contained in:
parent
32fd92e7dc
commit
c336769408
|
@ -19,5 +19,7 @@ cabal.mkDerivation (self: {
|
|||
description = "Write shell scripts with Conduit";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue