diff options
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 . -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: { |