nix-prefetch-github: add nix to dependencies (#393781)
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
sphinx-argparse,
|
||||
parameterized,
|
||||
setuptools,
|
||||
nix,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -30,6 +31,8 @@ buildPythonPackage rec {
|
||||
hash = "sha256-eQd/MNlnuzXzgFzvwUMchvHoIvkIrbpGKV7iknO14Cc=";
|
||||
};
|
||||
|
||||
dependencies = [ nix ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
sphinxHook
|
||||
sphinx-argparse
|
||||
|
||||
Reference in New Issue
Block a user