Merge pull request #267898 from sidkshatriya/rr-redundant-line

rr debugger: remove redundant line in buildInputs from rr's derivation
This commit is contained in:
Nick Cao 2023-11-16 12:19:06 -05:00 committed by GitHub
commit a1380bbcc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkg-config which makeWrapper ];
buildInputs = [
libpfm zlib python3Packages.python python3Packages.pexpect procps gdb capnproto
libpfm zlib python3Packages.python python3Packages.pexpect procps capnproto
];
cmakeFlags = [
"-Ddisable32bit=ON"