Merge pull request #22551 (paperwork locale path)
Fixes the locale path, which I got wrong in
7199f1bd94
.
It should have been "$out/share", because Paperwork itself already
appends /locale to the path.
Thanks to @symphorien for the fix.
This commit is contained in:
commit
6d6cf3f24a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ python3Packages.buildPythonApplication rec {
|
|||
}' src/paperwork/frontend/util/__init__.py
|
||||
|
||||
sed -i -e '/^LOCALE_PATHS = \[/,/^\]$/ {
|
||||
c LOCALE_PATHS = ["'"$out/share/locale"'"]
|
||||
c LOCALE_PATHS = ["'"$out/share"'"]
|
||||
}' src/paperwork/paperwork.py
|
||||
|
||||
sed -i -e 's/"icon"/"icon-name"/g' \
|
||||
|
|
Loading…
Reference in a new issue