baresip: enable the gtk feature

upstream's CMake feature detection expects the gtk3 package to supply
not only `cflags` but also `cflags_other`. i think the latter was
intended to be optional, so patch it out since our gtk doesn't supply it.
<https://github.com/baresip/baresip/blob/1501ad367dbdd0f91760e0def65e573bce29d0d8/cmake/FindGTK3.cmake#L14-L15>

authored by Colin and committed by Emery Hemingway 6d30a57f 0db1163a

+4 -1
+4 -1
pkgs/by-name/ba/baresip/package.nix
··· 36 36 rev = "v${version}"; 37 37 hash = "sha256-0huZP1hopHaN5R1Hki6YutpvoASfIHzHMl/Y4czHHMo="; 38 38 }; 39 - prePatch = lib.optionalString (!dbusSupport) '' 39 + prePatch = '' 40 + substituteInPlace cmake/FindGTK3.cmake --replace GTK3_CFLAGS_OTHER "" 41 + '' + lib.optionalString (!dbusSupport) '' 40 42 substituteInPlace cmake/modules.cmake --replace 'list(APPEND MODULES ctrl_dbus)' "" 41 43 ''; 42 44 nativeBuildInputs = [ cmake pkg-config ]; ··· 109 111 "g711" 110 112 "g722" 111 113 "g726" 114 + "gtk" 112 115 "httpd" 113 116 "httpreq" 114 117 "ice"