0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

build-rust-package: remove unused input

This commit is contained in:
Sandro Jäckel 2023-06-15 01:26:44 +02:00
parent ddad581c0d
commit 9a6ee48a3d
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -34,7 +34,6 @@
, buildInputs ? [] , buildInputs ? []
, nativeBuildInputs ? [] , nativeBuildInputs ? []
, cargoUpdateHook ? "" , cargoUpdateHook ? ""
, cargoDepsHook ? ""
, buildType ? "release" , buildType ? "release"
, meta ? {} , meta ? {}
, cargoLock ? null , cargoLock ? null