libcanberra-gtk3: mark as unbroken on darwin (#147045)

gtk3-x11 was fixed by #132239.
This commit is contained in:
Sebastián Mancilla 2021-11-23 02:10:30 -03:00 committed by GitHub
parent decac5a0d2
commit 74d907ad05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,8 +65,5 @@ stdenv.mkDerivation rec {
license = licenses.lgpl2Plus;
maintainers = [ ];
platforms = platforms.unix;
# canberra-gtk-module.c:28:10: fatal error: 'gdk/gdkx.h' file not found
# #include <gdk/gdkx.h>
broken = stdenv.isDarwin && (gtkSupport == "gtk3");
};
}