package libseccomp { description = "an interface to the Linux Kernel's syscall filtering mechanism"; website = "https://github.com/seccomp/libseccomp"; anitya = 13823; version# = "2.6.1"; source = remoteGitHubRelease { suffix = "seccomp/libseccomp"; tag = "v"+version; name = "libseccomp-"+version+".tar.gz"; checksum = "YiiUqaQA9EUDSeC3CifYJLJHT9DwkqQtW21ek0H3HzEG7_I9Yn5-pLt5ybQqpEEt"; compress = gzip; }; bin = [ "bash" ]; exec = make {}; inputs = [ bash, diffutils, gperf, kernel-headers, ]; }