about summary refs log tree commit diff
path: root/pkgs/development/coq-modules/fiat
diff options
context:
space:
mode:
authorThéo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-10-19 10:25:09 +0200
committerThéo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-10-19 10:25:09 +0200
commit8c399bd6c1cfc8308b0cc7b3f82cb250e0ffc9a7 (patch)
tree2d274a8158f4e39d6239b28c61977794bd12e299 /pkgs/development/coq-modules/fiat
parentfa1247675544430e97aa0499ad5073b98cb31817 (diff)
downloadnixlib-8c399bd6c1cfc8308b0cc7b3f82cb250e0ffc9a7.tar
nixlib-8c399bd6c1cfc8308b0cc7b3f82cb250e0ffc9a7.tar.gz
nixlib-8c399bd6c1cfc8308b0cc7b3f82cb250e0ffc9a7.tar.bz2
nixlib-8c399bd6c1cfc8308b0cc7b3f82cb250e0ffc9a7.tar.lz
nixlib-8c399bd6c1cfc8308b0cc7b3f82cb250e0ffc9a7.tar.xz
nixlib-8c399bd6c1cfc8308b0cc7b3f82cb250e0ffc9a7.tar.zst
nixlib-8c399bd6c1cfc8308b0cc7b3f82cb250e0ffc9a7.zip
coqPackages: use coq.ocamlPackages instead of coq.ocaml, coq.camlp5, etc.
Diffstat (limited to 'pkgs/development/coq-modules/fiat')
-rw-r--r--pkgs/development/coq-modules/fiat/HEAD.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/fiat/HEAD.nix b/pkgs/development/coq-modules/fiat/HEAD.nix
index b970747c7726..a064064fd919 100644
--- a/pkgs/development/coq-modules/fiat/HEAD.nix
+++ b/pkgs/development/coq-modules/fiat/HEAD.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
     sha256 = "0griqc675yylf9rvadlfsabz41qy5f5idya30p5rv6ysiakxya64";
   };
 
-  buildInputs = [ coq.ocaml coq.camlp5 python27 ];
+  buildInputs = with coq.ocamlPackages; [ ocaml camlp5 python27 ];
   propagatedBuildInputs = [ coq ];
 
   doCheck = false;