summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:26:56 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:26:56 +0200
commitead4006212967f0553a3f60e91d70e22e1906309 (patch)
treea993e57bdd4ef8deda93338f3a7667416ec54f24
parent7b55de01cd11674ef3b625bba20fa292e14e3ee8 (diff)
downloadnixos-ead4006212967f0553a3f60e91d70e22e1906309.tar
nixos-ead4006212967f0553a3f60e91d70e22e1906309.tar.gz
nixos-ead4006212967f0553a3f60e91d70e22e1906309.tar.bz2
nixos-ead4006212967f0553a3f60e91d70e22e1906309.tar.xz
nixos-ead4006212967f0553a3f60e91d70e22e1906309.zip
debug
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 6f73a154..aec4f00b 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 cat missing 64 ${pkgs.findutils}/bin/find . | ${pkgs.gnugrep}/bin/fgrep aclocal
65 ''; 65 '';
66 }); 66 });
67 libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { 67 libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: {