gnu: libmygpo-qt: Improve package style.

* gnu/packages/gpodder.scm (libmygpo-qt)[inputs]: Remove input labels.
[arguments]: Switch from quasiquote to quote.

Change-Id: If258f1e7ef5d291e5452e3d540564c13d86801ef
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
kiasoc5 2024-08-27 17:00:32 -04:00 committed by Ludovic Courtès
parent 0e0ea72071
commit 5d2d395477
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -147,9 +147,9 @@ (define-public libmygpo-qt
(native-inputs
(list pkg-config))
(inputs
`(("qt" ,qtbase-5)))
(list qtbase-5))
(arguments
`(#:configure-flags '("-DMYGPO_BUILD_TESTS=ON")
'(#:configure-flags '("-DMYGPO_BUILD_TESTS=ON")
;; TODO: Enable tests when https://github.com/gpodder/gpodder/issues/446
;; is fixed.
#:tests? #f))