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