Fixing mountall build after updating some gnu tools (autoconf and friends)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23375
This commit is contained in:
parent
b125bec491
commit
cdbe8d495c
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
patches = [ ./no-plymouth.patch ];
|
patches = [ ./no-plymouth.patch ];
|
||||||
|
|
||||||
preConfigure = "autoreconf";
|
preConfigure = "rm aclocal.m4; autoreconf";
|
||||||
|
|
||||||
buildInputs = [ pkgconfig libnih dbus.libs udev autoconf automake libtool ];
|
buildInputs = [ pkgconfig libnih dbus.libs udev autoconf automake libtool ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user