python310Packages.setuptools-scm: remove unused rec, use inherit

This commit is contained in:
Sandro Jäckel 2023-07-14 14:09:37 +02:00
parent 09cb8467e6
commit 91ae0efefd
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -7,13 +7,11 @@
, virtualenv
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "setuptools-scm-tests";
inherit (setuptools-scm) version;
inherit (setuptools-scm) version src;
format = "other";
src = setuptools-scm.src;
dontBuild = true;
dontInstall = true;