1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

xmonad: disable failing test suite

This commit is contained in:
Peter Simons 2016-09-17 13:20:29 +02:00
parent 70150639a8
commit 9921e7ce96

View file

@ -500,7 +500,7 @@ self: super: {
duplo = dontCheck super.duplo;
# 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
mikmod = addExtraLibrary super.mikmod pkgs.libmikmod;