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