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