mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
kismet: disable coconut support
This commit is contained in:
parent
30e4f23f8d
commit
f7fa553d6a
@ -87,6 +87,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
"--disable-wifi-coconut" # Until https://github.com/kismetwireless/kismet/issues/478
|
||||
] ++ lib.optionals (!withNetworkManager) [
|
||||
"--disable-libnm"
|
||||
] ++ lib.optionals (!withPython) [
|
||||
|
Loading…
Reference in New Issue
Block a user