From 6e29f1114629ffee5c76c34ac8bd2dc00b04382a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 16 May 2016 15:07:42 +0200 Subject: no patches --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index e8348019..69246280 100644 --- a/hel.nix +++ b/hel.nix @@ -58,7 +58,7 @@ nixpkgs.config.packageOverrides = pkgs: rec { libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { - patches = attrs.patches ++ [ ./patches/attachment-0003.patch ./patches/attachment-0004.ptach ./patches/attachment-0005.patch ]; + patches = [ ./patches/attachment-0003.patch ./patches/attachment-0004.ptach ./patches/attachment-0005.patch ]; }); }; -- cgit v1.2.3