mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
Simpler way.
This commit is contained in:
parent
2f4d1079aa
commit
136bf95bdf
@ -1,4 +1,4 @@
|
||||
{ lib, buildPythonPackage, fetchPypi , setuptools_scm }:
|
||||
{ lib, buildPythonPackage, fetchPypi }:
|
||||
buildPythonPackage rec {
|
||||
pname = "cbor2";
|
||||
version = "5.2.0";
|
||||
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
||||
|
||||
doCheck = false;
|
||||
|
||||
nativeBuildInputs = [ setuptools_scm ];
|
||||
buildInputs = [ setuptools_scm ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://github.com/agronholm/cbor2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user