diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:11:58 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:11:58 +0200 |
commit | e7925f98b178208c103226b773fbf029075a913e (patch) | |
tree | b7e570fabd9f5521cf678a71160b3236030943d9 | |
parent | b5d4db890386255784d76f561f783a754afe65e1 (diff) | |
download | nixos-e7925f98b178208c103226b773fbf029075a913e.tar nixos-e7925f98b178208c103226b773fbf029075a913e.tar.gz nixos-e7925f98b178208c103226b773fbf029075a913e.tar.bz2 nixos-e7925f98b178208c103226b773fbf029075a913e.tar.xz nixos-e7925f98b178208c103226b773fbf029075a913e.zip |
autoconf
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.automake ]; | 62 | buildInputs = attrs.buildInputs ++ [ pkgs.automake 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 ]; |