Commit dda6f61f authored by Sid Kshatriya's avatar Sid Kshatriya Committed by Sidharth Kshatriya
Browse files

rr: remove redundant line in buildInputs from rr's derivation

parent 4f280e9a
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"