From 064a749bfed3e4d93151dc2e46af1969f2201dfb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 16 May 2016 15:15:45 +0200 Subject: specific automake version --- hel.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hel.nix b/hel.nix index cec012c3..ba732061 100644 --- a/hel.nix +++ b/hel.nix @@ -59,10 +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 pkgs.autoconf ]; - preConfigure = '' - echo $PATH - ''; + buildInputs = attrs.buildInputs ++ [ pkgs.automake114x ]; }); libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { patches = [ ./patches/attachment-0004.patch ./patches/attachment-0005.patch ]; -- cgit v1.2.3