summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2023-05-19 11:55:49 +0100
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-19 08:02:40 -0300
commitb83961d3f0fadcd6d06b0130240c73ba8292d1d3 (patch)
tree93c1cf275c7dce54e7a2dca88b43318e40cf60df /pkgs/development/python-modules/rangehttpserver
parent765f0212c9c6f75c25bfe3fba907a53135371072 (diff)
dunst: wrap dunstctl command with its runtime dependencies
Running `dunstctl` with `PATH` unset currently results in: ``` $ env PATH= ./result/bin/dunstctl is-paused Command dbus-send not found ``` This is because `dunstctl` is a script that uses `dbus-send` and `cat` during runtime. With this commit `dunstctl` works correctly even with `PATH` unset: ``` $ env PATH= ./result/bin/dunstctl is-paused false ```
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions