Merge pull request #181892 from marsam/fix-noti

noti: fix build
This commit is contained in:
Mario Rodas
2022-07-17 16:11:56 -05:00
committed by GitHub
+1
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 { };