libcupsfilter: build on all platforms

This commit is contained in:
Vincenzo Mantova
2026-03-23 20:12:46 +00:00
parent 54f60bfa88
commit fcfbb7e3d0
+1 -1
View File
@@ -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;
};
}