{hdr10plus,wezterm}: don't inherit useFetchCargoVendor
This commit is contained in:
@@ -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 ];
|
||||
|
||||
@@ -12,7 +12,6 @@ rustPlatform.buildRustPackage {
|
||||
src
|
||||
postPatch
|
||||
cargoHash
|
||||
useFetchCargoVendor
|
||||
meta
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user