From cdbe8d495c7e82a358b3a410d57f8145ac678903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Mon, 23 Aug 2010 19:56:39 +0000 Subject: [PATCH] Fixing mountall build after updating some gnu tools (autoconf and friends) svn path=/nixpkgs/branches/stdenv-updates/; revision=23375 --- pkgs/os-specific/linux/mountall/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/mountall/default.nix b/pkgs/os-specific/linux/mountall/default.nix index 530ff250802..01108faaf58 100644 --- a/pkgs/os-specific/linux/mountall/default.nix +++ b/pkgs/os-specific/linux/mountall/default.nix @@ -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 ];