vimus: disable on 32 bit linux

A port of 57c5b8f5e1
wip/yesman
Joachim Fasting 9 years ago
parent 551a26dad1
commit 8500217715
  1. 2
      pkgs/development/haskell-modules/configuration-common.nix

@ -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; });
}

Loading…
Cancel
Save