diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2022-08-17 11:14:34 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2022-08-22 08:42:54 +0800 |
commit | fdde53902834512c98823b47d29950577ce14d61 (patch) | |
tree | b7d82da7f705c366df15da20b076f6d2b1083e30 /gnu | |
parent | bc334d4a2f3010473a7db54d483d27483da637d5 (diff) | |
download | guix-fdde53902834512c98823b47d29950577ce14d61.tar.gz guix-fdde53902834512c98823b47d29950577ce14d61.zip |
gnu: lxqt-connman-applet: Remove patch-translations-dir phase.
* gnu/packages/lxqt.scm (lxqt-connman-applet)[arguments]:
Remove patch-translations-dir phase.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lxqt.scm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index 4eebf95be9..dbc41a7221 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -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" |