uhub: *Flags are lists
This commit is contained in:
parent
8fb0e16133
commit
f85cfd274d
@ -44,10 +44,10 @@ stdenv.mkDerivation rec {
|
||||
})
|
||||
];
|
||||
|
||||
cmakeFlags = ''
|
||||
-DSYSTEMD_SUPPORT=ON
|
||||
${if tlsSupport then "-DSSL_SUPPORT=ON" else "-DSSL_SUPPORT=OFF"}
|
||||
'';
|
||||
cmakeFlags = [
|
||||
"-DSYSTEMD_SUPPORT=ON"
|
||||
(if tlsSupport then "-DSSL_SUPPORT=ON" else "-DSSL_SUPPORT=OFF")
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "High performance peer-to-peer hub for the ADC network";
|
||||
|
Loading…
Reference in New Issue
Block a user