altermime: fix cross (#462501)

This commit is contained in:
Aleksana
2025-11-17 14:44:32 +00:00
committed by GitHub

View File

@@ -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; {