mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
b83961d3f0
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 ``` |
||
---|---|---|
.. | ||
default.nix |