ocamlPackages.menhir: 20170712 -> 20181026

This commit is contained in:
Vincent Laporte
2018-10-28 15:30:49 +00:00
parent 17585ff6d8
commit 80bb1db72c
3 changed files with 16 additions and 13 deletions
@@ -1,12 +1,9 @@
{ version, sha256, stdenv, fetchurl, ocaml, findlib, ocamlbuild }:
{ version, src, stdenv, fetchurl, ocaml, findlib, ocamlbuild }:
stdenv.mkDerivation {
name = "menhir-${version}";
src = fetchurl {
url = "http://pauillac.inria.fr/~fpottier/menhir/menhir-${version}.tar.gz";
inherit sha256;
};
inherit src;
buildInputs = [ ocaml findlib ocamlbuild ];