mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-01-11 00:13:17 +01:00
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
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@
|
|||
"19xmkdvlkczc6zgigy8jdbgnp37i6pc03m2cm3gilvzg8m7v18ad"))))
|
||||
(build-system copy-build-system)
|
||||
(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")
|
||||
(description "This package provides binary firmware for the 0V5640 sensor
|
||||
in the PinePhone.")
|
||||
|
|
Loading…
Reference in a new issue