diff options
| author | Vincent Laporte | 2019-01-24 09:58:33 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2019-01-24 14:53:08 +0000 |
| commit | dec2994980e00eff72f474aed6da94b97c3d703a (patch) | |
| tree | 00382fce91ed80519498880ceb6c4c7af357d3b3 /dev/ci/nix/math_classes.nix | |
| parent | 43525f9ee12a40bf3ad2c2521832fd7fc3a658f8 (diff) | |
[nix-CI] Split the build inputs
Coq and the Coq libraries can now be excluded
(by setting the NOCOQ environment variable).
Diffstat (limited to 'dev/ci/nix/math_classes.nix')
| -rw-r--r-- | dev/ci/nix/math_classes.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/nix/math_classes.nix b/dev/ci/nix/math_classes.nix index b0fa2fe795..8edc3c8358 100644 --- a/dev/ci/nix/math_classes.nix +++ b/dev/ci/nix/math_classes.nix @@ -1,6 +1,6 @@ { bignums }: { - buildInputs = [ bignums ]; + coqBuildInputs = [ bignums ]; configure = "./configure.sh"; } |
