mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue