Revert "abi-dumper: fix cross compilation"

This commit is contained in:
superherointj 2022-09-24 07:56:25 -03:00 committed by GitHub
parent 31b071c539
commit e0ef43b879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
--replace '"ctags"' '"${ctags}/bin/ctags"'
'';
nativeBuildInputs = [ perl ];
buildInputs = [ elfutils ctags perl vtable-dumper ];
preBuild = "mkdir -p $out";
makeFlags = [ "prefix=$(out)" ];