From 473536e3b562117e4ccaec7f3775de6ec34df2e4 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Wed, 29 Jul 2020 15:27:40 +1000 Subject: buildRustPackage: remove platform.all from packages --- pkgs/tools/text/ripgrep/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'pkgs/tools/text/ripgrep') diff --git a/pkgs/tools/text/ripgrep/default.nix b/pkgs/tools/text/ripgrep/default.nix index 548b6fd22de5..9a72e023d6d7 100644 --- a/pkgs/tools/text/ripgrep/default.nix +++ b/pkgs/tools/text/ripgrep/default.nix @@ -39,6 +39,5 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/BurntSushi/ripgrep"; license = with licenses; [ unlicense /* or */ mit ]; maintainers = with maintainers; [ tailhook globin ma27 zowoq ]; - platforms = platforms.all; }; } -- cgit 1.4.1