coq2html: switch to default make
This commit is contained in:
parent
20738d8b81
commit
5d0eeeee38
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, make, fetchgit, ocaml }:
|
{ stdenv, fetchgit, ocaml }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "20170720";
|
version = "20170720";
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "1x466j0pyjggyz0870pdllv9f5vpnfrgkd0w7ajvm9rkwyp3f610";
|
sha256 = "1x466j0pyjggyz0870pdllv9f5vpnfrgkd0w7ajvm9rkwyp3f610";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ make ocaml ];
|
buildInputs = [ ocaml ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
@ -21447,9 +21447,7 @@ with pkgs;
|
|||||||
coqPackages coq
|
coqPackages coq
|
||||||
;
|
;
|
||||||
|
|
||||||
coq2html = callPackage ../applications/science/logic/coq2html {
|
coq2html = callPackage ../applications/science/logic/coq2html { };
|
||||||
make = pkgs.gnumake3;
|
|
||||||
};
|
|
||||||
|
|
||||||
cryptoverif = callPackage ../applications/science/logic/cryptoverif { };
|
cryptoverif = callPackage ../applications/science/logic/cryptoverif { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user