diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:21:59 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:21:59 +0200 |
commit | 348646083c4c83d55e3d65b5a82558e871b7e29c (patch) | |
tree | e7a5271ac593ef54b3ade64d10bcf879036bca71 | |
parent | f8e4c4ac2dc1dba9a47fed78b7bebb7913708acb (diff) | |
download | nixos-348646083c4c83d55e3d65b5a82558e871b7e29c.tar nixos-348646083c4c83d55e3d65b5a82558e871b7e29c.tar.gz nixos-348646083c4c83d55e3d65b5a82558e871b7e29c.tar.bz2 nixos-348646083c4c83d55e3d65b5a82558e871b7e29c.tar.xz nixos-348646083c4c83d55e3d65b5a82558e871b7e29c.zip |
ditto
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: { |