summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:18:03 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:18:03 +0200
commit2384d8ba30a5b4b363079fc8da673c294179d456 (patch)
tree6d500d37178939d7bd8f13240d829566c5619d76
parentd03eee59033757188b40a03fbca474f805277ccf (diff)
downloadnixos-2384d8ba30a5b4b363079fc8da673c294179d456.tar
nixos-2384d8ba30a5b4b363079fc8da673c294179d456.tar.gz
nixos-2384d8ba30a5b4b363079fc8da673c294179d456.tar.bz2
nixos-2384d8ba30a5b4b363079fc8da673c294179d456.tar.xz
nixos-2384d8ba30a5b4b363079fc8da673c294179d456.zip
more debug
-rw-r--r--hel.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 10238209..2c9d4427 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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 ];