From 9727147b45cdef6a3b51a969ab7e49147d9e61a0 Mon Sep 17 00:00:00 2001 From: Marc Bornand Date: Wed, 28 Jan 2026 12:05:01 +0100 Subject: [PATCH] libpcap: move bluez to buildInputs --- pkgs/by-name/li/libpcap/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/li/libpcap/package.nix b/pkgs/by-name/li/libpcap/package.nix index 55573a77c7e2..4595ffd4bdeb 100644 --- a/pkgs/by-name/li/libpcap/package.nix +++ b/pkgs/by-name/li/libpcap/package.nix @@ -46,14 +46,14 @@ stdenv.mkDerivation rec { bash ] ++ lib.optionals stdenv.hostPlatform.isLinux [ libnl ] - ++ lib.optionals withRemote [ libxcrypt ]; + ++ lib.optionals withRemote [ libxcrypt ] + ++ lib.optionals withBluez [ bluez ]; nativeBuildInputs = [ flex bison ] - ++ lib.optionals stdenv.hostPlatform.isLinux [ pkg-config ] - ++ lib.optionals withBluez [ bluez.dev ]; + ++ lib.optionals stdenv.hostPlatform.isLinux [ pkg-config ]; # We need to force the autodetection because detection doesn't # work in pure build environments.