nixpkgs/pkgs/misc/drivers/hplip
Yarny0 5aafd1d0db hplip: udev rule: drop nohup instead of patching it
hplip's udev rule uses `nohup` to attempt to detach
its printer configuration script from the udev process.
However, this attempt is futile as udev
tracks its child processes with cgroups:
https://unix.stackexchange.com/a/243648

The hardcoded path to `nohup` was patched to use Nix' `nohup`.
This commit alters the patch script so
that it simply drops the call to `nohup`.
2019-07-14 10:15:38 +02:00
..
3.16.11.nix hplip: udev rule: drop nohup instead of patching it 2019-07-14 10:15:38 +02:00
3.18.5.nix hplip: udev rule: drop nohup instead of patching it 2019-07-14 10:15:38 +02:00
default.nix hplip: udev rule: drop nohup instead of patching it 2019-07-14 10:15:38 +02:00
hplip.state hplip: ensure plugin version always up-to-date 2015-01-21 07:57:05 -06:00
image-processor.patch hplip: patch imageProcessor segfault in hpcups (#58949) 2019-07-14 10:15:06 +02:00