tclap: add license

This commit is contained in:
Markus Kowalewski 2018-10-27 15:43:09 +02:00
parent ab6cf6c57d
commit 0a2ebb03f4
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -8,9 +8,10 @@ stdenv.mkDerivation rec {
sha256 = "0dsqvsgzam3mypj2ladn6v1yjq9zd47p3lg21jx6kz5azkkkn0gm"; sha256 = "0dsqvsgzam3mypj2ladn6v1yjq9zd47p3lg21jx6kz5azkkkn0gm";
}; };
meta = { meta = with stdenv.lib; {
homepage = http://tclap.sourceforge.net/; homepage = http://tclap.sourceforge.net/;
description = "Templatized C++ Command Line Parser Library"; description = "Templatized C++ Command Line Parser Library";
platforms = stdenv.lib.platforms.all; platforms = platforms.all;
license = licenses.mit;
}; };
} }