diff options
author | Franz Geffke <franz@pantherx.org> | 2024-03-30 16:42:55 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-03-30 16:42:55 +0000 |
commit | 66ab04436c6707526825e92d4b6a753121d72ffd (patch) | |
tree | 127592c3dde27c7e778dee95f6a7a5c940248096 /px/packages/desktop-tools.scm | |
parent | 20c3eb56d2cca96c4b87c1d4379e61ed9453d0d1 (diff) |
qtutilities: moved to qt module
Diffstat (limited to 'px/packages/desktop-tools.scm')
-rw-r--r-- | px/packages/desktop-tools.scm | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/px/packages/desktop-tools.scm b/px/packages/desktop-tools.scm index 34a0452..6dd7cb4 100644 --- a/px/packages/desktop-tools.scm +++ b/px/packages/desktop-tools.scm @@ -38,6 +38,7 @@ #:use-module (gnu packages xorg) #:use-module (gnu packages kde-frameworks) #:use-module (px packages images) + #:use-module (px packages qt) #:use-module (srfi srfi-1)) (define-public px-recoll @@ -188,27 +189,6 @@ argument parser, IO and conversion utilities.") (license license:gpl2+))) -(define-public qtutilities - (package - (name "qtutilities") - (version "6.12.0") - (source - (origin - (method url-fetch) - (uri (string-append - "https://github.com/Martchus/qtutilities/archive/refs/tags/v" - version ".tar.gz")) - (sha256 - (base32 "0b58i66hhfg18d9bzbkzx8m34x070af5k3dankz5q69dr1lbrf6k")))) - (build-system cmake-build-system) - (native-inputs (list cpputilities qtbase-5 qttools-5)) - (arguments - `(#:tests? #f)) - (home-page "https://github.com/Martchus/qtutilities") - (synopsis "Common Qt related C++ classes and routines") - (description "Common Qt related C++ classes and routines") - (license license:gpl2+))) - (define-public fork-awesome (package (name "fork-awesome") |