flex: add license

This commit is contained in:
Markus Kowalewski
2018-08-16 21:51:07 +02:00
parent 75e8dfeafa
commit f9a1aef084
3 changed files with 9 additions and 6 deletions
@@ -41,9 +41,10 @@ stdenv.mkDerivation rec {
dontDisableStatic = stdenv.buildPlatform != stdenv.hostPlatform;
meta = {
meta = with stdenv.lib; {
homepage = https://github.com/westes/flex;
description = "A fast lexical analyser generator";
platforms = stdenv.lib.platforms.unix;
license = licenses.bsd2;
platforms = platforms.unix;
};
}