diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-02-16 12:37:55 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-02-16 14:29:47 +0100 |
| commit | 4ddeb3f8534fa3c36c74b048a52cd5dbb97a6d5e (patch) | |
| tree | 1659c8eaa405f11e46fb738ce79c71471377befa /gnu | |
| parent | 0e2b522bf3734f01614e8eefc11982d891e5b2d5 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/android.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm index 9c71a4ee475..cb699b06dc3 100644 --- a/gnu/packages/android.scm +++ b/gnu/packages/android.scm | |||
| @@ -41,6 +41,7 @@ | |||
| 41 | #:use-module (guix build-system go) | 41 | #:use-module (guix build-system go) |
| 42 | #:use-module (guix build-system python) | 42 | #:use-module (guix build-system python) |
| 43 | #:use-module (guix build-system pyproject) | 43 | #:use-module (guix build-system pyproject) |
| 44 | #:use-module (guix build-system qt) | ||
| 44 | #:use-module (guix build-system trivial) | 45 | #:use-module (guix build-system trivial) |
| 45 | #:use-module ((guix licenses) #:prefix license:) | 46 | #:use-module ((guix licenses) #:prefix license:) |
| 46 | #:use-module (gnu packages) | 47 | #:use-module (gnu packages) |
| @@ -1310,10 +1311,10 @@ Java bytecode, which simplifies the analysis of Android applications.") | |||
| 1310 | (sha256 | 1311 | (sha256 |
| 1311 | (base32 | 1312 | (base32 |
| 1312 | "1ianph8ivj0fxg1l7llid7gv4pbfb5j23b33j9gan6x7scr13q2h")))) | 1313 | "1ianph8ivj0fxg1l7llid7gv4pbfb5j23b33j9gan6x7scr13q2h")))) |
| 1313 | (build-system cmake-build-system) | 1314 | (build-system qt-build-system) |
| 1314 | (arguments | 1315 | (arguments |
| 1315 | (list #:tests? #f)) ;there are no tests | 1316 | (list #:tests? #f)) ;there are no tests |
| 1316 | (inputs (list qtbase-5 fuse libxkbcommon)) | 1317 | (inputs (list qtbase-5 qtwayland-5 fuse libxkbcommon)) |
| 1317 | (native-inputs (list qttools-5 openssl readline)) | 1318 | (native-inputs (list qttools-5 openssl readline)) |
| 1318 | (home-page "https://whoozle.github.io/android-file-transfer-linux/") | 1319 | (home-page "https://whoozle.github.io/android-file-transfer-linux/") |
| 1319 | (synopsis "MTP client for Android devices") | 1320 | (synopsis "MTP client for Android devices") |
