gnu: compton-conf: Remove patch-source phase.

* gnu/packages/lxqt.scm (compton-conf)[arguments]: Remove patch-source phase.
This commit is contained in:
宋文武 2022-08-17 11:10:51 +08:00
parent 50fb051d97
commit eae4a0a2c8
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -893,16 +893,7 @@ (define-public compton-conf
(list libconfig qtbase-5))
(native-inputs
(list lxqt-build-tools pkg-config qttools-5))
(arguments
'(#: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)))))
(arguments '(#:tests? #f)) ; no tests
(home-page "https://lxqt-project.org")
(synopsis "GUI configuration tool for compton X composite manager")
(description "@code{compton-conf} is a configuration tool for X composite