haskellPackages.gi-gtk-layer-shell: not supported on darwin
This commit is contained in:
parent
e85e701664
commit
df41622d86
2 changed files with 2 additions and 0 deletions
|
@ -595,6 +595,7 @@ unsupported-platforms:
|
|||
gi-dbusmenugtk3: [ platforms.darwin ]
|
||||
gi-dbusmenu: [ platforms.darwin ]
|
||||
gi-ggit: [ platforms.darwin ]
|
||||
gi-gtk-layer-shell: [ platforms.darwin ] # depends on gtk-layer-shell which is not supported on darwin
|
||||
gi-ibus: [ platforms.darwin ]
|
||||
gi-javascriptcore: [ platforms.darwin ] # webkitgtk marked broken on darwin
|
||||
gi-ostree: [ platforms.darwin ]
|
||||
|
|
|
@ -118530,6 +118530,7 @@ self: {
|
|||
libraryPkgconfigDepends = [ gtk-layer-shell ];
|
||||
description = "gtk-layer-shell bindings";
|
||||
license = lib.licenses.lgpl21Only;
|
||||
badPlatforms = lib.platforms.darwin;
|
||||
}) {inherit (pkgs) gtk-layer-shell;};
|
||||
|
||||
"gi-gtkosxapplication" = callPackage
|
||||
|
|
Loading…
Reference in a new issue