gnu: libqtxdg: Simplify configure flags.

* gnu/packages/lxqt.scm (libqtxdg)[arugemnts]: Use relative path for
'QTXDGX_ICONENGINEPLUGIN_INSTALL_PATH'.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Meiyo Peng 2018-10-19 13:59:24 +08:00 committed by 宋文武
parent 097166dfb0
commit a457e3f6ef
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 3 additions and 4 deletions

View File

@ -155,10 +155,9 @@ itself as well as other components maintained by the LXQt project.")
(base32 "0lq548pa69hfvnbj2ypba5ygm8n6v6g7bqqm8p5g538l1l3394cl"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
`("-DBUILD_TESTS=ON"
,(string-append "-DQTXDGX_ICONENGINEPLUGIN_INSTALL_PATH="
%output "/lib/qt5/plugins/iconengines"))
'(#:configure-flags
'("-DBUILD_TESTS=ON"
"-DQTXDGX_ICONENGINEPLUGIN_INSTALL_PATH=lib/qt5/plugins/iconengines")
#:phases
(modify-phases %standard-phases
(add-before 'check 'pre-check