tradcpp: add license
This commit is contained in:
parent
3455f378c9
commit
e707443caa
|
@ -13,9 +13,10 @@ stdenv.mkDerivation {
|
||||||
preConfigure = "autoconf";
|
preConfigure = "autoconf";
|
||||||
patches = [ ./tradcpp-configure.patch ];
|
patches = [ ./tradcpp-configure.patch ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A traditional (K&R-style) C macro preprocessor";
|
description = "A traditional (K&R-style) C macro preprocessor";
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
|
license = licenses.bsd2;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue