Unverified Commit e0ef43b8 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Revert "abi-dumper: fix cross compilation"

parent 31b071c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)" ];