mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Andreas Enge
parent
0e5058d36a
commit
5fa5902e9e
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user