fix locale error on travis

fixes #48
This commit is contained in:
Jörg Thalheim 2018-08-13 10:29:38 +02:00
parent d2e3c33ba7
commit 3bc54e950c

View file

@ -8,5 +8,6 @@ python3Packages.buildPythonApplication {
makeWrapperArgs = [
"--prefix" "PATH" ":" "${stdenv.lib.makeBinPath [ nix-prefetch-git git nix ]}"
"--set" "LOCALE_ARCHIVE" "${glibcLocales}/lib/locale/locale-archive"
];
}