{hdr10plus,wezterm}: don't inherit useFetchCargoVendor

This commit is contained in:
TomaSajt
2025-07-01 19:46:57 +02:00
parent 5de2d661db
commit 90f01acc6c
2 changed files with 1 additions and 7 deletions
+1 -6
View File
@@ -23,12 +23,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
"dev"
];
inherit (hdr10plus_tool)
src
useFetchCargoVendor
cargoDeps
cargoHash
;
inherit (hdr10plus_tool) src cargoDeps cargoHash;
nativeBuildInputs = [ cargo-c ];
buildInputs = [ fontconfig ];
-1
View File
@@ -12,7 +12,6 @@ rustPlatform.buildRustPackage {
src
postPatch
cargoHash
useFetchCargoVendor
meta
;