poetry: remove "broken" mark

Apparently it was marked by mistake in 5aa4b1994629;
it seems fine both locally and on Hydra's three platforms.
This commit is contained in:
Vladimír Čunát 2019-10-13 10:14:13 +02:00
parent d15e5b02fe
commit 3cb1576815
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -87,6 +87,5 @@ in buildPythonPackage rec {
description = "Python dependency management and packaging made easy";
license = licenses.mit;
maintainers = with maintainers; [ jakewaksbaum ];
broken = true;
};
}