mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
maa-cli: disable build feature core_installer
To prevent user from downloading MaaCore prebuild binary
This commit is contained in:
parent
ba84713ace
commit
ce39f8f574
@ -42,10 +42,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
# https://github.com/MaaAssistantArknights/maa-cli/pull/126
|
||||
buildNoDefaultFeatures = true;
|
||||
buildFeatures = [
|
||||
"git2"
|
||||
"core_installer"
|
||||
];
|
||||
buildFeatures = [ "git2" ];
|
||||
|
||||
cargoHash = "sha256-C4NkJc7msyaUjQAsc0kbDwkr0cj3Esv+JjA24RvFsXA=";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user