mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
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:
commit
a1380bbcc3
@ -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 New Issue
Block a user