diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:31:56 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:31:56 +0200 |
commit | 27fa39e3befd59a02eef62669dc2dbb05d5c107a (patch) | |
tree | 2e0794f657720128c9dcb9344753aa916d92c7c1 | |
parent | b419515a08c3d794d712c12f9d501317ddea60e5 (diff) | |
download | nixos-27fa39e3befd59a02eef62669dc2dbb05d5c107a.tar nixos-27fa39e3befd59a02eef62669dc2dbb05d5c107a.tar.gz nixos-27fa39e3befd59a02eef62669dc2dbb05d5c107a.tar.bz2 nixos-27fa39e3befd59a02eef62669dc2dbb05d5c107a.tar.xz nixos-27fa39e3befd59a02eef62669dc2dbb05d5c107a.zip |
still need proper version
-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.automake114x ]; |
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 ]; |