coq2html: switch to default make

This commit is contained in:
Piotr Bogdan 2018-03-22 15:56:22 +00:00
parent 20738d8b81
commit 5d0eeeee38
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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 { };