Merge pull request #22551 (paperwork locale path)
Fixes the locale path, which I got wrong in 7199f1bd9470f6acabcfadddef50d4934727796e. 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
@ -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…
x
Reference in New Issue
Block a user