5 stdenv.mkDerivation rec {
10 url = "https://bitbucket.org/icl/papi/get/papi-${lib.replaceStrings ["."] ["-"] version}-t.tar.gz";
11 sha256 = "sha256-VajhmPW8sEJksfhLjBVlpBH7+AZr4fwKZPAtZxRF1Bk=";
15 sourceRoot=$(echo */src)
22 homepage = "https://icl.utk.edu/papi/";
23 description = "Library providing access to various hardware performance counters";
24 license = licenses.bsdOriginal;
25 platforms = platforms.linux;
26 maintainers = with maintainers; [ costrouc zhaofengli ];