snort: fix whitespace

to make the CI happy
gstqt5
Jonathan Ringer 2020-10-07 22:36:15 -07:00 committed by Jon
parent 4e435e6f99
commit 548649c00c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
postInstall = ''
wrapProgram $out/bin/snort --add-flags "--daq-dir ${daq}/lib/daq --dynamic-preprocessor-lib-dir $out/lib/snort_dynamicpreprocessor/ --dynamic-engine-lib-dir $out/lib/snort_dynamicengine"
'';
meta = {
description = "Network intrusion prevention and detection system (IDS/IPS)";
homepage = "https://www.snort.org";