noti: fix build

This commit is contained in:
Mario Rodas 2022-07-17 15:54:04 -05:00
parent e7fd74997f
commit 538d28ff33

View File

@ -4246,6 +4246,7 @@ with pkgs;
noti = callPackage ../tools/misc/noti {
inherit (darwin.apple_sdk.frameworks) Cocoa;
buildGoPackage = buildGo117Package;
};
notify = callPackage ../tools/misc/notify { };