Merge pull request #8940 from joachifm/vimus-disable-32bit-linux
vimus: disable on 32 bit linux
This commit is contained in:
commit
e3a4ad0e6b
@ -891,4 +891,6 @@ self: super: {
|
|||||||
# Hydra no longer allows building texlive packages.
|
# Hydra no longer allows building texlive packages.
|
||||||
lhs2tex = dontDistribute super.lhs2tex;
|
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…
x
Reference in New Issue
Block a user