mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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
@ -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 New Issue
Block a user