doc: make sourceRoot and setSourceRoot documentation match the implementation, fix examples

This commit is contained in:
Jan Malakhovski 2023-07-25 13:29:56 +00:00
parent d8f7f6a5ce
commit ccbb065c88
2 changed files with 8 additions and 3 deletions

View file

@ -558,7 +558,7 @@ buildPythonPackage rec {
hash = "sha256-miW//pnOmww2i6SOGbkrAIdc/JMDT4FJLqdMFojZeoY=";
};
sourceRoot = "source/bindings/python";
sourceRoot = "${src.name}/bindings/python";
nativeBuildInputs = [
cargo