mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
snort: trailing whitespace
I mainly mind because of annoying red cross in CI :-) https://github.com/NixOS/nixpkgs/runs/1106746284
This commit is contained in:
parent
544c8dbdfb
commit
66f0303a29
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
"--enable-control-socket"
|
||||
"--with-daq-includes=${daq}/includes"
|
||||
"--with-daq-libraries=${daq}/lib"
|
||||
];
|
||||
];
|
||||
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue