picard: set path for localedir build option

This commit is contained in:
Serg 2024-01-25 18:49:27 +03:00
parent 0e148322b3
commit a3784fb497

View File

@ -60,7 +60,7 @@ pythonPackages.buildPythonApplication rec {
pyyaml
];
setupPyGlobalFlags = [ "build" "--disable-autoupdate" ];
setupPyGlobalFlags = [ "build" "--disable-autoupdate" "--localedir=$out/share/locale" ];
preCheck = ''
export HOME=$(mktemp -d)