1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

libcanberra3: use gdk x11 for macos

This commit is contained in:
Matthew Bauer 2019-04-22 23:01:20 -04:00
parent 6613a5fed0
commit eaf153b17e

View file

@ -10948,7 +10948,7 @@ in
inherit (darwin.apple_sdk.frameworks) CoreServices;
};
libcanberra-gtk3 = pkgs.libcanberra.override {
gtk = gtk3;
gtk = gtk3.override { x11Support = true; };
};
libcanberra-gtk2 = pkgs.libcanberra-gtk3.override {
gtk = gtk2.override { gdktarget = "x11"; };