From 6cc413c0d71fdf38e0e56264ab07c0ca59aff0a0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 16 May 2016 15:05:45 +0200 Subject: syntax --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hel.nix') diff --git a/hel.nix b/hel.nix index 1b3520e7..77aa20da 100644 --- a/hel.nix +++ b/hel.nix @@ -58,7 +58,7 @@ ]; nixpkgs.config.packageOverrides = pkgs: rec { - libiqm = overrideDerivation pkgs.libiqm (attrs: { + libiqm = pkgs.stdenv.lib.overrideDerivation pkgs.libiqm (attrs: { patches = attrs.patches ++ [ ./patches/attachment-0003.patch ./patches/attachment-0004.ptach ./patches/attachment-0005.patch ]; }); }; -- cgit v1.2.3