ocamlPackages.menhir: 20170101 -> 20170418

This commit is contained in:
Vincent Laporte
2017-04-20 20:16:35 +00:00
parent a76841e399
commit 0fcc6ca515
2 changed files with 3 additions and 3 deletions
@@ -36,7 +36,7 @@ stdenv.mkDerivation {
and Yann Régis-Gianas.
'';
license = with licenses; [
qpl /* generator */
(if versionAtLeast version "20170418" then gpl2 else qpl) /* generator */
lgpl2 /* library */
];
platforms = ocaml.meta.platforms or [];