mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 20:03:24 +00:00
zerotierone: only include iproute2 on linux
This commit is contained in:
parent
402a5fb93f
commit
e99e032c2e
@ -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