Fixing mountall build after updating some gnu tools (autoconf and friends)

svn path=/nixpkgs/branches/stdenv-updates/; revision=23375
This commit is contained in:
Lluís Batlle i Rossell 2010-08-23 19:56:39 +00:00
parent b125bec491
commit cdbe8d495c

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation {
patches = [ ./no-plymouth.patch ];
preConfigure = "autoreconf";
preConfigure = "rm aclocal.m4; autoreconf";
buildInputs = [ pkgconfig libnih dbus.libs udev autoconf automake libtool ];