From 11fb59b65257ab5543e95a3b9ef2c5066e1c47c3 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Sat, 27 Nov 2021 14:44:56 +0100 Subject: [PATCH] remove useless and incorrect meta.platforms annotations --- default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/default.nix b/default.nix index 15ecb005a5..2d303c03dd 100644 --- a/default.nix +++ b/default.nix @@ -273,7 +273,6 @@ let cp -r lib68k $out/lib '' else ""); - meta = { platforms = [ "m68k-macos" ]; }; }; import-libraries = with pkgs; @@ -319,7 +318,6 @@ let cmake --build . cmake --build . --target install ''; - meta = { platforms = [ "m68k-macos" ]; }; }; };