mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
0e0ea72071
commit
5d2d395477
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue