mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: xpadneo: Copy udev rules to /lib.
This makes xpadneo place its udev rules in the place where udev-service-type looks for them. * gnu/packages/linux.scm (xpadneo): Copy udev rules to /lib instead of /etc.
This commit is contained in:
parent
68f51bf536
commit
00e3a3a177
1 changed files with 3 additions and 1 deletions
|
@ -1606,8 +1606,10 @@ (define-public xpadneo
|
|||
(let ((out (assoc-ref outputs "out")))
|
||||
(copy-recursively "hid-xpadneo/etc-modprobe.d"
|
||||
(string-append out "/etc/modprobe.d"))
|
||||
;; udev-service-type takes its rules from /lib rather than
|
||||
;; /etc, so copy it there instead
|
||||
(copy-recursively "hid-xpadneo/etc-udev-rules.d"
|
||||
(string-append out "/etc/udev/rules.d"))))))))
|
||||
(string-append out "/lib/udev/rules.d"))))))))
|
||||
(home-page "https://atar-axis.github.io/xpadneo/")
|
||||
(synopsis "Xbox One Wireless Controller driver")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue