mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-07 16:01:33 +02:00
gnu: android-file-transfer: Support wayland.
* gnu/packages/android.scm (android-file-transfer)[build-system]: Switch to qt-build-system. [inputs]: Add qtwayland-5. Change-Id: I9319e04bbf74f7945734edfe6f98c3f851abe868
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
#:use-module (guix build-system go)
|
||||
#:use-module (guix build-system python)
|
||||
#:use-module (guix build-system pyproject)
|
||||
#:use-module (guix build-system qt)
|
||||
#:use-module (guix build-system trivial)
|
||||
#:use-module ((guix licenses) #:prefix license:)
|
||||
#:use-module (gnu packages)
|
||||
@@ -1310,10 +1311,10 @@ Java bytecode, which simplifies the analysis of Android applications.")
|
||||
(sha256
|
||||
(base32
|
||||
"1ianph8ivj0fxg1l7llid7gv4pbfb5j23b33j9gan6x7scr13q2h"))))
|
||||
(build-system cmake-build-system)
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ;there are no tests
|
||||
(inputs (list qtbase-5 fuse libxkbcommon))
|
||||
(inputs (list qtbase-5 qtwayland-5 fuse libxkbcommon))
|
||||
(native-inputs (list qttools-5 openssl readline))
|
||||
(home-page "https://whoozle.github.io/android-file-transfer-linux/")
|
||||
(synopsis "MTP client for Android devices")
|
||||
|
||||
Reference in New Issue
Block a user