Merge pull request #192753 from NixOS/revert-192708-abi-dumper-cross

Revert "abi-dumper: fix cross compilation"
This commit is contained in:
superherointj 2022-09-24 08:02:10 -03:00 committed by GitHub
commit fde244a8c7
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)" ];