diff --git a/pkgs/by-name/gl/glib-networking/package.nix b/pkgs/by-name/gl/glib-networking/package.nix index dd5b234d3dbe..13bf9c1b5b82 100644 --- a/pkgs/by-name/gl/glib-networking/package.nix +++ b/pkgs/by-name/gl/glib-networking/package.nix @@ -96,5 +96,9 @@ stdenv.mkDerivation rec { license = licenses.lgpl21Plus; maintainers = teams.gnome.members; platforms = platforms.unix; + badPlatforms = [ + # GIO shared modules are mandatory. + lib.systems.inspect.platformPatterns.isStatic + ]; }; }