mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 18:46:30 +00:00
rearrange attributes
This commit is contained in:
parent
dd85a3d89c
commit
6258f1e0c0
10
default.nix
10
default.nix
@ -65,6 +65,10 @@ let
|
||||
execFormat = { name = "unknown"; };
|
||||
};
|
||||
};
|
||||
isStatic = true;
|
||||
retro68BinutilsConfig = [ "--disable-plugins" ];
|
||||
retro68GccConfig = [ "--disable-lto" ];
|
||||
retro68 = true;
|
||||
cmakeSystemName = "RetroCarbon";
|
||||
};
|
||||
|
||||
@ -336,8 +340,6 @@ let
|
||||
cross.mkShell {
|
||||
nativeBuildInputs =
|
||||
[ pkgs.hfsutils pkgs.retro68_tools pkgs.cmake pkgs.gnumake ];
|
||||
}) crossPkgs;
|
||||
} // cross) crossPkgs;
|
||||
|
||||
in {
|
||||
inherit overlay crossPkgs shell;
|
||||
}
|
||||
in shell.m68k // shell // { inherit overlay; }
|
||||
|
Loading…
Reference in New Issue
Block a user