Merge pull request #253271 from timokau/fix-hlwm-xorg-test
herbstluftwm: fix tests with recent X versions
This commit is contained in:
commit
78e5543c97
1 changed files with 7 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue