mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
doc: make sourceRoot
and setSourceRoot
documentation match the implementation, fix examples
This commit is contained in:
parent
d8f7f6a5ce
commit
ccbb065c88
2 changed files with 8 additions and 3 deletions
|
@ -558,7 +558,7 @@ buildPythonPackage rec {
|
|||
hash = "sha256-miW//pnOmww2i6SOGbkrAIdc/JMDT4FJLqdMFojZeoY=";
|
||||
};
|
||||
|
||||
sourceRoot = "source/bindings/python";
|
||||
sourceRoot = "${src.name}/bindings/python";
|
||||
|
||||
nativeBuildInputs = [
|
||||
cargo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue