1 {lib, stdenv, fetchgit, gettext, python, elfutils}:
4 pname = "libsystemtap";
8 url = "git://sourceware.org/git/systemtap.git";
9 rev = "4051c70c9318c837981384cbb23f3e9eb1bd0892";
10 sha256 = "0sd8n3j3rishks3gyqj2jyqhps7hmlfjyz8i0w8v98cczhhh04rq";
11 fetchSubmodules = false;
16 nativeBuildInputs = [ gettext python elfutils ];
20 cp -r includes/* $out/include/
24 description = "Statically defined probes development files";
25 homepage = "https://sourceware.org/systemtap/";
26 license = licenses.bsd3;
27 platforms = platforms.unix;
28 maintainers = [ lib.maintainers.farlion ];