libpcap: move bluez to buildInputs

This commit is contained in:
Marc Bornand
2026-01-28 12:54:28 +01:00
parent c078aceb0d
commit 9727147b45
+3 -3
View File
@@ -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.