1 { lib, stdenv, fetchFromGitHub, cmake }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-RuahOkDLbac9bhXn8QSf7lMRw11PIpXQo3eaQ9N4Rtc=";
14 nativeBuildInputs = [ cmake ];
17 description = "Intel Processor Trace decoder library";
18 homepage = "https://github.com/intel/libipt";
19 license = licenses.bsd3;
20 platforms = platforms.unix;
21 maintainers = with maintainers; [ orivej ];