vimus: disable on 32 bit linux

A port of 57c5b8f5e1
This commit is contained in:
Joachim Fasting 2015-07-21 11:15:26 +02:00
parent 551a26dad1
commit 8500217715

View file

@ -891,4 +891,6 @@ self: super: {
# Hydra no longer allows building texlive packages.
lhs2tex = dontDistribute super.lhs2tex;
# https://ghc.haskell.org/trac/ghc/ticket/9825
vimus = overrideCabal super.vimus (drv: { broken = pkgs.stdenv.isLinux && pkgs.stdenv.isi686; });
}