remove useless and incorrect meta.platforms annotations

This commit is contained in:
Wolfgang Thaller 2021-11-27 14:44:56 +01:00
parent 000fe4d712
commit 11fb59b652

View File

@ -273,7 +273,6 @@ let
cp -r lib68k $out/lib cp -r lib68k $out/lib
'' else '' else
""); "");
meta = { platforms = [ "m68k-macos" ]; };
}; };
import-libraries = with pkgs; import-libraries = with pkgs;
@ -319,7 +318,6 @@ let
cmake --build . cmake --build .
cmake --build . --target install cmake --build . --target install
''; '';
meta = { platforms = [ "m68k-macos" ]; };
}; };
}; };