gnu: lxqt-connman-applet: Remove patch-translations-dir phase.

* gnu/packages/lxqt.scm (lxqt-connman-applet)[arguments]:
Remove patch-translations-dir phase.
This commit is contained in:
宋文武 2022-08-17 11:14:34 +08:00
parent bc334d4a2f
commit fdde539028
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1139,14 +1139,6 @@ (define-public lxqt-connman-applet
`(#:tests? #f ; no tests
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-translations-dir
(lambda* (#:key outputs #:allow-other-keys)
(substitute* "CMakeLists.txt"
(("\\$\\{LXQT_TRANSLATIONS_DIR\\}")
(string-append (assoc-ref outputs "out")
"/share/lxqt/translations"))
(("\\$\\{LXQT_ETC_XDG_DIR\\}") "etc/xdg"))
#t))
(add-after 'unpack 'remove-definitions
(lambda _
(substitute* "CMakeLists.txt"