haskellPackages.notifications-tray-icno: disable on darwin
This commit is contained in:
parent
60b80b2a5b
commit
326856920b
@ -405,6 +405,7 @@ unsupported-platforms:
|
||||
mplayer-spot: [ aarch64-linux ]
|
||||
mptcp-pm: [ x86_64-darwin ]
|
||||
netlink: [ x86_64-darwin ]
|
||||
notifications-tray-icon: [ x86_64-darwin ] # depends on gi-dbusmenu
|
||||
oculus: [ x86_64-darwin ]
|
||||
pam: [ x86_64-darwin ]
|
||||
parport: [ x86_64-darwin ]
|
||||
|
@ -189402,6 +189402,9 @@ self: {
|
||||
transformers tuple
|
||||
];
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
}) {};
|
||||
|
||||
"notmuch" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user