global: add missing spaces to configureFlags

This commit is contained in:
John Wiegley 2015-03-31 16:09:40 -05:00
parent 3b83bf60ae
commit b29fc6bfaf

View File

@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
'' ./configure --prefix="$out" --disable-static ''
+ ''--with-posix-sort=$(type -p sort) ''
+ ''--with-ltdl-include=${libtool}/include --with-ltdl-lib=${libtool}/lib ''
+ ''--with-ncurses=${ncurses}''
+ ''--with-sqlite3=${sqlite}''
+ ''--with-ncurses=${ncurses} ''
+ ''--with-sqlite3=${sqlite} ''
+ ''--with-exuberant-ctags=${ctags}/bin/ctags'';
doCheck = true;