···56565757 doCheck = true;
58585959- preConfigure = "./autogen.sh";
5959+ # don't rely on rigid autotools versions, instead preload whatever is in $PATH in the build environment.
6060+ # libmypaint 1.6.1 only officially supports autotools up to 1.16,
6161+ # 2.0.0 alphas support up to autotools 1.17.
6262+ # However, we are now on autotools 1.18, so this would otherwise break.
6363+ preConfigure = ''
6464+ export AUTOMAKE=automake
6565+ export ACLOCAL=aclocal
6666+ ./autogen.sh
6767+ '';
60686169 meta = with lib; {
6270 homepage = "http://mypaint.org/";