mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
nongnu: ap6256-firmware: Don't build substitutes.
The license situation is unclear. * nongnu/packages/firmware.scm (ap6256-firmware)[arguments]: Set substitutable? to false.
This commit is contained in:
parent
69bb4401e8
commit
c694cf9211
1 changed files with 2 additions and 1 deletions
|
@ -129,7 +129,8 @@ HDMI to USB Type-C Bridge in the PinePhone.")
|
|||
"1s52rpikw0gysph5lq7vr6b3nsxczg4ikgil9zdgmcknjnxk9kbv"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan '( ;Bluetooth firmware
|
||||
`(#:substitutable? #f
|
||||
#:install-plan '( ;Bluetooth firmware
|
||||
("BCM4345C5.hcd" "usr/lib/firmware/brcm/")
|
||||
;; WiFi firmware
|
||||
("fw_bcm43456c5_ag.bin" "usr/lib/firmware/brcm/")
|
||||
|
|
Loading…
Reference in a new issue