rearrange attributes

This commit is contained in:
Wolfgang Thaller 2021-11-27 12:34:02 +01:00
parent dd85a3d89c
commit 6258f1e0c0

View File

@ -65,6 +65,10 @@ let
execFormat = { name = "unknown"; }; execFormat = { name = "unknown"; };
}; };
}; };
isStatic = true;
retro68BinutilsConfig = [ "--disable-plugins" ];
retro68GccConfig = [ "--disable-lto" ];
retro68 = true;
cmakeSystemName = "RetroCarbon"; cmakeSystemName = "RetroCarbon";
}; };
@ -336,8 +340,6 @@ let
cross.mkShell { cross.mkShell {
nativeBuildInputs = nativeBuildInputs =
[ pkgs.hfsutils pkgs.retro68_tools pkgs.cmake pkgs.gnumake ]; [ pkgs.hfsutils pkgs.retro68_tools pkgs.cmake pkgs.gnumake ];
}) crossPkgs; } // cross) crossPkgs;
in { in shell.m68k // shell // { inherit overlay; }
inherit overlay crossPkgs shell;
}