stubby: fix sourceRoot for cross compilation
This commit is contained in:
parent
60bd5e9f29
commit
83c97a6097
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ in rec {
|
|||
outputs = [ "out" "man" "stubbyExampleJson" ];
|
||||
|
||||
inherit (getdns) src;
|
||||
sourceRoot = "${getdns.name}/stubby";
|
||||
sourceRoot = "${getdns.pname}-${getdns.version}/stubby";
|
||||
|
||||
nativeBuildInputs = [ cmake doxygen yq ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue