treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases

This commit is contained in:
Jan Malakhovski
2023-08-03 16:32:03 +00:00
parent 9aabdcf43f
commit 5852f26bdc
223 changed files with 253 additions and 258 deletions
@@ -9,7 +9,7 @@ buildPythonPackage rec {
inherit (antlr4.runtime.cpp) version src;
disabled = python.pythonOlder "3.6";
sourceRoot = "source/runtime/Python3";
sourceRoot = "${src.name}/runtime/Python3";
# in 4.9, test was renamed to tests
checkPhase = ''