pkgsMusl.spice-gtk: fix build (#203254)

authored by

Yureka and committed by
GitHub
081d0147 2e55337c

+2
+2
pkgs/development/libraries/spice-gtk/default.nix
··· 137 137 "-Dpolkit=disabled" 138 138 ] ++ lib.optionals (!stdenv.isLinux) [ 139 139 "-Dlibcap-ng=disabled" 140 + ] ++ lib.optionals stdenv.hostPlatform.isMusl [ 141 + "-Dcoroutine=gthread" # Fixes "Function missing:makecontext" 140 142 ]; 141 143 142 144 meta = with lib; {