1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

vimus: disable Linux 32 bit builds

https://ghc.haskell.org/trac/ghc/ticket/9825
This commit is contained in:
Peter Simons 2014-12-10 18:00:12 +01:00
parent de9609056f
commit 57c5b8f5e1

View file

@ -25,5 +25,6 @@ cabal.mkDerivation (self: {
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ jzellner ];
broken = self.stdenv.isLinux && self.stdenv.isi686;
};
})