acme: fix darwin build

This commit is contained in:
Jonathan Ringer 2020-03-27 13:48:22 -07:00 committed by Jon
parent 2c76b8f575
commit da41b78db8

View file

@ -14,6 +14,11 @@ stdenv.mkDerivation rec {
makeFlags = [ "BINDIR=$(out)/bin" ];
postPatch = ''
substituteInPlace Makefile \
--replace "= gcc" "?= gcc"
'';
meta = with stdenv.lib; {
description = "A multi-platform cross assembler for 6502/6510/65816 CPUs.";
homepage = "https://sourceforge.net/projects/acme-crossass/";