From 7b55de01cd11674ef3b625bba20fa292e14e3ee8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 16 May 2016 15:22:48 +0200 Subject: more debug --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 61467fc5..6f73a154 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 . -iname 'missing' + cat missing ''; }); libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { -- cgit v1.2.3