python3Packages.nmigen: unbreak (#121846)

This commit is contained in:
Robert T. McGibbon 2021-05-07 16:37:56 -04:00 committed by GitHub
parent 2d64c6d79b
commit e41af2b3e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,12 @@
, pythonOlder
, fetchFromGitHub
, setuptools
, setuptools_scm
, setuptools-scm
, pyvcd
, jinja2
, importlib-resources
, importlib-metadata
, git
# for tests
, pytestCheckHook
@ -30,7 +31,7 @@ buildPythonPackage rec {
sha256 = "0cjs9wgmxa76xqmjhsw4fsb2mhgvd85jgs2mrjxqp6fwp8rlgnl1";
};
nativeBuildInputs = [ setuptools_scm ];
nativeBuildInputs = [ setuptools-scm git ];
propagatedBuildInputs = [
setuptools