haskellPackages.notifications-tray-icno: disable on darwin

This commit is contained in:
sternenseemann 2021-08-07 13:29:54 +02:00
parent 60b80b2a5b
commit 326856920b
2 changed files with 4 additions and 0 deletions

View file

@ -405,6 +405,7 @@ unsupported-platforms:
mplayer-spot: [ aarch64-linux ] mplayer-spot: [ aarch64-linux ]
mptcp-pm: [ x86_64-darwin ] mptcp-pm: [ x86_64-darwin ]
netlink: [ x86_64-darwin ] netlink: [ x86_64-darwin ]
notifications-tray-icon: [ x86_64-darwin ] # depends on gi-dbusmenu
oculus: [ x86_64-darwin ] oculus: [ x86_64-darwin ]
pam: [ x86_64-darwin ] pam: [ x86_64-darwin ]
parport: [ x86_64-darwin ] parport: [ x86_64-darwin ]

View file

@ -189402,6 +189402,9 @@ self: {
transformers tuple transformers tuple
]; ];
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
platforms = [
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
];
}) {}; }) {};
"notmuch" = callPackage "notmuch" = callPackage