mergiraf: remove unused argument

This commit is contained in:
Defelo 2025-06-08 18:44:05 +02:00
parent 08fcb0dcb5
commit 07d2ebcb01
No known key found for this signature in database
GPG key ID: 2A05272471204DD3

View file

@ -1,5 +1,4 @@
{
stdenv,
lib,
fetchFromGitea,
rustPlatform,
@ -24,14 +23,10 @@ rustPlatform.buildRustPackage rec {
useFetchCargoVendor = true;
cargoHash = "sha256-jShWfd3m9g6YlUFLOzlMPFtuXAAfjh+sBujCJ9F2Uj0=";
nativeCheckInputs = [
git
];
nativeCheckInputs = [ git ];
doInstallCheck = true;
nativeInstallCheckInputs = [
versionCheckHook
];
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";