lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

openvpn: fix sandboxed darwin build (#374884)

authored by

Gaétan Lepage and committed by
GitHub
b636e02c 358b3d99

+7 -1
+7 -1
pkgs/tools/networking/openvpn/default.nix
··· 15 15 pkcs11Support ? false, 16 16 pkcs11helper, 17 17 nixosTests, 18 + unixtools, 18 19 }: 19 20 20 21 let ··· 29 30 hash = "sha256-GvELhpIr18mYJ8wPFR3+loQze45evbOXU5FyhBrCSmo="; 30 31 }; 31 32 32 - nativeBuildInputs = [ pkg-config ]; 33 + nativeBuildInputs = 34 + [ pkg-config ] 35 + ++ lib.optionals stdenv.hostPlatform.isDarwin [ 36 + unixtools.route 37 + unixtools.ifconfig 38 + ]; 33 39 34 40 buildInputs = 35 41 [