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

This commit is contained in:
Sid Kshatriya 2023-11-16 19:50:14 +05:30 committed by Sidharth Kshatriya
parent 4f280e9af9
commit dda6f61fd9

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"