lug-helper: Update XDG_DATA_DIRS to include the package path (#389719)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-20 03:56:33 +01:00
committed by GitHub
+2 -1
View File
@@ -62,7 +62,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
unzip
libnotify
]
}
} \
--prefix XDG_DATA_DIRS : "$out"
'';
passthru.updateScript = nix-update-script { };