Merge pull request #245374 from Mic92/zerotierone

This commit is contained in:
Lassulus 2023-07-25 14:32:29 +02:00 committed by GitHub
commit f70d518b20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,10 +59,11 @@ in stdenv.mkDerivation {
rustc
];
buildInputs = [
iproute2
lzo
openssl
zlib
] ++ lib.optional stdenv.isLinux [
iproute2
];
enableParallelBuilding = true;