From a4709e5f1dd2362c804437d15f970ff10e741823 Mon Sep 17 00:00:00 2001 From: Markus Cisler Date: Thu, 8 Jan 2026 22:48:11 +0100 Subject: [PATCH] adwaita-fonts: set meta.platforms to all --- pkgs/by-name/ad/adwaita-fonts/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ad/adwaita-fonts/package.nix b/pkgs/by-name/ad/adwaita-fonts/package.nix index 1512f1b9ba5f..493e04ccefb9 100644 --- a/pkgs/by-name/ad/adwaita-fonts/package.nix +++ b/pkgs/by-name/ad/adwaita-fonts/package.nix @@ -31,7 +31,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { description = "Adwaita Sans, a variation of Inter, and Adwaita Mono, Iosevka customized to match Inter"; homepage = "https://gitlab.gnome.org/GNOME/adwaita-fonts"; license = lib.licenses.ofl; - platforms = lib.platforms.linux; + platforms = lib.platforms.all; maintainers = [ lib.maintainers.qxrein ]; teams = [ lib.teams.gnome ]; };