Merge pull request #172715 from OPNA2608/update/acme
acme: unstable-2021-02-14 -> unstable-2021-11-05
This commit is contained in:
commit
1ba4ca5995
@ -2,23 +2,25 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "acme";
|
pname = "acme";
|
||||||
version = "unstable-2021-02-14";
|
version = "unstable-2021-11-05";
|
||||||
|
|
||||||
src = fetchsvn {
|
src = fetchsvn {
|
||||||
url = "svn://svn.code.sf.net/p/acme-crossass/code-0/trunk";
|
url = "svn://svn.code.sf.net/p/acme-crossass/code-0/trunk";
|
||||||
rev = "319";
|
rev = "323";
|
||||||
sha256 = "sha256-VifIQ+UEVMKJ+cNS+Xxusazinr5Cgu1lmGuhqj/5Mpk=";
|
sha256 = "1dzvip90yf1wg0fhfghn96dwrhg289d06b624px9a2wwy3vp5ryg";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "code-0-r${src.rev}/src";
|
sourceRoot = "code-0-r${src.rev}/src";
|
||||||
|
|
||||||
makeFlags = [ "BINDIR=$(out)/bin" ];
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace Makefile \
|
substituteInPlace Makefile \
|
||||||
--replace "= gcc" "?= gcc"
|
--replace "= gcc" "?= gcc"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
makeFlags = [ "BINDIR=$(out)/bin" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A multi-platform cross assembler for 6502/6510/65816 CPUs";
|
description = "A multi-platform cross assembler for 6502/6510/65816 CPUs";
|
||||||
homepage = "https://sourceforge.net/projects/acme-crossass/";
|
homepage = "https://sourceforge.net/projects/acme-crossass/";
|
||||||
|
Loading…
Reference in New Issue
Block a user