Fixing mountall build after updating some gnu tools (autoconf and friends)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23375
This commit is contained in:
@@ -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 ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user