diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:27:59 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:27:59 +0200 |
commit | 7b8ad032acaf0a641c7107a646a0e89009d31710 (patch) | |
tree | d47271ae7dbce0521772ff8edf86291394f5504e /hel.nix | |
parent | ead4006212967f0553a3f60e91d70e22e1906309 (diff) | |
download | nixos-7b8ad032acaf0a641c7107a646a0e89009d31710.tar nixos-7b8ad032acaf0a641c7107a646a0e89009d31710.tar.gz nixos-7b8ad032acaf0a641c7107a646a0e89009d31710.tar.bz2 nixos-7b8ad032acaf0a641c7107a646a0e89009d31710.tar.xz nixos-7b8ad032acaf0a641c7107a646a0e89009d31710.zip |
upps
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.findutils}/bin/find . | ${pkgs.gnugrep}/bin/fgrep aclocal | 64 | ${pkgs.findutils}/bin/find . -exec ${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: { |