summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 04ff3202..20a05071 100644
--- a/hel.nix
+++ b/hel.nix
@@ -63,7 +63,7 @@
63 }); 63 });
64 libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { 64 libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: {
65 patches = [ ./patches/attachment-0004.patch ./patches/attachment-0005.patch ]; 65 patches = [ ./patches/attachment-0004.patch ./patches/attachment-0005.patch ];
66 buildInputs = attrs.buildInputs ++ [ pkgs.automake ]; 66 buildInputs = attrs.buildInputs ++ [ pkgs.automake pkgs.autoconf ];
67 }); 67 });
68 }; 68 };
69 69