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
commit d6c4d7b6cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 { };