mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
nongnu: broadcom-sta: Build with linux-lts.
* nongnu/packages/linux.scm (boradcom-sta)[arguments]: Replace `linux` by `linux-lts`.
This commit is contained in:
parent
765dabca53
commit
dc57ff7008
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ network adapters.")
|
|||
(_ broadcom-sta-i686-source)))
|
||||
(build-system linux-module-build-system)
|
||||
(arguments
|
||||
`(#:linux ,linux
|
||||
`(#:linux ,linux-lts
|
||||
#:tests? #f))
|
||||
(supported-systems '("i686-linux" "x86_64-linux"))
|
||||
(home-page "https://www.broadcom.com/support/802.11")
|
||||
|
|
Loading…
Reference in a new issue