From b9616e46dff075f50332e8e8593de6f4c446c4bc Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Mon, 13 Mar 2023 12:16:20 +0200 Subject: vbam: unbreak on aarch64-linux --- pkgs/applications/emulators/vbam/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'pkgs/applications/emulators/vbam/default.nix') diff --git a/pkgs/applications/emulators/vbam/default.nix b/pkgs/applications/emulators/vbam/default.nix index 4f480e67ee5e2..932f8a59e7d9a 100644 --- a/pkgs/applications/emulators/vbam/default.nix +++ b/pkgs/applications/emulators/vbam/default.nix @@ -57,6 +57,5 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ lassulus netali ]; homepage = "https://vba-m.com/"; platforms = lib.platforms.linux; - badPlatforms = [ "aarch64-linux" ]; }; } -- cgit 1.4.1