summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2023-02-01 12:34:51 +0100
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2023-02-01 12:34:51 +0100
commit69bb4401e87366af5f3871c8275240ac2b2a412d (patch)
tree8995325437ba129bef77d91539641d84168fb897
parentfa68751634b34f04258a9ee73025b915f3857178 (diff)
nongnu: anx7688-firmware: Don't build substitutes.
The license situation is unclear. * nongnu/packages/firmware.scm (anx7688-firmware)[arguments]: Set substitutable? to false.
-rw-r--r--nongnu/packages/firmware.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/nongnu/packages/firmware.scm b/nongnu/packages/firmware.scm
index 385cb02..30824c2 100644
--- a/nongnu/packages/firmware.scm
+++ b/nongnu/packages/firmware.scm
@@ -103,7 +103,8 @@ WiFi/Bluetooth chip in the PinePhone.")
"19xmkdvlkczc6zgigy8jdbgnp37i6pc03m2cm3gilvzg8m7v18ad"))))
(build-system copy-build-system)
(arguments
- `(#:install-plan '(("anx7688-fw.bin" "lib/firmware/"))))
+ `(#:substitutable? #f
+ #:install-plan '(("anx7688-fw.bin" "lib/firmware/"))))
(synopsis "Firmware for the ANX7688")
(description "This package provides binary firmware for the ANX7688
HDMI to USB Type-C Bridge in the PinePhone.")