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:
parent
0d8dc9c82a
commit
fa68751634
|
@ -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.")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user