gnu: lxqt: Change version to 1.2.0.

* gnu/packages/lxqt.scm (lxqt): Use the version of liblxqt.
This commit is contained in:
宋文武 2022-11-28 11:23:12 +08:00
parent 3cb0b6f222
commit efb67084b2
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 1 additions and 1 deletions

View File

@ -1128,7 +1128,7 @@ desktop.")
(define-public lxqt
(package
(name "lxqt")
(version "17.0")
(version (package-version liblxqt))
(source #f)
(build-system trivial-build-system)
(arguments '(#:builder (begin (mkdir %output) #t)))