gps-share: port to useFetchCargoVendor
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
{ lib
|
{
|
||||||
, fetchFromGitHub
|
fetchFromGitHub,
|
||||||
, pkg-config
|
lib,
|
||||||
, rustPlatform
|
pkg-config,
|
||||||
, udev
|
rustPlatform,
|
||||||
|
udev,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
@@ -16,7 +17,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
hash = "sha256-Rh7Pt9JN30TyuxwHOn8dwZrUfmkknUhOGonbhROpGxA=";
|
hash = "sha256-Rh7Pt9JN30TyuxwHOn8dwZrUfmkknUhOGonbhROpGxA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-8txHiK+aBh4hO66VQWTH/7li62O74xMqCg+sBFZ6KKU=";
|
cargoHash = "sha256-WhYHFaSZfnlEmlXFLj7BIt0agMFuz07LcAXJ9ZOOrvY=";
|
||||||
|
useFetchCargoVendor = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
Reference in New Issue
Block a user