summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:34:19 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:34:19 +0200
commit9eef0b7bf7b568dba4d530f51db575a0cff2e376 (patch)
tree84e100f0f7a3d3026d2318199faabe0052710607
parent13ed8ea04facf1e0d05177e88275f33c3ae0b191 (diff)
downloadnixos-9eef0b7bf7b568dba4d530f51db575a0cff2e376.tar
nixos-9eef0b7bf7b568dba4d530f51db575a0cff2e376.tar.gz
nixos-9eef0b7bf7b568dba4d530f51db575a0cff2e376.tar.bz2
nixos-9eef0b7bf7b568dba4d530f51db575a0cff2e376.tar.xz
nixos-9eef0b7bf7b568dba4d530f51db575a0cff2e376.zip
qmi deps
-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