0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

Fix udev rule required by gpm

Backport: 14.04
This commit is contained in:
Eelco Dolstra 2014-05-20 13:07:40 +02:00
parent 81df6151c3
commit 097f9c7e57
2 changed files with 2 additions and 1 deletions

View file

@ -22,7 +22,7 @@ let
KERNEL=="kqemu", MODE="0666"
# Needed for gpm.
KERNEL=="input/mice", TAG+="systemd"
SUBSYSTEM=="input", KERNEL=="mice", TAG+="systemd"
'';
# Perform substitutions in all udev rules files.