mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.gruut: fix langpack version metadata
This commit is contained in:
@@ -17,6 +17,10 @@ buildPythonPackage rec {
|
||||
cd "${pname}"
|
||||
'';
|
||||
|
||||
postPatch = ''
|
||||
echo "${version}" > "gruut_lang_${lang}/VERSION"
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "gruut_lang_${lang}" ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user