Commit e99e032c authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files

zerotierone: only include iproute2 on linux

parent 402a5fb9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -59,10 +59,11 @@ in stdenv.mkDerivation {
    rustc
  ];
  buildInputs = [
    iproute2
    lzo
    openssl
    zlib
  ] ++ lib.optional stdenv.isLinux [
    iproute2
  ];

  enableParallelBuilding = true;