From 106f8e32649ea4a3e186db28a81629b7877e67f6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 18 May 2016 16:03:41 +0200 Subject: automake --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 591f6122..87f68360 100644 --- a/hel.nix +++ b/hel.nix @@ -57,7 +57,7 @@ sha256 = "1lnr049hjakp864kq2lql04nfraaxgfh88rjayc7a7x993s75fzs"; }; - buildInputs = old.buildInputs ++ (with pkgs; [ libmbim ]); + buildInputs = old.buildInputs ++ (with pkgs; [ libmbim automake114x ]); }); libmbim = pkgs.stdenv.lib.overrideDerivation pkgs.libmbim (old: { src = pkgs.fetchgit { -- cgit v1.2.3