summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:32:49 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:32:49 +0200
commit13ed8ea04facf1e0d05177e88275f33c3ae0b191 (patch)
tree657d2b16ddd71536d1df2398c318322933fab3a4 /hel.nix
parent27fa39e3befd59a02eef62669dc2dbb05d5c107a (diff)
downloadnixos-13ed8ea04facf1e0d05177e88275f33c3ae0b191.tar
nixos-13ed8ea04facf1e0d05177e88275f33c3ae0b191.tar.gz
nixos-13ed8ea04facf1e0d05177e88275f33c3ae0b191.tar.bz2
nixos-13ed8ea04facf1e0d05177e88275f33c3ae0b191.tar.xz
nixos-13ed8ea04facf1e0d05177e88275f33c3ae0b191.zip
autoconf
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index f52688cb..04ff3202 100644
--- a/hel.nix
+++ b/hel.nix
@@ -59,7 +59,7 @@
59 nixpkgs.config.packageOverrides = pkgs: rec { 59 nixpkgs.config.packageOverrides = pkgs: rec {
60 libmbim = pkgs.stdenv.lib.overrideDerivation pkgs.libmbim (attrs: { 60 libmbim = pkgs.stdenv.lib.overrideDerivation pkgs.libmbim (attrs: {
61 patches = [ ./patches/attachment-0003.patch ]; 61 patches = [ ./patches/attachment-0003.patch ];
62 buildInputs = attrs.buildInputs ++ [ pkgs.automake114x ]; 62 buildInputs = attrs.buildInputs ++ [ pkgs.automake114x pkgs.autoconf ];
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 ];