fedora-backgrounds: add proper flags for XFCE backgrounds

This commit is contained in:
Gabriel Arazas 2023-05-03 13:15:03 +08:00
parent f664620c6b
commit 067f90de85

View File

@ -31,6 +31,11 @@ stdenvNoCC.mkDerivation {
installFlags = [
"DESTDIR=$(out)"
# The Xfce background directory is assumed to be in installed in an
# FHS-compliant system. This is only effective for v36.0.0 and later
# versions where the following variable is used.
"WP_DIR_LN=$(DESTDIR)/share/backgrounds/$(WP_NAME)"
];
meta = with lib; {