From 74d907ad052d0ebeb67dcda97c6f227de3c5a3a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Mancilla?= <238528+smancill@users.noreply.github.com> Date: Tue, 23 Nov 2021 02:10:30 -0300 Subject: [PATCH] libcanberra-gtk3: mark as unbroken on darwin (#147045) gtk3-x11 was fixed by #132239. --- pkgs/development/libraries/libcanberra/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/libraries/libcanberra/default.nix b/pkgs/development/libraries/libcanberra/default.nix index e5525a2bd827..91b720303199 100644 --- a/pkgs/development/libraries/libcanberra/default.nix +++ b/pkgs/development/libraries/libcanberra/default.nix @@ -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 - broken = stdenv.isDarwin && (gtkSupport == "gtk3"); }; }