tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
snort: fix evaluation
Vladimír Čunát
10 years ago
52ea0518
c49cae68
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
ids
snort
default.nix
+1
-1
pkgs/applications/networking/ids/snort/default.nix
···
1
1
-
{stdenv, fetchurl, libpcap, pcre, libdnet, daq, zlib, flex, bison}:
1
1
+
{stdenv, fetchurl, libpcap, pcre, libdnet, daq, zlib, flex, bison, makeWrapper}:
2
2
3
3
stdenv.mkDerivation rec {
4
4
version = "2.9.7.2";