mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +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 {
|
||||
inherit (finalAttrs) src;
|
||||
sourceRoot = "source/${finalAttrs.cargoRoot}";
|
||||
inherit (finalAttrs) src cargoRoot;
|
||||
hash = "sha256-T79G2bShJuFRfaCqG3IDHqW0s68yAdGyv58kdDYg6kg=";
|
||||
};
|
||||
cargoRoot = "extensions";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue