about summary refs log tree commit diff
path: root/pkgs/development/coq-modules/hierarchy-builder
diff options
context:
space:
mode:
authorCyril Cohen <cohen@crans.org>2021-02-18 20:45:45 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2021-02-18 22:26:10 +0100
commit268e43a005e36d1aa8202276aada980223d3beb7 (patch)
treeaaefde2a449e064a70aae6836d5610b935c8d4a4 /pkgs/development/coq-modules/hierarchy-builder
parent2f5b9f0c09473b0de31db4c56dcb7ff517de3910 (diff)
elpi: 1.12.0 -> 1.13.0
Diffstat (limited to 'pkgs/development/coq-modules/hierarchy-builder')
-rw-r--r--pkgs/development/coq-modules/hierarchy-builder/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/coq-modules/hierarchy-builder/default.nix b/pkgs/development/coq-modules/hierarchy-builder/default.nix
index 530763c9439d7..dabcc44261b56 100644
--- a/pkgs/development/coq-modules/hierarchy-builder/default.nix
+++ b/pkgs/development/coq-modules/hierarchy-builder/default.nix
@@ -12,6 +12,8 @@ with lib; mkCoqDerivation {
   release."0.10.0".sha256 = "1a3vry9nzavrlrdlq3cys3f8kpq3bz447q8c4c7lh2qal61wb32h";
   releaseRev = v: "v${v}";
 
+  nativeBuildInputs = [ which ];
+
   propagatedBuildInputs = [ coq-elpi ];
 
   extraInstallFlags = [ "VFILES=structures.v" ];