mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
parent
551a26dad1
commit
8500217715
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue