1 { fetchFromGitHub, perl, lib, stdenv }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
8 owner = "simple-evcorr";
11 sha256 = "sha256-iK2v/qCWw4jdSEpx6cwSB98n5iFmbCyJH0lIpUG8pAU=";
14 buildInputs = [ perl ];
20 mkdir -p $out/bin $out/share/man/man1
22 cp sec.man $out/share/man/man1/sec.1
26 homepage = "https://simple-evcorr.github.io";
27 license = lib.licenses.gpl2Plus;
28 description = "Simple Event Correlator";
29 maintainers = [ lib.maintainers.tv ];
30 platforms = lib.platforms.all;