From e7925f98b178208c103226b773fbf029075a913e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 16 May 2016 15:11:58 +0200 Subject: autoconf --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hel.nix') diff --git a/hel.nix b/hel.nix index 1555f872..43d320d8 100644 --- a/hel.nix +++ b/hel.nix @@ -59,7 +59,7 @@ nixpkgs.config.packageOverrides = pkgs: rec { libmbim = pkgs.stdenv.lib.overrideDerivation pkgs.libmbim (attrs: { patches = [ ./patches/attachment-0003.patch ]; - buildInputs = attrs.buildInputs ++ [ pkgs.automake ]; + buildInputs = attrs.buildInputs ++ [ pkgs.automake pkgs.autoconf ]; }); libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { patches = [ ./patches/attachment-0004.patch ./patches/attachment-0005.patch ]; -- cgit v1.2.3