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:
parent
5eb947ad56
commit
7b03598aa1
1 changed files with 1 additions and 4 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue