summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:21:59 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:21:59 +0200
commit348646083c4c83d55e3d65b5a82558e871b7e29c (patch)
treee7a5271ac593ef54b3ade64d10bcf879036bca71
parentf8e4c4ac2dc1dba9a47fed78b7bebb7913708acb (diff)
downloadnixos-348646083c4c83d55e3d65b5a82558e871b7e29c.tar
nixos-348646083c4c83d55e3d65b5a82558e871b7e29c.tar.gz
nixos-348646083c4c83d55e3d65b5a82558e871b7e29c.tar.bz2
nixos-348646083c4c83d55e3d65b5a82558e871b7e29c.tar.xz
nixos-348646083c4c83d55e3d65b5a82558e871b7e29c.zip
ditto
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 9e806876..fe3b9523 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 libqmi-1.12.6/missing 64 ${pkgs.find}/bin/find . -iname 'missing'
65 ''; 65 '';
66 }); 66 });
67 libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { 67 libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: {