Loading pkgs/by-name/li/libpcap/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -10,7 +10,9 @@ libnl, libxcrypt, pkg-config, rdma-core, withBluez ? false, withRdma ? false, withRemote ? false, # for passthru.tests Loading Loading @@ -46,6 +48,7 @@ stdenv.mkDerivation (finalAttrs: { bash ] ++ lib.optionals stdenv.hostPlatform.isLinux [ libnl ] ++ lib.optionals withRdma [ rdma-core ] ++ lib.optionals withRemote [ libxcrypt ] ++ lib.optionals withBluez [ bluez ]; Loading @@ -63,6 +66,9 @@ stdenv.mkDerivation (finalAttrs: { ++ lib.optionals stdenv.hostPlatform.isDarwin [ "--disable-universal" ] ++ lib.optionals withRdma [ "--enable-rdma" ] ++ lib.optionals withRemote [ "--enable-remote" ] Loading Loading
pkgs/by-name/li/libpcap/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -10,7 +10,9 @@ libnl, libxcrypt, pkg-config, rdma-core, withBluez ? false, withRdma ? false, withRemote ? false, # for passthru.tests Loading Loading @@ -46,6 +48,7 @@ stdenv.mkDerivation (finalAttrs: { bash ] ++ lib.optionals stdenv.hostPlatform.isLinux [ libnl ] ++ lib.optionals withRdma [ rdma-core ] ++ lib.optionals withRemote [ libxcrypt ] ++ lib.optionals withBluez [ bluez ]; Loading @@ -63,6 +66,9 @@ stdenv.mkDerivation (finalAttrs: { ++ lib.optionals stdenv.hostPlatform.isDarwin [ "--disable-universal" ] ++ lib.optionals withRdma [ "--enable-rdma" ] ++ lib.optionals withRemote [ "--enable-remote" ] Loading