haskell-folds: mark as broken
https://github.com/NixOS/nixpkgs/issues/3526
This commit is contained in:
parent
76a2021b88
commit
bc70a073c6
@ -20,5 +20,7 @@ cabal.mkDerivation (self: {
|
||||
description = "Beautiful Folding";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user