mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
kdePackages.kdepim-addons: directly pass cargoRoot to fetcher
This commit is contained in:
parent
9a40ac05c1
commit
9e2751327b
1 changed files with 1 additions and 2 deletions
|
@ -17,9 +17,8 @@ mkKdeDerivation rec {
|
|||
cargoRoot = "plugins/webengineurlinterceptor/adblock";
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit pname version;
|
||||
inherit pname version cargoRoot;
|
||||
src = sources.${pname};
|
||||
sourceRoot = "${pname}-${version}/${cargoRoot}";
|
||||
hash = "sha256-66FqoD3JoPbtg6zc32uaPYaTo4zHxywiN8wPI2jtcjc=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue