mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
noti: fix build
This commit is contained in:
parent
e7fd74997f
commit
538d28ff33
@ -4246,6 +4246,7 @@ with pkgs;
|
||||
|
||||
noti = callPackage ../tools/misc/noti {
|
||||
inherit (darwin.apple_sdk.frameworks) Cocoa;
|
||||
buildGoPackage = buildGo117Package;
|
||||
};
|
||||
|
||||
notify = callPackage ../tools/misc/notify { };
|
||||
|
Loading…
Reference in New Issue
Block a user