diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:05:23 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:05:23 +0200 |
commit | 947af13a5560b17a897a18616f6af51d1facc0b7 (patch) | |
tree | 817fb3d38810df93a28da763b09e61a2346ce232 /hel.nix | |
parent | 80d02ec79ab41aee9066fe0aeb283012eaf93e75 (diff) | |
download | nixos-947af13a5560b17a897a18616f6af51d1facc0b7.tar nixos-947af13a5560b17a897a18616f6af51d1facc0b7.tar.gz nixos-947af13a5560b17a897a18616f6af51d1facc0b7.tar.bz2 nixos-947af13a5560b17a897a18616f6af51d1facc0b7.tar.xz nixos-947af13a5560b17a897a18616f6af51d1facc0b7.zip |
patch libiqm
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -57,6 +57,12 @@ | |||
57 | (callPackage ./utils/nix/rebuild-system.nix {}) | 57 | (callPackage ./utils/nix/rebuild-system.nix {}) |
58 | ]; | 58 | ]; |
59 | 59 | ||
60 | nixpkgs.config.packageOverrides = pkgs: rec { | ||
61 | libiqm = overrideDerivation pkgs.libiqm (attrs: { | ||
62 | patches = attrs.patches ++ [ ./patches/attachment-0003.patch ./patches/attachment-0004.ptach ./patches/attachment-0005.patch ]; | ||
63 | }); | ||
64 | }; | ||
65 | |||
60 | services = { | 66 | services = { |
61 | logind.extraConfig = '' | 67 | logind.extraConfig = '' |
62 | HandleLidSwitch=suspend | 68 | HandleLidSwitch=suspend |