xfce.xfdesktop: Backport monitor chooser UI resource path fix (#377582)
This commit is contained in:
commit
8e677a0e7e
@ -1,6 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
mkXfceDerivation,
|
||||
fetchpatch,
|
||||
exo,
|
||||
gtk3,
|
||||
libxfce4ui,
|
||||
@ -21,6 +22,15 @@ mkXfceDerivation {
|
||||
|
||||
sha256 = "sha256-80g3lk1TkQI0fbYf2nXs36TrPlaGTHgH6k/TGOzRd3w=";
|
||||
|
||||
patches = [
|
||||
# Fix monitor chooser UI resource path
|
||||
# https://gitlab.xfce.org/xfce/xfdesktop/-/merge_requests/181
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.xfce.org/xfce/xfdesktop/-/commit/699e21b062f56bdc0db192bfe036420b2618612e.patch";
|
||||
hash = "sha256-YTtXF+OJMHn6KY2xui1qGZ04np9a60asne+8ZS/dujs=";
|
||||
})
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
exo
|
||||
gtk3
|
||||
|
Loading…
x
Reference in New Issue
Block a user