gambit: 4.8.8-f3ffeb6 -> 4.8.8-300db59

This commit is contained in:
Francois-Rene Rideau
2017-09-22 11:30:07 -04:00
parent 6558f81bc9
commit 34739b3cc6
2 changed files with 16 additions and 17 deletions
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ autoconf ];
configurePhase = ''
./configure --prefix=$out --enable-single-host
./configure --prefix=$out
'';
buildPhase = ''