From 7b8ad032acaf0a641c7107a646a0e89009d31710 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 16 May 2016 15:27:59 +0200 Subject: upps --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index aec4f00b..3b3d2094 100644 --- a/hel.nix +++ b/hel.nix @@ -61,7 +61,7 @@ patches = [ ./patches/attachment-0003.patch ]; buildInputs = attrs.buildInputs ++ [ pkgs.automake114x pkgs.automake ]; preConfigure = '' - ${pkgs.findutils}/bin/find . | ${pkgs.gnugrep}/bin/fgrep aclocal + ${pkgs.findutils}/bin/find . -exec ${pkgs.gnugrep}/bin/fgrep aclocal '{}' ';' ''; }); libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { -- cgit v1.2.3