parent
b793398131
commit
4f398dfd13
@ -9,8 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1xn8qwgnxihlr4lmg7kz2vqjk46aqgwc8878pbv30ih2lmrrdffq";
|
sha256 = "1xn8qwgnxihlr4lmg7kz2vqjk46aqgwc8878pbv30ih2lmrrdffq";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake flex bison openssl libpcap perl zlib file curl geoip
|
buildInputs = [ cmake flex bison openssl libpcap perl zlib file curl geoip gperftools ];
|
||||||
gperftools ];
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
@ -19,6 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.bro.org/;
|
homepage = http://www.bro.org/;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user