summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 69246280..9630382c 100644
--- a/hel.nix
+++ b/hel.nix
@@ -58,7 +58,7 @@
58 58
59 nixpkgs.config.packageOverrides = pkgs: rec { 59 nixpkgs.config.packageOverrides = pkgs: rec {
60 libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { 60 libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: {
61 patches = [ ./patches/attachment-0003.patch ./patches/attachment-0004.ptach ./patches/attachment-0005.patch ]; 61 patches = [ ./patches/attachment-0003.patch ./patches/attachment-0004.patch ./patches/attachment-0005.patch ];
62 }); 62 });
63 }; 63 };
64 64