Commit fcfbb7e3 authored by Vincenzo Mantova's avatar Vincenzo Mantova
Browse files

libcupsfilter: build on all platforms

parent 54f60bfa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}