flex: add license
This commit is contained in:
parent
75e8dfeafa
commit
f9a1aef084
@ -17,10 +17,11 @@ stdenv.mkDerivation rec {
|
|||||||
"ac_cv_func_realloc_0_nonnull=yes"
|
"ac_cv_func_realloc_0_nonnull=yes"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
branch = "2.5.35";
|
branch = "2.5.35";
|
||||||
homepage = http://flex.sourceforge.net/;
|
homepage = http://flex.sourceforge.net/;
|
||||||
description = "A fast lexical analyser generator";
|
description = "A fast lexical analyser generator";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
license = licenses.bsd2;
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -26,9 +26,10 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace Makefile.in --replace "tests" " ";
|
substituteInPlace Makefile.in --replace "tests" " ";
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/westes/flex;
|
homepage = https://github.com/westes/flex;
|
||||||
description = "A fast lexical analyser generator";
|
description = "A fast lexical analyser generator";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
license = licenses.bsd2;
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -41,9 +41,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
dontDisableStatic = stdenv.buildPlatform != stdenv.hostPlatform;
|
dontDisableStatic = stdenv.buildPlatform != stdenv.hostPlatform;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/westes/flex;
|
homepage = https://github.com/westes/flex;
|
||||||
description = "A fast lexical analyser generator";
|
description = "A fast lexical analyser generator";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
license = licenses.bsd2;
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user