From d6fb31eb1141b3d63d0c327230896254bc8c0a29 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 17 Feb 2021 17:59:43 +0000 Subject: [PATCH] Revert "ripgrep: Set app program name" This reverts commit 9fbcf91b3c5b0ca07c402771762f94ed09134277. Broke OfBorg's eval checks. :( See . --- pkgs/tools/text/ripgrep/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/text/ripgrep/default.nix b/pkgs/tools/text/ripgrep/default.nix index 61b0cee76be3..b012bdfe57e5 100644 --- a/pkgs/tools/text/ripgrep/default.nix +++ b/pkgs/tools/text/ripgrep/default.nix @@ -44,6 +44,5 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/BurntSushi/ripgrep"; license = with licenses; [ unlicense /* or */ mit ]; maintainers = with maintainers; [ tailhook globin ma27 zowoq ]; - mainProgram = "rg"; }; }