1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

packaging-nix: remove DOWNLOAD_GO option

Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
This commit is contained in:
Philipp Jungkamp 2023-06-19 17:50:17 +02:00
parent 5eb947ad56
commit 7b03598aa1

View file

@ -72,10 +72,7 @@ stdenv.mkDerivation {
inherit src version;
pname = "villas";
outputs = ["out" "dev"];
cmakeFlags =
[
"-DDOWNLOAD_GO=OFF"
]
cmakeFlags = []
++ lib.optionals (!withGpl) ["-DWITHOUT_GPL=ON"]
++ lib.optionals withFormatProtobuf ["-DCMAKE_FIND_ROOT_PATH=${protobufcBuildBuild}/bin"];
postPatch = ''