Unverified Commit a1380bbc authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

rr debugger: remove redundant line in buildInputs from rr's derivation
parents 97633ccc dda6f61f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"