mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +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";
|
pname = "antlr-runtime-cpp";
|
||||||
inherit version;
|
inherit version;
|
||||||
src = source;
|
src = source;
|
||||||
sourceRoot = "runtime/Cpp";
|
sourceRoot = "source/runtime/Cpp";
|
||||||
|
|
||||||
outputs = [ "out" "dev" "doc" ];
|
outputs = [ "out" "dev" "doc" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user