diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:18:03 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:18:03 +0200 |
commit | 2384d8ba30a5b4b363079fc8da673c294179d456 (patch) | |
tree | 6d500d37178939d7bd8f13240d829566c5619d76 | |
parent | d03eee59033757188b40a03fbca474f805277ccf (diff) | |
download | nixos-2384d8ba30a5b4b363079fc8da673c294179d456.tar nixos-2384d8ba30a5b4b363079fc8da673c294179d456.tar.gz nixos-2384d8ba30a5b4b363079fc8da673c294179d456.tar.bz2 nixos-2384d8ba30a5b4b363079fc8da673c294179d456.tar.xz nixos-2384d8ba30a5b4b363079fc8da673c294179d456.zip |
more debug
-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 ]; |