diff options
| author | coqbot-app[bot] | 2020-09-17 16:16:39 +0000 |
|---|---|---|
| committer | GitHub | 2020-09-17 16:16:39 +0000 |
| commit | 08791151b904e499cdca26cec4b8aa7c9b1eb4c0 (patch) | |
| tree | 583b907530ea9c77bdec3d1bf11488f7ef5d00c1 /default.nix | |
| parent | 14f0e5059e7f49cabbcd1571d7f053db7d7d3f35 (diff) | |
| parent | 29b8aae282f03fcd7d753d19129e5f74feacc820 (diff) | |
Merge PR #13007: [build] Don't link `num` anymore in Coq
Reviewed-by: Zimmi48
Reviewed-by: vbgl
Ack-by: Zimmi48
Ack-by: vbgl
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index e383d214e0..ffee77f1f7 100644 --- a/default.nix +++ b/default.nix @@ -72,7 +72,7 @@ stdenv.mkDerivation rec { # Since #12604, ocamlfind looks for num when building plugins # This follows a similar change in the nixpkgs repo (cf. NixOS/nixpkgs#94230) # Same for zarith which is needed since its introduction as a dependency of Coq - propagatedBuildInputs = with ocamlPackages; [ num zarith ]; + propagatedBuildInputs = with ocamlPackages; [ zarith ]; src = if shell then null |
