mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
opengamepadui: directly pass cargoRoot to fetcher
This commit is contained in:
parent
6c1bc14c30
commit
b67755bccd
1 changed files with 1 additions and 2 deletions
|
@ -35,8 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||||
inherit (finalAttrs) src;
|
inherit (finalAttrs) src cargoRoot;
|
||||||
sourceRoot = "source/${finalAttrs.cargoRoot}";
|
|
||||||
hash = "sha256-T79G2bShJuFRfaCqG3IDHqW0s68yAdGyv58kdDYg6kg=";
|
hash = "sha256-T79G2bShJuFRfaCqG3IDHqW0s68yAdGyv58kdDYg6kg=";
|
||||||
};
|
};
|
||||||
cargoRoot = "extensions";
|
cargoRoot = "extensions";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue