mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: crda: Build without python.
* gnu/packages/linux.scm (crda)[native-inputs]: Remove python-2.
This commit is contained in:
parent
d79db39dec
commit
0202bdc639
1 changed files with 0 additions and 1 deletions
|
@ -2887,7 +2887,6 @@ (define-public crda
|
|||
(string-append "REG_BIN=" regdb
|
||||
"/lib/crda/regulatory.bin")))))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
("python" ,python-2)
|
||||
("wireless-regdb" ,wireless-regdb)))
|
||||
(inputs `(("libnl" ,libnl)))
|
||||
(home-page
|
||||
|
|
Loading…
Reference in a new issue