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:
Jonathan Brielmaier 2023-02-01 12:34:51 +01:00
parent fa68751634
commit 69bb4401e8
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -103,7 +103,8 @@ WiFi/Bluetooth chip in the PinePhone.")
"19xmkdvlkczc6zgigy8jdbgnp37i6pc03m2cm3gilvzg8m7v18ad")))) "19xmkdvlkczc6zgigy8jdbgnp37i6pc03m2cm3gilvzg8m7v18ad"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
`(#:install-plan '(("anx7688-fw.bin" "lib/firmware/")))) `(#:substitutable? #f
#:install-plan '(("anx7688-fw.bin" "lib/firmware/"))))
(synopsis "Firmware for the ANX7688") (synopsis "Firmware for the ANX7688")
(description "This package provides binary firmware for the ANX7688 (description "This package provides binary firmware for the ANX7688
HDMI to USB Type-C Bridge in the PinePhone.") HDMI to USB Type-C Bridge in the PinePhone.")