diff options
| -rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -57,7 +57,7 @@ | |||
| 57 | ]; | 57 | ]; |
| 58 | 58 | ||
| 59 | nixpkgs.config.packageOverrides = pkgs: rec { | 59 | nixpkgs.config.packageOverrides = pkgs: rec { |
| 60 | libiqm = pkgs.stdenv.lib.overrideDerivation pkgs.libiqm (attrs: { | 60 | libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { |
| 61 | patches = attrs.patches ++ [ ./patches/attachment-0003.patch ./patches/attachment-0004.ptach ./patches/attachment-0005.patch ]; | 61 | patches = attrs.patches ++ [ ./patches/attachment-0003.patch ./patches/attachment-0004.ptach ./patches/attachment-0005.patch ]; |
| 62 | }); | 62 | }); |
| 63 | }; | 63 | }; |
