treewide: more fixes of phases after bash 4.3 -> 4.4

This commit is contained in:
Vladimír Čunát
2017-01-06 14:05:22 +01:00
parent 29e93555ec
commit 75fc704cfe
4 changed files with 3 additions and 4 deletions
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
buildInputs = [ gtk2 libXft intltool automake115x autoconf libtool pkgconfig ];
preConfigurePhases = ''
preConfigure = ''
./autogen.sh
'';