ocamlPackages.camlp5: 7.03 -> 7.05
This commit is contained in:
parent
50e99d163e
commit
a3c143c39c
@ -6,15 +6,22 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
||||||
name = "camlp5${if transitional then "_transitional" else ""}-7.03";
|
name = "camlp5${if transitional then "_transitional" else ""}-7.05";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = https://github.com/camlp5/camlp5/archive/rel703.tar.gz;
|
url = https://github.com/camlp5/camlp5/archive/rel705.tar.gz;
|
||||||
sha256 = "0bwzhp4qjypfa0x8drp8w434dfixm1nzrm6pcy9s5akpmqvb50a8";
|
sha256 = "16igfyjl2jja4f1mibjfzk0c2jr09nxsz6lb63x1jkccmy6430q2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml ];
|
buildInputs = [ ocaml ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
for p in compile/compile.sh config/Makefile.tpl test/Makefile test/check_ocaml_versions.sh
|
||||||
|
do
|
||||||
|
substituteInPlace $p --replace '/bin/rm' rm
|
||||||
|
done
|
||||||
|
'';
|
||||||
|
|
||||||
prefixKey = "-prefix ";
|
prefixKey = "-prefix ";
|
||||||
|
|
||||||
preConfigure = "configureFlagsArray=(" + (if transitional then "--transitional" else "--strict") +
|
preConfigure = "configureFlagsArray=(" + (if transitional then "--transitional" else "--strict") +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user