diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:22:19 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:22:19 +0200 |
commit | 9540854b7d0da175382ee55dba4132f390435131 (patch) | |
tree | 26dd9e6247bf0cf318f54bc09a02a4cace15ded1 /hel.nix | |
parent | 348646083c4c83d55e3d65b5a82558e871b7e29c (diff) | |
download | nixos-9540854b7d0da175382ee55dba4132f390435131.tar nixos-9540854b7d0da175382ee55dba4132f390435131.tar.gz nixos-9540854b7d0da175382ee55dba4132f390435131.tar.bz2 nixos-9540854b7d0da175382ee55dba4132f390435131.tar.xz nixos-9540854b7d0da175382ee55dba4132f390435131.zip |
package name
Diffstat (limited to 'hel.nix')
-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 | ${pkgs.find}/bin/find . -iname 'missing' | 64 | ${pkgs.findutils}/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: { |