mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
0e5058d36a
commit
5fa5902e9e
1 changed files with 1 additions and 0 deletions
|
@ -421,6 +421,7 @@ various Android core host applications.")
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(install-file "diagnose_usb.h" (string-append (assoc-ref outputs "out") "/include"))
|
(install-file "diagnose_usb.h" (string-append (assoc-ref outputs "out") "/include"))
|
||||||
#t)))))
|
#t)))))
|
||||||
|
(native-inputs (list linux-libre-headers-5.4 gcc-11))
|
||||||
(inputs
|
(inputs
|
||||||
(list android-libbase android-libcutils android-liblog openssl))
|
(list android-libbase android-libcutils android-liblog openssl))
|
||||||
(home-page "https://developer.android.com/studio/command-line/adb.html")
|
(home-page "https://developer.android.com/studio/command-line/adb.html")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue