lbzip2: latest gnulib requires autoconf 2.64
This commit is contained in:
parent
1d8caaff1c
commit
8f68b7c15d
@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace configure.ac --replace 'AC_PREREQ([2.63])' 'AC_PREREQ(2.64)'
|
||||
./build-aux/autogen.sh
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user