mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
mergiraf: remove unused argument
This commit is contained in:
parent
08fcb0dcb5
commit
07d2ebcb01
1 changed files with 2 additions and 7 deletions
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
stdenv,
|
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitea,
|
fetchFromGitea,
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
|
@ -24,14 +23,10 @@ rustPlatform.buildRustPackage rec {
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-jShWfd3m9g6YlUFLOzlMPFtuXAAfjh+sBujCJ9F2Uj0=";
|
cargoHash = "sha256-jShWfd3m9g6YlUFLOzlMPFtuXAAfjh+sBujCJ9F2Uj0=";
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [ git ];
|
||||||
git
|
|
||||||
];
|
|
||||||
|
|
||||||
doInstallCheck = true;
|
doInstallCheck = true;
|
||||||
nativeInstallCheckInputs = [
|
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||||
versionCheckHook
|
|
||||||
];
|
|
||||||
|
|
||||||
versionCheckProgramArg = "--version";
|
versionCheckProgramArg = "--version";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue