Merge pull request #227018 from wegank/spice-gtk-darwin

spice-gtk: fix build on darwin

authored by

Weijia Wang and committed by
GitHub
1df0efde 2e4a5186

+1
+1
pkgs/development/libraries/spice-gtk/default.nix
··· 135 135 "-Dpolkit=disabled" 136 136 ] ++ lib.optionals (!stdenv.isLinux) [ 137 137 "-Dlibcap-ng=disabled" 138 + "-Degl=disabled" 138 139 ] ++ lib.optionals stdenv.hostPlatform.isMusl [ 139 140 "-Dcoroutine=gthread" # Fixes "Function missing:makecontext" 140 141 ];