summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:05:45 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:05:45 +0200
commit6cc413c0d71fdf38e0e56264ab07c0ca59aff0a0 (patch)
tree7332536c8fc6060cb28db3837c978043ce4f3262 /hel.nix
parent947af13a5560b17a897a18616f6af51d1facc0b7 (diff)
downloadnixos-6cc413c0d71fdf38e0e56264ab07c0ca59aff0a0.tar
nixos-6cc413c0d71fdf38e0e56264ab07c0ca59aff0a0.tar.gz
nixos-6cc413c0d71fdf38e0e56264ab07c0ca59aff0a0.tar.bz2
nixos-6cc413c0d71fdf38e0e56264ab07c0ca59aff0a0.tar.xz
nixos-6cc413c0d71fdf38e0e56264ab07c0ca59aff0a0.zip
syntax
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 1b3520e7..77aa20da 100644
--- a/hel.nix
+++ b/hel.nix
@@ -58,7 +58,7 @@
58 ]; 58 ];
59 59
60 nixpkgs.config.packageOverrides = pkgs: rec { 60 nixpkgs.config.packageOverrides = pkgs: rec {
61 libiqm = overrideDerivation pkgs.libiqm (attrs: { 61 libiqm = pkgs.stdenv.lib.overrideDerivation pkgs.libiqm (attrs: {
62 patches = attrs.patches ++ [ ./patches/attachment-0003.patch ./patches/attachment-0004.ptach ./patches/attachment-0005.patch ]; 62 patches = attrs.patches ++ [ ./patches/attachment-0003.patch ./patches/attachment-0004.ptach ./patches/attachment-0005.patch ];
63 }); 63 });
64 }; 64 };