mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
antlr4_x.runtime.cpp: fix build error due to sourceRoot missing source prefix
Fixes https://github.com/NixOS/nixpkgs/issues/197985 Patch from @NickCao https://github.com/NixOS/nixpkgs/issues/197985#issuecomment-1292843789
This commit is contained in:
parent
d3a6b5959b
commit
183b4ff833
@ -77,7 +77,7 @@ let
|
||||
pname = "antlr-runtime-cpp";
|
||||
inherit version;
|
||||
src = source;
|
||||
sourceRoot = "runtime/Cpp";
|
||||
sourceRoot = "source/runtime/Cpp";
|
||||
|
||||
outputs = [ "out" "dev" "doc" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user