diff options
| author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2023-02-01 12:33:57 +0100 |
|---|---|---|
| committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2023-02-01 12:33:57 +0100 |
| commit | fa68751634b34f04258a9ee73025b915f3857178 (patch) | |
| tree | ee4510a5e3adf6995ebcc4e813185e2b5a6a04c3 | |
| parent | 0d8dc9c82a5d1f0d9b1d80a7c984c930f9adc5d9 (diff) | |
nongnu: ov5640-firmware: Don't build substitutes.
The license situation is unclear.
* nongnu/packages/firmware.scm (ov5640-firmware)[arguments]: Set
substitutable? to false.
| -rw-r--r-- | nongnu/packages/firmware.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nongnu/packages/firmware.scm b/nongnu/packages/firmware.scm index c91ef48..385cb02 100644 --- a/nongnu/packages/firmware.scm +++ b/nongnu/packages/firmware.scm | |||
| @@ -53,7 +53,8 @@ | |||
| 53 | "19xmkdvlkczc6zgigy8jdbgnp37i6pc03m2cm3gilvzg8m7v18ad")))) | 53 | "19xmkdvlkczc6zgigy8jdbgnp37i6pc03m2cm3gilvzg8m7v18ad")))) |
| 54 | (build-system copy-build-system) | 54 | (build-system copy-build-system) |
| 55 | (arguments | 55 | (arguments |
| 56 | `(#:install-plan '(("ov5640_af.bin" "lib/firmware/")))) | 56 | `(#:substitutable? #f |
| 57 | #:install-plan '(("ov5640_af.bin" "lib/firmware/")))) | ||
| 57 | (synopsis "Firmware for the OV5640 sensor in the PinePhone") | 58 | (synopsis "Firmware for the OV5640 sensor in the PinePhone") |
| 58 | (description "This package provides binary firmware for the 0V5640 sensor | 59 | (description "This package provides binary firmware for the 0V5640 sensor |
| 59 | in the PinePhone.") | 60 | in the PinePhone.") |
