trace-cmd: 2.8-0c957d2 -> 2.9-dev-1517dc3
This commit is contained in:
@@ -4,7 +4,7 @@ let
|
||||
shortRev = builtins.substring 0 7 srcSpec.rev;
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "trace-cmd-${version}";
|
||||
version = "2.8-${shortRev}";
|
||||
version = "2.9-dev-${shortRev}";
|
||||
|
||||
src = fetchgit srcSpec;
|
||||
|
||||
@@ -29,6 +29,10 @@ in stdenv.mkDerivation rec {
|
||||
"BASH_COMPLETE_DIR=${placeholder "out"}/etc/bash_completion.d"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
mv $dev/include/trace-cmd/traceevent $dev/include/traceevent
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "User-space tools for the Linux kernel ftrace subsystem";
|
||||
homepage = http://kernelshark.org/;
|
||||
|
||||
Reference in New Issue
Block a user