about summary refs log tree commit diff
path: root/pkgs/applications/science/logic/why3
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-04-30 15:37:40 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2022-05-19 00:09:30 +0200
commit6e3a86f2f73a466656a401302d3ece26fba401d9 (patch)
tree25bf22958241c57cfcd69e684fe180b2e9177f66 /pkgs/applications/science/logic/why3
parent4ca72ffe4e3f60ba48b5a10a3e22f328f96a6d7f (diff)
why3.withProvers: fix #168644
Diffstat (limited to 'pkgs/applications/science/logic/why3')
-rw-r--r--pkgs/applications/science/logic/why3/with-provers.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/logic/why3/with-provers.nix b/pkgs/applications/science/logic/why3/with-provers.nix
index ae0acb1e525c8..739064bb61698 100644
--- a/pkgs/applications/science/logic/why3/with-provers.nix
+++ b/pkgs/applications/science/logic/why3/with-provers.nix
@@ -27,6 +27,6 @@ stdenv.mkDerivation {
 
   installPhase = ''
     mkdir -p $out/bin
-    makeWrapper ${why3}/bin/why3 $out/bin/why3 --add-flags "--extra-config $out/share/why3/why3.conf"
+    makeWrapper ${why3}/bin/why3 $out/bin/why3 --add-flags "--config $out/share/why3/why3.conf"
   '';
 }