summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:21:13 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:21:13 +0200
commitf8e4c4ac2dc1dba9a47fed78b7bebb7913708acb (patch)
tree90cfd030fe5e41f055d07e9a5eec45b4b6757ce2
parent2384d8ba30a5b4b363079fc8da673c294179d456 (diff)
downloadnixos-f8e4c4ac2dc1dba9a47fed78b7bebb7913708acb.tar
nixos-f8e4c4ac2dc1dba9a47fed78b7bebb7913708acb.tar.gz
nixos-f8e4c4ac2dc1dba9a47fed78b7bebb7913708acb.tar.bz2
nixos-f8e4c4ac2dc1dba9a47fed78b7bebb7913708acb.tar.xz
nixos-f8e4c4ac2dc1dba9a47fed78b7bebb7913708acb.zip
debug
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 2c9d4427..9e806876 100644
--- a/hel.nix
+++ b/hel.nix
@@ -61,7 +61,7 @@
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 = '' 63 preConfigure = ''
64 echo $PATH 64 cat libqmi-1.12.6/missing
65 ''; 65 '';
66 }); 66 });
67 libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { 67 libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: {