mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #245374 from Mic92/zerotierone
This commit is contained in:
commit
f70d518b20
@ -59,10 +59,11 @@ in stdenv.mkDerivation {
|
||||
rustc
|
||||
];
|
||||
buildInputs = [
|
||||
iproute2
|
||||
lzo
|
||||
openssl
|
||||
zlib
|
||||
] ++ lib.optional stdenv.isLinux [
|
||||
iproute2
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
Loading…
Reference in New Issue
Block a user