diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:15:45 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:15:45 +0200 |
commit | 064a749bfed3e4d93151dc2e46af1969f2201dfb (patch) | |
tree | 7d8b0a983fa9185a33af493ce74c64a544e4950e | |
parent | 6b10f83739c871e000d6cb629b74ca5600783766 (diff) | |
download | nixos-064a749bfed3e4d93151dc2e46af1969f2201dfb.tar nixos-064a749bfed3e4d93151dc2e46af1969f2201dfb.tar.gz nixos-064a749bfed3e4d93151dc2e46af1969f2201dfb.tar.bz2 nixos-064a749bfed3e4d93151dc2e46af1969f2201dfb.tar.xz nixos-064a749bfed3e4d93151dc2e46af1969f2201dfb.zip |
specific automake version
-rw-r--r-- | hel.nix | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -59,10 +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 pkgs.autoconf ]; | 62 | buildInputs = attrs.buildInputs ++ [ pkgs.automake114x ]; |
63 | preConfigure = '' | ||
64 | echo $PATH | ||
65 | ''; | ||
66 | }); | 63 | }); |
67 | libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { | 64 | libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { |
68 | patches = [ ./patches/attachment-0004.patch ./patches/attachment-0005.patch ]; | 65 | patches = [ ./patches/attachment-0004.patch ./patches/attachment-0005.patch ]; |