about summary refs log tree commit diff
path: root/pkgs/applications/science/logic/anders
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-01-15 08:55:16 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-01-15 12:13:06 +0100
commit911525afcee092bcbf50e30c539d8ab031a7264b (patch)
treefc7f7c32ea1a7e7323fa36165069118b24d36f8b /pkgs/applications/science/logic/anders
parent18c2d73cc734ae123e8ff5c9a3e786b0bc46c166 (diff)
anders: use Dune 3
Diffstat (limited to 'pkgs/applications/science/logic/anders')
-rw-r--r--pkgs/applications/science/logic/anders/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/logic/anders/default.nix b/pkgs/applications/science/logic/anders/default.nix
index bb60b2b8321af..ccb81686cb32c 100644
--- a/pkgs/applications/science/logic/anders/default.nix
+++ b/pkgs/applications/science/logic/anders/default.nix
@@ -4,7 +4,7 @@ ocamlPackages.buildDunePackage rec {
   pname = "anders";
   version = "1.1.1";
 
-  useDune2 = true;
+  duneVersion = "3";
 
   src = fetchFromGitHub {
     owner = "groupoid";