Merge pull request #245374 from Mic92/zerotierone

This commit is contained in:
Lassulus
2023-07-25 14:32:29 +02:00
committed by GitHub
@@ -59,10 +59,11 @@ in stdenv.mkDerivation {
rustc
];
buildInputs = [
iproute2
lzo
openssl
zlib
] ++ lib.optional stdenv.isLinux [
iproute2
];
enableParallelBuilding = true;