lzma-conduit: broken on 32bit linux, see #5313
This commit is contained in:
parent
f4bde46b0f
commit
4709c950f0
@ -20,5 +20,6 @@ cabal.mkDerivation (self: {
|
||||
description = "Conduit interface for lzma/xz compression";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
broken = self.stdenv.isLinux && self.stdenv.isi686;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user