mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: libqtxdg: Move qtbase to propagated-inputs.
* gnu/packages/lxqt.scm (libqtxdg)[inputs]: Move qtbase ...
[propagated-inputs]: ... to here.
This is a follow-up to aa450b2bc4
.
This commit is contained in:
parent
668d2352e0
commit
025597393c
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ (define-public libqtxdg
|
|||
#:configure-flags '("-DBUILD_TESTS=ON")))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
(propagated-inputs
|
||||
`(("qtbase" ,qtbase))) ; according to Qt5Xdg.pc
|
||||
(home-page "https://github.com/lxde/libqtxdg")
|
||||
(synopsis "Qt implementation of freedesktop.org xdg specifications")
|
||||
|
|
Loading…
Reference in a new issue