8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
13 owner = "simple-evcorr";
16 sha256 = "sha256-iK2v/qCWw4jdSEpx6cwSB98n5iFmbCyJH0lIpUG8pAU=";
19 buildInputs = [ perl ];
25 mkdir -p $out/bin $out/share/man/man1
27 cp sec.man $out/share/man/man1/sec.1
31 homepage = "https://simple-evcorr.github.io";
32 license = lib.licenses.gpl2Plus;
33 description = "Simple Event Correlator";
34 maintainers = [ lib.maintainers.tv ];
35 platforms = lib.platforms.all;