forked from mirrors/nixpkgs
haskellPackages.gtk-mac-integration: mark as broken
It has a constraint on an old version of gtk, so doesn't build and seems abandoned (no release since 2017, copyright notice year range ends with 2010).
This commit is contained in:
parent
22b39c2a36
commit
5bb192fb96
|
@ -1735,6 +1735,7 @@ broken-packages:
|
|||
- gtk2hs-hello
|
||||
- gtk2hs-rpn
|
||||
- gtk3-mac-integration
|
||||
- gtk-mac-integration
|
||||
- gtkglext
|
||||
- gtksourceview2
|
||||
- gtksourceview3
|
||||
|
|
|
@ -112657,6 +112657,8 @@ self: {
|
|||
description = "Bindings for the Gtk/OS X integration library";
|
||||
license = lib.licenses.lgpl21Only;
|
||||
platforms = [ "x86_64-darwin" ];
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) gtk-mac-integration-gtk2;};
|
||||
|
||||
"gtk-serialized-event" = callPackage
|
||||
|
|
Loading…
Reference in a new issue