treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user