mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
tclap: add license
This commit is contained in:
parent
ab6cf6c57d
commit
0a2ebb03f4
@ -8,9 +8,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0dsqvsgzam3mypj2ladn6v1yjq9zd47p3lg21jx6kz5azkkkn0gm";
|
||||
};
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://tclap.sourceforge.net/;
|
||||
description = "Templatized C++ Command Line Parser Library";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = platforms.all;
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user