treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
This commit is contained in:
@@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
hash = "sha256-Fb/suuiC6tmY3ZMAc3I3oU5A39jJc+XH3ntMkgQKAQ8=";
|
||||
};
|
||||
|
||||
# Nose is required during build process, so can not use `checkInputs`.
|
||||
# Nose is required during build process, so can not use `nativeCheckInputs`.
|
||||
buildInputs = [
|
||||
nose
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user