1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +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:
Danny Milosavljevic 2025-02-16 12:37:55 +01:00
parent 0e2b522bf3
commit 4ddeb3f853
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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")