summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2023-02-01 12:30:10 +0100
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2023-02-01 12:30:10 +0100
commit0d8dc9c82a5d1f0d9b1d80a7c984c930f9adc5d9 (patch)
tree7d4197d46b8fd9a4be04d15188a50d930a0706ac
parent748ec7f8d3f86d27e3bad50987771200230e49be (diff)
nongnu: rtl8723bt-firmware: Don't build substitutes.
The license situation is unclear. * nongnu/packages/firmware.scm (rtl8723bt-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 43b2928..c91ef48 100644
--- a/nongnu/packages/firmware.scm
+++ b/nongnu/packages/firmware.scm
@@ -77,7 +77,8 @@ in the PinePhone.")
"19xmkdvlkczc6zgigy8jdbgnp37i6pc03m2cm3gilvzg8m7v18ad"))))
(build-system copy-build-system)
(arguments
- `(#:install-plan '(("rtl_bt/rtl8723cs_xx_fw.bin" "lib/firmware/"))))
+ `(#:substitutable? #f
+ #:install-plan '(("rtl_bt/rtl8723cs_xx_fw.bin" "lib/firmware/"))))
(synopsis "Firmware for the RTL8723BS/CS")
(description "This package provides binary firmware for the RTL8723BS/CS
WiFi/Bluetooth chip in the PinePhone.")