summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:29:38 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:29:38 +0200
commit114e91a55d5257e15a98611785203641c59038e6 (patch)
tree49650a67b008b020c5f1e32c042bc915b3422cd7 /hel.nix
parent7b8ad032acaf0a641c7107a646a0e89009d31710 (diff)
downloadnixos-114e91a55d5257e15a98611785203641c59038e6.tar
nixos-114e91a55d5257e15a98611785203641c59038e6.tar.gz
nixos-114e91a55d5257e15a98611785203641c59038e6.tar.bz2
nixos-114e91a55d5257e15a98611785203641c59038e6.tar.xz
nixos-114e91a55d5257e15a98611785203641c59038e6.zip
manual searching
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 3b3d2094..92eee675 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 . -exec ${pkgs.gnugrep}/bin/fgrep aclocal '{}' ';' 64 pwd
65 ''; 65 '';
66 }); 66 });
67 libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { 67 libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: {