lock: add glib to PATH for gdbus
This commit is contained in:
parent
892b2dca48
commit
032035b7f1
1 changed files with 7 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
quickshell,
|
quickshell,
|
||||||
qt6,
|
qt6,
|
||||||
nova-stats,
|
nova-stats,
|
||||||
|
glib,
|
||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
pname = "nova-shell";
|
pname = "nova-shell";
|
||||||
|
|
@ -34,7 +35,12 @@ stdenvNoCC.mkDerivation {
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
makeWrapper ${lib.getExe quickshell} $out/bin/nova-shell \
|
makeWrapper ${lib.getExe quickshell} $out/bin/nova-shell \
|
||||||
--add-flags "-p $out/share/nova-shell/shell.qml" \
|
--add-flags "-p $out/share/nova-shell/shell.qml" \
|
||||||
--prefix PATH : ${lib.makeBinPath [ nova-stats ]}
|
--prefix PATH : ${
|
||||||
|
lib.makeBinPath [
|
||||||
|
nova-stats
|
||||||
|
glib
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue