lol

fedora-backgrounds: add proper flags for XFCE backgrounds

+5
+5
pkgs/data/misc/fedora-backgrounds/generic.nix
··· 31 31 32 32 installFlags = [ 33 33 "DESTDIR=$(out)" 34 + 35 + # The Xfce background directory is assumed to be in installed in an 36 + # FHS-compliant system. This is only effective for v36.0.0 and later 37 + # versions where the following variable is used. 38 + "WP_DIR_LN=$(DESTDIR)/share/backgrounds/$(WP_NAME)" 34 39 ]; 35 40 36 41 meta = with lib; {