diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:07:42 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:07:42 +0200 |
commit | 6e29f1114629ffee5c76c34ac8bd2dc00b04382a (patch) | |
tree | 5f84b4c40b4b9ce09cd12c9dce8ee688368e7bff | |
parent | df195761738b81fd881da9acb2d860e2cc998be9 (diff) | |
download | nixos-6e29f1114629ffee5c76c34ac8bd2dc00b04382a.tar nixos-6e29f1114629ffee5c76c34ac8bd2dc00b04382a.tar.gz nixos-6e29f1114629ffee5c76c34ac8bd2dc00b04382a.tar.bz2 nixos-6e29f1114629ffee5c76c34ac8bd2dc00b04382a.tar.xz nixos-6e29f1114629ffee5c76c34ac8bd2dc00b04382a.zip |
no patches
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ | |||
58 | 58 | ||
59 | nixpkgs.config.packageOverrides = pkgs: rec { | 59 | nixpkgs.config.packageOverrides = pkgs: rec { |
60 | libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { | 60 | libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { |
61 | patches = attrs.patches ++ [ ./patches/attachment-0003.patch ./patches/attachment-0004.ptach ./patches/attachment-0005.patch ]; | 61 | patches = [ ./patches/attachment-0003.patch ./patches/attachment-0004.ptach ./patches/attachment-0005.patch ]; |
62 | }); | 62 | }); |
63 | }; | 63 | }; |
64 | 64 | ||