lzma-conduit: broken on 32bit linux, see #5313
This commit is contained in:
@@ -20,5 +20,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Conduit interface for lzma/xz compression";
|
description = "Conduit 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.isLinux && self.stdenv.isi686;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user