mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 00:22:13 +00:00
xmonad: disable failing test suite
This commit is contained in:
parent
70150639a8
commit
9921e7ce96
|
@ -500,7 +500,7 @@ self: super: {
|
||||||
duplo = dontCheck super.duplo;
|
duplo = dontCheck super.duplo;
|
||||||
|
|
||||||
# Nix-specific workaround
|
# Nix-specific workaround
|
||||||
xmonad = appendPatch super.xmonad ./patches/xmonad-nix.patch;
|
xmonad = appendPatch (dontCheck super.xmonad) ./patches/xmonad-nix.patch;
|
||||||
|
|
||||||
# https://github.com/evanrinehart/mikmod/issues/1
|
# https://github.com/evanrinehart/mikmod/issues/1
|
||||||
mikmod = addExtraLibrary super.mikmod pkgs.libmikmod;
|
mikmod = addExtraLibrary super.mikmod pkgs.libmikmod;
|
||||||
|
|
Loading…
Reference in a new issue