From 15a1b03483a76ce5180f47b7137eee9d187b268c Mon Sep 17 00:00:00 2001 From: qbisi Date: Sun, 16 Mar 2025 08:10:47 +0800 Subject: [PATCH] c-stdaux: add meta.platform --- pkgs/by-name/c-/c-stdaux/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/c-/c-stdaux/package.nix b/pkgs/by-name/c-/c-stdaux/package.nix index 6f77d3486207..d677c74f4038 100644 --- a/pkgs/by-name/c-/c-stdaux/package.nix +++ b/pkgs/by-name/c-/c-stdaux/package.nix @@ -34,6 +34,7 @@ stdenv.mkDerivation rec { asl20 lgpl2Plus ]; + platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ qbisi ]; }; }