summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2014-05-20 16:35:30 -0500
committerThomas Tuegel <ttuegel@gmail.com>2014-05-20 16:43:59 -0500
commit8ffd6af27e6dfae0a3b4d77db03409f62c5b8d98 (patch)
tree0bbf6642984c89567a3ef83c47c943a23758b91c /pkgs/misc
parent8df521bf0f73d2ac6a01aa912725b30d78973bcc (diff)
downloadnixlib-8ffd6af27e6dfae0a3b4d77db03409f62c5b8d98.tar
nixlib-8ffd6af27e6dfae0a3b4d77db03409f62c5b8d98.tar.gz
nixlib-8ffd6af27e6dfae0a3b4d77db03409f62c5b8d98.tar.bz2
nixlib-8ffd6af27e6dfae0a3b4d77db03409f62c5b8d98.tar.lz
nixlib-8ffd6af27e6dfae0a3b4d77db03409f62c5b8d98.tar.xz
nixlib-8ffd6af27e6dfae0a3b4d77db03409f62c5b8d98.tar.zst
nixlib-8ffd6af27e6dfae0a3b4d77db03409f62c5b8d98.zip
hplip: don't use udev rules to change device owner
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/drivers/hplip/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/misc/drivers/hplip/default.nix b/pkgs/misc/drivers/hplip/default.nix
index 50106dfb477c..fcec3bf26754 100644
--- a/pkgs/misc/drivers/hplip/default.nix
+++ b/pkgs/misc/drivers/hplip/default.nix
@@ -93,6 +93,8 @@ stdenv.mkDerivation rec {
 
     mkdir -p $out/etc/sane.d/dll.d
     mv $out/etc/sane.d/dll.conf $out/etc/sane.d/dll.d/hpaio.conf
+
+    rm $out/etc/udev/rules.d/56-hpmud.rules
     ''));
 
   buildInputs = [