diff options
| author | Théo Zimmermann | 2019-01-24 16:32:48 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2019-01-24 16:32:48 +0100 |
| commit | 0817552f823409c85dbc1ebbd54cff69d375482d (patch) | |
| tree | 00382fce91ed80519498880ceb6c4c7af357d3b3 /dev/ci/nix/mtac2.nix | |
| parent | 19c6007a003f3ec6d2d92b1ca213270ff16b58fb (diff) | |
| parent | dec2994980e00eff72f474aed6da94b97c3d703a (diff) | |
Merge PR #9394: [nix-ci] Maintenance
Reviewed-by: SkySkimmer
Ack-by: Zimmi48
Reviewed-by: ejgallego
Reviewed-by: maximedenes
Diffstat (limited to 'dev/ci/nix/mtac2.nix')
| -rw-r--r-- | dev/ci/nix/mtac2.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/ci/nix/mtac2.nix b/dev/ci/nix/mtac2.nix index 9a2353c5cf..4acc326c02 100644 --- a/dev/ci/nix/mtac2.nix +++ b/dev/ci/nix/mtac2.nix @@ -1,5 +1,6 @@ { coq, unicoq }: { - buildInputs = [ unicoq ] ++ (with coq.ocamlPackages; [ ocaml findlib camlp5 ]); + buildInputs = with coq.ocamlPackages; [ ocaml findlib camlp5 ]; + coqBuildInputs = [ unicoq ]; configure = "./configure.sh"; } |
