pyglossary: remove versionCheckProgramArg

Per
https://github.com/NixOS/nixpkgs/commit/58fec82686298f1313ea598effd310507855b84f
This commit is contained in:
Doron Behar
2025-12-28 10:27:59 +02:00
parent 8127178bd2
commit 6769aa7af8
@@ -69,11 +69,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
versionCheckHook
];
env = {
# The default --help creates permission errors that may be confusing when
# observed in the build log.
versionCheckProgramArg = "--version";
};
pythonImportsCheck = [
"pyglossary"