mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 06:44:06 +00:00
zeek: fix strict deps
move swig to nativeBuildInputs
This commit is contained in:
parent
9aa4cc28d6
commit
04cb206795
@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
|
||||
file
|
||||
flex
|
||||
python
|
||||
swig
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
@ -55,7 +56,6 @@ stdenv.mkDerivation rec {
|
||||
libpcap
|
||||
ncurses
|
||||
openssl
|
||||
swig
|
||||
zlib
|
||||
python
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
|
Loading…
Reference in New Issue
Block a user