summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-09-17 13:20:29 +0200
committerPeter Simons <simons@cryp.to>2016-09-17 17:57:01 +0200
commit9921e7ce96b5ea68f2b6665ba34f433f185d042a (patch)
treee589d19a63758db818e7d12de77209669c459fd6 /pkgs
parent70150639a8237420c80900285471b2464da02493 (diff)
downloadnixpkgs-9921e7ce96b5ea68f2b6665ba34f433f185d042a.tar
nixpkgs-9921e7ce96b5ea68f2b6665ba34f433f185d042a.tar.gz
nixpkgs-9921e7ce96b5ea68f2b6665ba34f433f185d042a.tar.bz2
nixpkgs-9921e7ce96b5ea68f2b6665ba34f433f185d042a.tar.lz
nixpkgs-9921e7ce96b5ea68f2b6665ba34f433f185d042a.tar.xz
nixpkgs-9921e7ce96b5ea68f2b6665ba34f433f185d042a.tar.zst
nixpkgs-9921e7ce96b5ea68f2b6665ba34f433f185d042a.zip
xmonad: disable failing test suite
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 26e801463f1..de92555f959 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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;