1 { lib, stdenv, fetchgit
8 pname = "libsystemtap";
12 url = "git://sourceware.org/git/systemtap.git";
14 hash = "sha256-z7OUy0VGxK39aYCWFfvJnWk34Je0R+51kK5pGh7TzXM=";
19 nativeBuildInputs = [ gettext python3 elfutils ];
23 cp -r includes/* $out/include/
27 description = "Statically defined probes development files";
28 homepage = "https://sourceware.org/systemtap/";
29 license = licenses.bsd3;
30 platforms = platforms.unix;
31 maintainers = [ lib.maintainers.farlion ];