nongnu: ov5640-firmware: Don't build substitutes.

The license situation is unclear.

* nongnu/packages/firmware.scm (ov5640-firmware)[arguments]: Set
substitutable? to false.
This commit is contained in:
Jonathan Brielmaier 2023-02-01 12:33:57 +01:00
parent 0d8dc9c82a
commit fa68751634
No known key found for this signature in database
GPG Key ID: ECFC83988B4E4B9F

View File

@ -53,7 +53,8 @@
"19xmkdvlkczc6zgigy8jdbgnp37i6pc03m2cm3gilvzg8m7v18ad")))) "19xmkdvlkczc6zgigy8jdbgnp37i6pc03m2cm3gilvzg8m7v18ad"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
`(#:install-plan '(("ov5640_af.bin" "lib/firmware/")))) `(#:substitutable? #f
#:install-plan '(("ov5640_af.bin" "lib/firmware/"))))
(synopsis "Firmware for the OV5640 sensor in the PinePhone") (synopsis "Firmware for the OV5640 sensor in the PinePhone")
(description "This package provides binary firmware for the 0V5640 sensor (description "This package provides binary firmware for the 0V5640 sensor
in the PinePhone.") in the PinePhone.")