haskellPackages.gi-wnck: Unsupported on darwin

This commit is contained in:
Malte Brandy 2021-06-27 14:29:45 +02:00
parent 39609a8ccd
commit 175aa37e75
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
2 changed files with 4 additions and 0 deletions

View File

@ -357,6 +357,7 @@ unsupported-platforms:
gi-ibus: [ x86_64-darwin ]
gi-ostree: [ x86_64-darwin ]
gi-vte: [ x86_64-darwin ]
gi-wnck: [ x86_64-darwin ]
gnome-keyring: [ x86_64-darwin ]
gtk-mac-integration: [ i686-linux, x86_64-linux, aarch64-linux, armv7l-linux ]
gtk-sni-tray: [ x86_64-darwin ]

View File

@ -104130,6 +104130,9 @@ self: {
libraryPkgconfigDepends = [ libwnck ];
description = "Wnck bindings";
license = lib.licenses.lgpl21Only;
platforms = [
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
];
}) {inherit (pkgs) libwnck;};
"gi-xlib" = callPackage