···5, wine
6}:
78-rustPlatform.buildRustPackage rec {
9 pname = "yabridgectl";
10 version = yabridge.version;
1112 src = yabridge.src;
13 sourceRoot = "source/tools/yabridgectl";
14- cargoSha256 = "sha256-X7YcIjKLzuts7d9VD6hLFCiEBrY4opi8nInjPs9jAh0=";
1516 patches = [
17 # Patch yabridgectl to search for the chainloader through NIX_PROFILES
···3435 meta = with lib; {
36 description = "A small, optional utility to help set up and update yabridge for several directories at once";
37- homepage = "${src.meta.homepage}/tree/${version}/tools/yabridgectl";
38 license = licenses.gpl3Plus;
39 maintainers = with maintainers; [ kira-bruneau ];
40 platforms = yabridge.meta.platforms;
···5, wine
6}:
78+rustPlatform.buildRustPackage {
9 pname = "yabridgectl";
10 version = yabridge.version;
1112 src = yabridge.src;
13 sourceRoot = "source/tools/yabridgectl";
14+ cargoSha256 = "sha256-qr6obmabcO3n+DxMxkj3mbpzR/Wn6eOg2J99/FarMVs=";
1516 patches = [
17 # Patch yabridgectl to search for the chainloader through NIX_PROFILES
···3435 meta = with lib; {
36 description = "A small, optional utility to help set up and update yabridge for several directories at once";
37+ homepage = "${yabridge.src.meta.homepage}/tree/${yabridge.version}/tools/yabridgectl";
38 license = licenses.gpl3Plus;
39 maintainers = with maintainers; [ kira-bruneau ];
40 platforms = yabridge.meta.platforms;