diff options
| -rw-r--r-- | hel.nix | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -60,6 +60,9 @@ | |||
| 60 | libmbim = pkgs.stdenv.lib.overrideDerivation pkgs.libmbim (attrs: { | 60 | libmbim = pkgs.stdenv.lib.overrideDerivation pkgs.libmbim (attrs: { |
| 61 | patches = [ ./patches/attachment-0003.patch ]; | 61 | patches = [ ./patches/attachment-0003.patch ]; |
| 62 | buildInputs = attrs.buildInputs ++ [ pkgs.automake114x pkgs.automake ]; | 62 | buildInputs = attrs.buildInputs ++ [ pkgs.automake114x pkgs.automake ]; |
| 63 | preConfigure = '' | ||
| 64 | echo $PATH | ||
| 65 | ''; | ||
| 63 | }); | 66 | }); |
| 64 | libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { | 67 | libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { |
| 65 | patches = [ ./patches/attachment-0004.patch ./patches/attachment-0005.patch ]; | 68 | patches = [ ./patches/attachment-0004.patch ./patches/attachment-0005.patch ]; |
