mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 08:28:09 +01:00
nongnu: anx7688-firmware: Don't build substitutes.
The license situation is unclear. * nongnu/packages/firmware.scm (anx7688-firmware)[arguments]: Set substitutable? to false.
This commit is contained in:
parent
fa68751634
commit
69bb4401e8
1 changed files with 2 additions and 1 deletions
|
@ -103,7 +103,8 @@ WiFi/Bluetooth chip in the PinePhone.")
|
|||
"19xmkdvlkczc6zgigy8jdbgnp37i6pc03m2cm3gilvzg8m7v18ad"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan '(("anx7688-fw.bin" "lib/firmware/"))))
|
||||
`(#:substitutable? #f
|
||||
#:install-plan '(("anx7688-fw.bin" "lib/firmware/"))))
|
||||
(synopsis "Firmware for the ANX7688")
|
||||
(description "This package provides binary firmware for the ANX7688
|
||||
HDMI to USB Type-C Bridge in the PinePhone.")
|
||||
|
|
Loading…
Reference in a new issue