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:
@@ -31,7 +31,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
}' src/paperwork/frontend/util/__init__.py
|
}' src/paperwork/frontend/util/__init__.py
|
||||||
|
|
||||||
sed -i -e '/^LOCALE_PATHS = \[/,/^\]$/ {
|
sed -i -e '/^LOCALE_PATHS = \[/,/^\]$/ {
|
||||||
c LOCALE_PATHS = ["'"$out/share/locale"'"]
|
c LOCALE_PATHS = ["'"$out/share"'"]
|
||||||
}' src/paperwork/paperwork.py
|
}' src/paperwork/paperwork.py
|
||||||
|
|
||||||
sed -i -e 's/"icon"/"icon-name"/g' \
|
sed -i -e 's/"icon"/"icon-name"/g' \
|
||||||
|
|||||||
Reference in New Issue
Block a user