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:
parent
81df6151c3
commit
097f9c7e57
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue