libcanberra-gtk3: mark as unbroken on darwin (#147045)
gtk3-x11 was fixed by #132239.
This commit is contained in:
parent
decac5a0d2
commit
74d907ad05
1 changed files with 0 additions and 3 deletions
|
@ -65,8 +65,5 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = platforms.unix;
|
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");
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue