gnu: lxqt: Use the projects version number.

* gnu/packages/lxqt.scm (lxqt): Use the projects version number.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Brendan Tildesley 2021-05-17 00:06:16 +10:00 committed by Ludovic Courtès
parent 3e294125c0
commit c03908fef0
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

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