nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/src/gui/src/OSXHelpers.mm b/src/gui/src/OSXHelpers.mm
2index 0c98afc1..38c190a6 100644
3--- a/src/gui/src/OSXHelpers.mm
4+++ b/src/gui/src/OSXHelpers.mm
5@@ -20,10 +20,6 @@
6 #import <Foundation/Foundation.h>
7 #import <CoreData/CoreData.h>
8 #import <Cocoa/Cocoa.h>
9-#import <UserNotifications/UNNotification.h>
10-#import <UserNotifications/UNUserNotificationCenter.h>
11-#import <UserNotifications/UNNotificationContent.h>
12-#import <UserNotifications/UNNotificationTrigger.h>
13
14 #import <QtGlobal>
15