paperwork: fix locale path
This commit is contained in:
parent
afd59811a1
commit
86ff21af16
@ -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