why3.withProvers: fix #168644
This commit is contained in:
@@ -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"
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user