Loading pkgs/tools/text/gnugrep/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -84,6 +84,10 @@ stdenv.mkDerivation { chmod +x $out/bin/egrep $out/bin/fgrep ''; env = lib.optionalAttrs stdenv.hostPlatform.isMinGW { NIX_CFLAGS_COMPILE = "-Wno-error=format-security"; }; meta = with lib; { homepage = "https://www.gnu.org/software/grep/"; description = "GNU implementation of the Unix grep command"; Loading Loading
pkgs/tools/text/gnugrep/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -84,6 +84,10 @@ stdenv.mkDerivation { chmod +x $out/bin/egrep $out/bin/fgrep ''; env = lib.optionalAttrs stdenv.hostPlatform.isMinGW { NIX_CFLAGS_COMPILE = "-Wno-error=format-security"; }; meta = with lib; { homepage = "https://www.gnu.org/software/grep/"; description = "GNU implementation of the Unix grep command"; Loading