From b419515a08c3d794d712c12f9d501317ddea60e5 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 16 May 2016 15:31:34 +0200 Subject: was it qmi all along? --- hel.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hel.nix b/hel.nix index 92eee675..b1703583 100644 --- a/hel.nix +++ b/hel.nix @@ -59,13 +59,11 @@ nixpkgs.config.packageOverrides = pkgs: rec { libmbim = pkgs.stdenv.lib.overrideDerivation pkgs.libmbim (attrs: { patches = [ ./patches/attachment-0003.patch ]; - buildInputs = attrs.buildInputs ++ [ pkgs.automake114x pkgs.automake ]; - preConfigure = '' - pwd - ''; + buildInputs = attrs.buildInputs ++ [ pkgs.automake ]; }); libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { patches = [ ./patches/attachment-0004.patch ./patches/attachment-0005.patch ]; + buildInputs = attrs.buildInputs ++ [ pkgs.automake ]; }); }; -- cgit v1.2.3