Skip to content

Commit 8e677a0

Browse files
authored
xfce.xfdesktop: Backport monitor chooser UI resource path fix (#377582)
2 parents d616f8f + 9ea3d39 commit 8e677a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pkgs/desktops/xfce/core/xfdesktop/default.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
lib,
33
mkXfceDerivation,
4+
fetchpatch,
45
exo,
56
gtk3,
67
libxfce4ui,
@@ -21,6 +22,15 @@ mkXfceDerivation {
2122

2223
sha256 = "sha256-80g3lk1TkQI0fbYf2nXs36TrPlaGTHgH6k/TGOzRd3w=";
2324

25+
patches = [
26+
# Fix monitor chooser UI resource path
27+
# https://gitlab.xfce.org/xfce/xfdesktop/-/merge_requests/181
28+
(fetchpatch {
29+
url = "https://gitlab.xfce.org/xfce/xfdesktop/-/commit/699e21b062f56bdc0db192bfe036420b2618612e.patch";
30+
hash = "sha256-YTtXF+OJMHn6KY2xui1qGZ04np9a60asne+8ZS/dujs=";
31+
})
32+
];
33+
2434
buildInputs = [
2535
exo
2636
gtk3

0 commit comments

Comments
 (0)