gnu: compton-conf: Remove patch-source phase.
* gnu/packages/lxqt.scm (compton-conf)[arguments]: Remove patch-source phase.
This commit is contained in:
parent
50fb051d97
commit
eae4a0a2c8
1 changed files with 1 additions and 10 deletions
|
@ -893,16 +893,7 @@ LXDE.")
|
||||||
(list libconfig qtbase-5))
|
(list libconfig qtbase-5))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list lxqt-build-tools pkg-config qttools-5))
|
(list lxqt-build-tools pkg-config qttools-5))
|
||||||
(arguments
|
(arguments '(#:tests? #f)) ; no tests
|
||||||
'(#:tests? #f ; no tests
|
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'patch-source
|
|
||||||
(lambda _
|
|
||||||
(substitute* '("autostart/CMakeLists.txt")
|
|
||||||
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
|
||||||
"DESTINATION \"etc/xdg"))
|
|
||||||
#t)))))
|
|
||||||
(home-page "https://lxqt-project.org")
|
(home-page "https://lxqt-project.org")
|
||||||
(synopsis "GUI configuration tool for compton X composite manager")
|
(synopsis "GUI configuration tool for compton X composite manager")
|
||||||
(description "@code{compton-conf} is a configuration tool for X composite
|
(description "@code{compton-conf} is a configuration tool for X composite
|
||||||
|
|
Reference in a new issue