mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
git-xet: enable __structuredAttrs, use gitMinimal in tests (#555907)
This commit is contained in:
@@ -7,13 +7,15 @@
|
||||
pkg-config,
|
||||
openssl,
|
||||
zlib,
|
||||
git,
|
||||
gitMinimal,
|
||||
git-lfs,
|
||||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "git-xet";
|
||||
version = "0.2.1";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "huggingface";
|
||||
repo = "xet-core";
|
||||
@@ -36,7 +38,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
buildAndTestSubdir = "git_xet";
|
||||
|
||||
nativeCheckInputs = [
|
||||
git
|
||||
gitMinimal
|
||||
git-lfs
|
||||
];
|
||||
nativeInstallCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user