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; }; }