···43 license = lib.licenses.mit;
44 maintainers = with lib.maintainers; [ thoughtpolice ];
45 platforms = lib.platforms.linux;
46- # See pkgs/applications/science/logic/glucose/default.nix
47- # (The error is different due to glucose-fenv.patch, but the same)
48- badPlatforms = [ "aarch64-linux" ];
49 };
50}