3
0
Fork 0
forked from mirrors/nixpkgs

Revert "noti: fix build"

This reverts commit 538d28ff33.
This commit is contained in:
Sandro Jäckel 2022-07-19 15:21:56 +02:00
parent 55ce7255bc
commit 9b79ff3a10
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

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