mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
allow overriding qs config path
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ stdenvNoCC.mkDerivation {
|
||||
qtWrapperArgs+=(
|
||||
--prefix PATH : ${lib.makeBinPath (runtimeDeps ++ extraPackages)}
|
||||
--prefix XDG_DATA_DIRS : ${wayland-scanner}/share
|
||||
--add-flags "-p $out/share/noctalia-shell"
|
||||
--set-default QS_CONFIG_PATH "$out/share/noctalia-shell"
|
||||
${lib.optionalString calendarSupport "--prefix GI_TYPELIB_PATH : ${giTypelibPath}"}
|
||||
)
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user