mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
nongnu: rtl8723bt-firmware: Don't build substitutes.
The license situation is unclear. * nongnu/packages/firmware.scm (rtl8723bt-firmware)[arguments]: Set substitutable? to false.
This commit is contained in:
parent
748ec7f8d3
commit
0d8dc9c82a
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,8 @@ in the PinePhone.")
|
|||
"19xmkdvlkczc6zgigy8jdbgnp37i6pc03m2cm3gilvzg8m7v18ad"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan '(("rtl_bt/rtl8723cs_xx_fw.bin" "lib/firmware/"))))
|
||||
`(#:substitutable? #f
|
||||
#:install-plan '(("rtl_bt/rtl8723cs_xx_fw.bin" "lib/firmware/"))))
|
||||
(synopsis "Firmware for the RTL8723BS/CS")
|
||||
(description "This package provides binary firmware for the RTL8723BS/CS
|
||||
WiFi/Bluetooth chip in the PinePhone.")
|
||||
|
|
Loading…
Reference in a new issue