mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: lxqt-build-tools: Define LXQT_DATA_DIR and LXQT_ETC_XDG_DIR.
* gnu/packages/lxqt.scm (lxqt-build-tools)[arguments]: Define LXQT_DATA_DIR and LXQT_ETC_XDG_DIR in the configure flags. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
6f00fb75ca
commit
cbea1e8dd2
1 changed files with 7 additions and 1 deletions
|
@ -131,7 +131,13 @@ (define-public lxqt-build-tools
|
|||
(base32 "13b5x26p6ycnwzlgg1cgvlc88wjrjmlb3snrrmzh0xgh9h6hhvd6"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; no tests
|
||||
`(#:tests? #f ; no tests
|
||||
#:configure-flags
|
||||
;; 'startlxqt' will add LXQT_DATA_DIR to XDG_DATA_DIRS,
|
||||
;; LXQT_ETC_XDG_DIR to XDG_CONFIG_DIRS, and 'lxqt-about' will report
|
||||
;; LXQT_ETC_XDG_DIR in its "Technical Info".
|
||||
'("-DLXQT_DATA_DIR=/run/current-system/profile/share"
|
||||
"-DLXQT_ETC_XDG_DIR=/run/current-system/profile/etc/xdg")))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("glib" ,glib)))
|
||||
|
|
Loading…
Reference in a new issue