summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:22:48 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:22:48 +0200
commit7b55de01cd11674ef3b625bba20fa292e14e3ee8 (patch)
treef3f833df42d93373152aa6b9f3e36f03e3d56562 /hel.nix
parent9540854b7d0da175382ee55dba4132f390435131 (diff)
downloadnixos-7b55de01cd11674ef3b625bba20fa292e14e3ee8.tar
nixos-7b55de01cd11674ef3b625bba20fa292e14e3ee8.tar.gz
nixos-7b55de01cd11674ef3b625bba20fa292e14e3ee8.tar.bz2
nixos-7b55de01cd11674ef3b625bba20fa292e14e3ee8.tar.xz
nixos-7b55de01cd11674ef3b625bba20fa292e14e3ee8.zip
more debug
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 61467fc5..6f73a154 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 ${pkgs.findutils}/bin/find . -iname 'missing' 64 cat missing
65 ''; 65 '';
66 }); 66 });
67 libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { 67 libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: {