From 947af13a5560b17a897a18616f6af51d1facc0b7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 16 May 2016 15:05:23 +0200 Subject: patch libiqm --- hel.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hel.nix') diff --git a/hel.nix b/hel.nix index 4a01d934..1b3520e7 100644 --- a/hel.nix +++ b/hel.nix @@ -57,6 +57,12 @@ (callPackage ./utils/nix/rebuild-system.nix {}) ]; + nixpkgs.config.packageOverrides = pkgs: rec { + libiqm = overrideDerivation pkgs.libiqm (attrs: { + patches = attrs.patches ++ [ ./patches/attachment-0003.patch ./patches/attachment-0004.ptach ./patches/attachment-0005.patch ]; + }); + }; + services = { logind.extraConfig = '' HandleLidSwitch=suspend -- cgit v1.2.3