opengamepadui: directly pass cargoRoot to fetcher

This commit is contained in:
TomaSajt
2025-06-03 02:19:38 +02:00
parent 6c1bc14c30
commit b67755bccd
+1 -2
View File
@@ -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";