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:
aszlig 2017-02-19 06:35:59 +01:00
commit 6d6cf3f24a
No known key found for this signature in database
GPG Key ID: 1DE8E48E57DB5436

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