sc68: unstable-2020-05-18 -> unstable-2021-08-23
Contains a single change to fix build on -fno-common toolchains: $ nix-build -E 'with import ./. {}; sc68.override { stdenv = clang12Stdenv; }' ... ld: as68-opcode.o:/build/code-r693/as68/opcode.c:2418: multiple definition of `opcode_table'; as68-as68.o:/build/code-r693/as68/as68.c:72: first defined here
This commit is contained in:
parent
73be32000e
commit
1aa48d7fd6
@ -13,12 +13,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "sc68";
|
||||
version = "unstable-2020-05-18";
|
||||
version = "unstable-2021-08-23";
|
||||
|
||||
src = fetchsvn {
|
||||
url = "svn://svn.code.sf.net/p/sc68/code/";
|
||||
rev = "693";
|
||||
sha256 = "0liz5yjwiy41y160ag83zz9s5l8mk72fscxgvjv9g5qf4gwffnfa";
|
||||
rev = "694";
|
||||
sha256 = "1yycnr4ndzfhbmki41c30zskwyizpb9wb8sf0gxcprllmbq6a421";
|
||||
};
|
||||
|
||||
preConfigure = "tools/svn-bootstrap.sh";
|
||||
|
Loading…
Reference in New Issue
Block a user