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/README.md | |
| 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/README.md')
| -rw-r--r-- | dev/ci/nix/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev/ci/nix/README.md b/dev/ci/nix/README.md index 1685b084e9..6f32abef95 100644 --- a/dev/ci/nix/README.md +++ b/dev/ci/nix/README.md @@ -17,3 +17,10 @@ build-system of that project: `configure`, `make`, and `clean`. Therefore, after changing the working directory to the root of the sources of that project, the contents of these variables can be evaluated to respectively set-up, build, and clean the project. + +## Variant: nocoq + +The dependencies of the third-party developments are split into `buildInputs` +and `coqBuildInputs`. The second list gathers the Coq libraries. In case you +only want the non-coq dependencies (because you want to use Coq from your `PATH`), +set the environment variable `NOCOQ` to some non-empty value. |
