summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:07:42 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:07:42 +0200
commit6e29f1114629ffee5c76c34ac8bd2dc00b04382a (patch)
tree5f84b4c40b4b9ce09cd12c9dce8ee688368e7bff
parentdf195761738b81fd881da9acb2d860e2cc998be9 (diff)
downloadnixos-6e29f1114629ffee5c76c34ac8bd2dc00b04382a.tar
nixos-6e29f1114629ffee5c76c34ac8bd2dc00b04382a.tar.gz
nixos-6e29f1114629ffee5c76c34ac8bd2dc00b04382a.tar.bz2
nixos-6e29f1114629ffee5c76c34ac8bd2dc00b04382a.tar.xz
nixos-6e29f1114629ffee5c76c34ac8bd2dc00b04382a.zip
no patches
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index e8348019..69246280 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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