pythonPackages.prov: Add meta

This commit is contained in:
Ashley Gillman 2018-01-16 19:31:18 +10:00 committed by Frederik Rietdijk
parent c1eeedaf4a
commit 0b88cba564

View File

@ -28,4 +28,11 @@ buildPythonPackage rec {
rdflib
];
doCheck = false; # takes forever!
meta = with stdenv.lib; {
description = "A Python library for W3C Provenance Data Model (PROV)";
homepage = https://github.com/trungdong/prov;
license = licenses.mit;
maintainers = with maintainers; [ ashgillman ];
};
}