me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/lxqt.scm (lxqt-connman-applet)[arguments]:
Remove patch-translations-dir phase.
宋文武 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
1 changed files with 0 additions and 8 deletions

View File

@ -1139,14 +1139,6 @@ like @command{tar} and @command{zip}.")
`(#: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"