3
0
Fork 0
forked from mirrors/nixpkgs

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"; sha256 = "18rnyqfcyh0s3dwkkaszdd50ssyjx5fa1y3ii309ldqg693lfgnz";
}; };
meta = { meta = with stdenv.lib; {
platforms = stdenv.lib.platforms.unix; description = "Generic unit testing framework and methodology for testing any kind of code";
platforms = platforms.unix;
license = licenses.asl20;
}; };
} }