mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: lxqt.scm: Move qttools from inputs to native-inputs.
* gnu/packages/lxqt.scm: Move qttools from inputs to native-inputs. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
35bfe41a01
commit
f2b48558df
1 changed files with 6 additions and 6 deletions
|
@ -104,11 +104,11 @@ (define-public libfm-qt
|
||||||
("menu-cache" ,menu-cache)
|
("menu-cache" ,menu-cache)
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase)
|
||||||
("qttools" ,qttools)
|
|
||||||
("qtx11extras" ,qtx11extras)))
|
("qtx11extras" ,qtx11extras)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("lxqt-build-tools" ,lxqt-build-tools)))
|
("lxqt-build-tools" ,lxqt-build-tools)
|
||||||
|
("qttools" ,qttools)))
|
||||||
(home-page "https://lxqt.org/")
|
(home-page "https://lxqt.org/")
|
||||||
(synopsis "Qt binding for libfm")
|
(synopsis "Qt binding for libfm")
|
||||||
(description "libfm-qt is the Qt port of libfm, a library providing
|
(description "libfm-qt is the Qt port of libfm, a library providing
|
||||||
|
@ -147,10 +147,10 @@ (define-public liblxqt
|
||||||
("libxscrnsaver" ,libxscrnsaver)
|
("libxscrnsaver" ,libxscrnsaver)
|
||||||
("polkit-qt" ,polkit-qt)
|
("polkit-qt" ,polkit-qt)
|
||||||
("qtsvg" ,qtsvg)
|
("qtsvg" ,qtsvg)
|
||||||
("qttools" ,qttools)
|
|
||||||
("qtx11extras" ,qtx11extras)))
|
("qtx11extras" ,qtx11extras)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("lxqt-build-tools" ,lxqt-build-tools)))
|
`(("lxqt-build-tools" ,lxqt-build-tools)
|
||||||
|
("qttools" ,qttools)))
|
||||||
(home-page "https://lxqt.org/")
|
(home-page "https://lxqt.org/")
|
||||||
(synopsis "Core utility library for all LXQt components")
|
(synopsis "Core utility library for all LXQt components")
|
||||||
(description "liblxqt provides the basic libraries shared by the
|
(description "liblxqt provides the basic libraries shared by the
|
||||||
|
@ -550,12 +550,12 @@ (define-public lxqt-session
|
||||||
("libqtxdg" ,libqtxdg)
|
("libqtxdg" ,libqtxdg)
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase)
|
||||||
("qtsvg" ,qtsvg)
|
("qtsvg" ,qtsvg)
|
||||||
("qttools" ,qttools)
|
|
||||||
("qtx11extras" ,qtx11extras)
|
("qtx11extras" ,qtx11extras)
|
||||||
("xdg-user-dirs" ,xdg-user-dirs)))
|
("xdg-user-dirs" ,xdg-user-dirs)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("lxqt-build-tools" ,lxqt-build-tools)))
|
("lxqt-build-tools" ,lxqt-build-tools)
|
||||||
|
("qttools" ,qttools)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue