nixpart0: mark as unbroken

It builds.
This commit is contained in:
Domen Kožar 2019-11-21 17:39:03 +01:00
parent 7d091ce5ad
commit c64e17b68d
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -73,6 +73,5 @@ in buildPythonApplication rec {
license = licenses.gpl2Plus;
maintainers = [ maintainers.aszlig ];
platforms = platforms.linux;
broken = true;
};
}