pyglossary: remove versionCheckProgramArg
Per https://github.com/NixOS/nixpkgs/commit/58fec82686298f1313ea598effd310507855b84f
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user