stubby: fix sourceRoot for cross compilation

This commit is contained in:
Nick Cao 2023-05-13 13:03:10 +08:00
parent 60bd5e9f29
commit 83c97a6097
No known key found for this signature in database

View file

@ -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 ];