Another way.

This commit is contained in:
Itamar Turner-Trauring 2021-11-30 13:58:22 -05:00
parent 136bf95bdf
commit f2b52f368d

View File

@ -10,7 +10,7 @@ buildPythonPackage rec {
doCheck = false;
buildInputs = [ setuptools_scm ];
propagatedBuildInputs = [ setuptools_scm ];
meta = with lib; {
homepage = https://github.com/agronholm/cbor2;