rr: remove redundant line in buildInputs from rr's derivation
This commit is contained in:
parent
4f280e9af9
commit
dda6f61fd9
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue