paperwork: fix locale path

This commit is contained in:
Symphorien Gibol 2017-02-08 14:48:26 +01:00
parent afd59811a1
commit 86ff21af16

View File

@ -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' \