From 9eef0b7bf7b568dba4d530f51db575a0cff2e376 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 16 May 2016 15:34:19 +0200 Subject: qmi deps --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 04ff3202..20a05071 100644 --- a/hel.nix +++ b/hel.nix @@ -63,7 +63,7 @@ }); libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { patches = [ ./patches/attachment-0004.patch ./patches/attachment-0005.patch ]; - buildInputs = attrs.buildInputs ++ [ pkgs.automake ]; + buildInputs = attrs.buildInputs ++ [ pkgs.automake pkgs.autoconf ]; }); }; -- cgit v1.2.3