From fcfbb7e3d0bea1d6110fe038f6c2fbb2ae809363 Mon Sep 17 00:00:00 2001 From: Vincenzo Mantova <1962985+xworld21@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:12:46 +0000 Subject: [PATCH] libcupsfilter: build on all platforms --- pkgs/by-name/li/libcupsfilters/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/li/libcupsfilters/package.nix b/pkgs/by-name/li/libcupsfilters/package.nix index 984b9fb4ca0e..9a89e9b29886 100644 --- a/pkgs/by-name/li/libcupsfilters/package.nix +++ b/pkgs/by-name/li/libcupsfilters/package.nix @@ -104,6 +104,6 @@ stdenv.mkDerivation { homepage = "https://github.com/OpenPrinting/libcupsfilters"; description = "Backends, filters, and other software that was once part of the core CUPS distribution but is no longer maintained by Apple Inc"; license = lib.licenses.asl20; - platforms = lib.platforms.linux; + platforms = lib.platforms.all; }; }