why3.withProvers: fix #168644

This commit is contained in:
Vincent Laporte 2022-04-30 15:37:40 +02:00
parent 4ca72ffe4e
commit 6e3a86f2f7
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -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"
'';
}