summary refs log tree commit diff
diff options
context:
space:
mode:
authorLars Rasmusson <Lars.Rasmusson@ri.se>2021-04-14 14:22:37 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-04-14 14:42:01 +0200
commit316db3a129b7aa865e845a6c000c38e567d76e72 (patch)
tree38791aa7076a95045ed2a41953f33aec54c9719a
parentde2edb81da1ad1d73cc02bca86bb65823b070702 (diff)
downloadnixpkgs-316db3a129b7aa865e845a6c000c38e567d76e72.tar
nixpkgs-316db3a129b7aa865e845a6c000c38e567d76e72.tar.gz
nixpkgs-316db3a129b7aa865e845a6c000c38e567d76e72.tar.bz2
nixpkgs-316db3a129b7aa865e845a6c000c38e567d76e72.tar.lz
nixpkgs-316db3a129b7aa865e845a6c000c38e567d76e72.tar.xz
nixpkgs-316db3a129b7aa865e845a6c000c38e567d76e72.tar.zst
nixpkgs-316db3a129b7aa865e845a6c000c38e567d76e72.zip
coqPackages.ITree: changed pname to InteractionTrees
-rw-r--r--pkgs/development/coq-modules/ITree/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/ITree/default.nix b/pkgs/development/coq-modules/ITree/default.nix
index 31fea99cb84..95174d9547e 100644
--- a/pkgs/development/coq-modules/ITree/default.nix
+++ b/pkgs/development/coq-modules/ITree/default.nix
@@ -1,7 +1,7 @@
 { lib, mkCoqDerivation, coq, version ? null , paco, coq-ext-lib }:
 
 with lib; mkCoqDerivation rec {
-  pname = "ITree";
+  pname = "InteractionTrees";
   owner = "DeepSpec";
   inherit version;
   defaultVersion = with versions; switch coq.coq-version [