summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <z572@z572.online>2025-07-14 20:58:30 +0800
committerAndreas Enge <andreas@enge.fr>2025-07-18 20:17:52 +0200
commit5fa5902e9e35ef2b8b16208b79841f3ab8b715d3 (patch)
treedc39d7b107b99d48515d5cb8ad568ef8a267a3a7
parent0e5058d36a52f050472688eb6f9ff6a47cbde12c (diff)
gnu: adb: Fix build.
* gnu/packages/android.scm (adb): Fix build. [native-inputs]: Add linux-libre-headers-5.4 and gcc-11. Change-Id: I76baf1685a09ea0790bfd4b7cd6de0d8634ed09e Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r--gnu/packages/android.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index 82b4cf23ec..7cb7814965 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -421,6 +421,7 @@ various Android core host applications.")
(lambda* (#:key inputs outputs #:allow-other-keys)
(install-file "diagnose_usb.h" (string-append (assoc-ref outputs "out") "/include"))
#t)))))
+ (native-inputs (list linux-libre-headers-5.4 gcc-11))
(inputs
(list android-libbase android-libcutils android-liblog openssl))
(home-page "https://developer.android.com/studio/command-line/adb.html")