From 6b10f83739c871e000d6cb629b74ca5600783766 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 16 May 2016 15:14:34 +0200 Subject: debug output --- hel.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hel.nix') diff --git a/hel.nix b/hel.nix index 43d320d8..cec012c3 100644 --- a/hel.nix +++ b/hel.nix @@ -60,6 +60,9 @@ libmbim = pkgs.stdenv.lib.overrideDerivation pkgs.libmbim (attrs: { patches = [ ./patches/attachment-0003.patch ]; buildInputs = attrs.buildInputs ++ [ pkgs.automake pkgs.autoconf ]; + preConfigure = '' + echo $PATH + ''; }); libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { patches = [ ./patches/attachment-0004.patch ./patches/attachment-0005.patch ]; -- cgit v1.2.3