diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:17:09 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:17:09 +0200 |
commit | d03eee59033757188b40a03fbca474f805277ccf (patch) | |
tree | 5ad5cce77b657c8cb8c4a7f6f31a7ae3a5e882e3 | |
parent | 205f1bdfb4007f1f87529c89c83ee003be2c018f (diff) | |
download | nixos-d03eee59033757188b40a03fbca474f805277ccf.tar nixos-d03eee59033757188b40a03fbca474f805277ccf.tar.gz nixos-d03eee59033757188b40a03fbca474f805277ccf.tar.bz2 nixos-d03eee59033757188b40a03fbca474f805277ccf.tar.xz nixos-d03eee59033757188b40a03fbca474f805277ccf.zip |
aclocal-1.15 is in automake 1.15
-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.automake114x pkgs.autoconf ]; | 62 | buildInputs = attrs.buildInputs ++ [ pkgs.automake114x pkgs.automake ]; |
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 ]; |