lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

kdePackages.akonadi-search: directly pass cargoRoot to fetcher

TomaSajt 9a40ac05 3a6328f7

+1 -2
+1 -2
pkgs/kde/gear/akonadi-search/default.nix
··· 14 14 cargoRoot = "agent/rs/htmlparser"; 15 15 16 16 cargoDeps = rustPlatform.fetchCargoVendor { 17 - inherit pname version; 17 + inherit pname version cargoRoot; 18 18 src = sources.${pname}; 19 - sourceRoot = "${pname}-${version}/${cargoRoot}"; 20 19 hash = "sha256-hdm4LfQcs4TTfBLzlZYJ0uzqfLxMXuYQExLGJg81W2U="; 21 20 }; 22 21