haskell-lzma-enumerator: disable builds of this package on 32 bit Linux
https://github.com/alphaHeavy/lzma-enumerator/issues/2
This commit is contained in:
@@ -20,5 +20,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Enumerator interface for lzma/xz compression";
|
description = "Enumerator interface for lzma/xz compression";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
broken = self.stdenv.isi686;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user