summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 0e2a00fb..53b91817 100644
--- a/hel.nix
+++ b/hel.nix
@@ -58,7 +58,10 @@
58 58
59 nixpkgs.config.packageOverrides = pkgs: rec { 59 nixpkgs.config.packageOverrides = pkgs: rec {
60 libmbim = pkgs.stdenv.lib.overrideDerivation pkgs.libmbim (attrs: { 60 libmbim = pkgs.stdenv.lib.overrideDerivation pkgs.libmbim (attrs: {
61 patches = [ ./patches/attachment-0003.patch ./patches/attachment-0004.patch ./patches/attachment-0005.patch ]; 61 patches = [ ./patches/attachment-0003.patch ./patches/attachment-0005.patch ];
62 });
63 libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: {
64 patches = [ ./patches/attachment-0004.patch ./patches/attachment-0005.patch ];
62 }); 65 });
63 }; 66 };
64 67