about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/herbstluftwm
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2023-09-04 16:02:37 +0200
committerTimo Kaufmann <timokau@zoho.com>2023-09-04 16:02:37 +0200
commitfd80879e01fa8dc9ef4cc342d6ebea1dc61d7fd8 (patch)
tree4df6e6bb60d2a3a7bcf98d583af6a6fe363a0991 /pkgs/applications/window-managers/herbstluftwm
parente56990880811a451abd32515698c712788be5720 (diff)
downloadnixlib-fd80879e01fa8dc9ef4cc342d6ebea1dc61d7fd8.tar
nixlib-fd80879e01fa8dc9ef4cc342d6ebea1dc61d7fd8.tar.gz
nixlib-fd80879e01fa8dc9ef4cc342d6ebea1dc61d7fd8.tar.bz2
nixlib-fd80879e01fa8dc9ef4cc342d6ebea1dc61d7fd8.tar.lz
nixlib-fd80879e01fa8dc9ef4cc342d6ebea1dc61d7fd8.tar.xz
nixlib-fd80879e01fa8dc9ef4cc342d6ebea1dc61d7fd8.tar.zst
nixlib-fd80879e01fa8dc9ef4cc342d6ebea1dc61d7fd8.zip
herbstluftwm: fix tests with recent X versions
Diffstat (limited to 'pkgs/applications/window-managers/herbstluftwm')
-rw-r--r--pkgs/applications/window-managers/herbstluftwm/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/herbstluftwm/default.nix b/pkgs/applications/window-managers/herbstluftwm/default.nix
index 7bfe0f992746..e7cde84375ec 100644
--- a/pkgs/applications/window-managers/herbstluftwm/default.nix
+++ b/pkgs/applications/window-managers/herbstluftwm/default.nix
@@ -51,6 +51,13 @@ stdenv.mkDerivation rec {
       url = "https://github.com/herbstluftwm/herbstluftwm/commit/8678168c7a3307b1271e94974e062799e745ab40.patch";
       hash = "sha256-uI6ErfDitT2Tw0txx4lMSBn/jjiiyL4Qw6AJa/CTh1E=";
     })
+    # Fix tests with recent Xorg, can be removed with the next release (<0.9.5)
+    # Details here: https://github.com/herbstluftwm/herbstluftwm/issues/1560
+    (fetchpatch {
+      url = "https://github.com/herbstluftwm/herbstluftwm/commit/1a6e8ee24eac671569f54bfec22ab47ff285a52c.patch";
+      hash = "sha256-srulWJQ9zTR4Kdxo40AdHND4nexDe2PDSR69yWsOpVA=";
+    })
+
   ];
 
   postPatch = ''