fixup flit

This commit is contained in:
Frederik Rietdijk 2020-11-29 16:00:54 +01:00
parent 9b81c28a13
commit e11dd51b2a

View file

@ -23,6 +23,7 @@ buildPythonPackage rec {
pname = "flit";
version = "3.0.0";
disabled = !isPy3k;
format = "pyproject";
src = fetchFromGitHub {
owner = "takluyver";
@ -31,6 +32,10 @@ buildPythonPackage rec {
sha256 = "zk6mozS3Q9U43PQe/DxgwwsBRJ6Qwb+rSUVGXHijD+g=";
};
nativeBuildInputs = [
flit-core
];
# Use toml instead of pytoml
# Resolves infinite recursion since packaging started using flit.
patches = [