Commit ad8c9408 authored by Ben Siraphob's avatar Ben Siraphob
Browse files

altermime: fix cross

parent 5eecbe3b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -23,7 +23,9 @@ gccStdenv.mkDerivation rec {

  postPatch = ''
    mkdir -p $out/bin
    substituteInPlace Makefile --replace "/usr/local" "$out"
    substituteInPlace Makefile \
      --replace-fail "/usr/local" "$out" \
      --replace-fail "strip " "${gccStdenv.cc.targetPrefix}strip "
  '';

  meta = with lib; {