safeeyes: add xprop runtime dependency
This commit is contained in:
parent
57b25e9d80
commit
60a198228e
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
, wlrctl
|
||||
, gtk3
|
||||
, xprintidle
|
||||
, xprop
|
||||
, wrapGAppsHook
|
||||
, babel
|
||||
, psutil
|
||||
|
@ -58,7 +59,7 @@ buildPythonApplication rec {
|
|||
preFixup = ''
|
||||
makeWrapperArgs+=(
|
||||
"''${gappsWrapperArgs[@]}"
|
||||
--prefix PATH : ${lib.makeBinPath [ alsa-utils wlrctl xprintidle ]}
|
||||
--prefix PATH : ${lib.makeBinPath [ alsa-utils wlrctl xprintidle xprop ]}
|
||||
)
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue