Merge pull request from dtzWill/update/rr-5.0

rr: 4.5.0 -> 5.0.0
This commit is contained in:
Arseniy Seroka 2017-09-09 15:18:08 +03:00 committed by GitHub
commit 554ed27ebd
1 changed files with 4 additions and 4 deletions
pkgs/development/tools/analysis/rr

View File

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, cmake, libpfm, zlib, pkgconfig, python2Packages, which, procps, gdb }: { stdenv, fetchFromGitHub, cmake, libpfm, zlib, pkgconfig, python2Packages, which, procps, gdb, capnproto }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "4.5.0"; version = "5.0.0";
name = "rr-${version}"; name = "rr-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mozilla"; owner = "mozilla";
repo = "rr"; repo = "rr";
rev = version; rev = version;
sha256 = "114g1yhpjfyxcn0fkvnfi03lhrs11pj0a1945j2j8z90hx4dwba8"; sha256 = "1cc1dbq129qlmrysk7cmaihcd9c93csi79dv3kqsnnprbz480z9i";
}; };
postPatch = '' postPatch = ''
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
''; '';
buildInputs = [ buildInputs = [
cmake libpfm zlib python2Packages.python pkgconfig python2Packages.pexpect which procps gdb cmake libpfm zlib python2Packages.python pkgconfig python2Packages.pexpect which procps gdb capnproto
]; ];
cmakeFlags = [ cmakeFlags = [
"-DCMAKE_C_FLAGS_RELEASE:STRING=" "-DCMAKE_C_FLAGS_RELEASE:STRING="