Revert "ripgrep: Set app program name"
This reverts commit 9fbcf91b3c.
Broke OfBorg's eval checks. :(
See <https://github.com/NixOS/nixpkgs/commit/9fbcf91b3c5b0ca07c402771762f94ed09134277#commitcomment-47236552>.
This commit is contained in:
@@ -44,6 +44,5 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/BurntSushi/ripgrep";
|
homepage = "https://github.com/BurntSushi/ripgrep";
|
||||||
license = with licenses; [ unlicense /* or */ mit ];
|
license = with licenses; [ unlicense /* or */ mit ];
|
||||||
maintainers = with maintainers; [ tailhook globin ma27 zowoq ];
|
maintainers = with maintainers; [ tailhook globin ma27 zowoq ];
|
||||||
mainProgram = "rg";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user