mockobjects: add license + description

This commit is contained in:
Markus Kowalewski 2018-11-01 21:34:18 +01:00
parent 5fabd1b3c6
commit 645b5a0e82
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -9,7 +9,9 @@ stdenv.mkDerivation {
sha256 = "18rnyqfcyh0s3dwkkaszdd50ssyjx5fa1y3ii309ldqg693lfgnz";
};
meta = {
platforms = stdenv.lib.platforms.unix;
meta = with stdenv.lib; {
description = "Generic unit testing framework and methodology for testing any kind of code";
platforms = platforms.unix;
license = licenses.asl20;
};
}