From 5bc3c1fe40a75145b6f15b38b3a184faf631d78b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 22 Aug 2018 22:13:58 +0200 Subject: ... --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 4587a92f..3436a09b 100644 --- a/hel.nix +++ b/hel.nix @@ -114,7 +114,7 @@ sha256 = "1z9f3cwyhi10q2xqy33z516s259c56njzq1fbl5zn1yngfzlshk6"; }; - nativeBuildInputs = with pkgs; [libtool automake]; + nativeBuildInputs = with pkgs; oldAttrs.nativeBuildInputs or [] ++ [libtool]; preConfigure = '' NOCONFIGURE=true ./autogen.sh -- cgit v1.2.3