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,
|
||||
qt6,
|
||||
nova-stats,
|
||||
glib,
|
||||
}:
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "nova-shell";
|
||||
|
|
@ -34,7 +35,12 @@ stdenvNoCC.mkDerivation {
|
|||
mkdir -p $out/bin
|
||||
makeWrapper ${lib.getExe quickshell} $out/bin/nova-shell \
|
||||
--add-flags "-p $out/share/nova-shell/shell.qml" \
|
||||
--prefix PATH : ${lib.makeBinPath [ nova-stats ]}
|
||||
--prefix PATH : ${
|
||||
lib.makeBinPath [
|
||||
nova-stats
|
||||
glib
|
||||
]
|
||||
}
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue