about summary refs log tree commit diff
path: root/pkgs/servers/cloud-print-connector
AgeCommit message (Collapse)AuthorFilesLines
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-21cloud-print-connector: fix build against cupsJörg Thalheim1-1/+9
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-18Replace platforms.linux with platforms.darwin for expressions that compile ↵Freezeboy1-1/+1
on darwin too (too restrictive platforms)
2019-01-05cloud-print-connector: 1.11 -> 1.16Jörg Thalheim2-25/+47
2017-08-07replace "Mac OS X" and "OS X" with "macOS"davidak1-2/+2
as it is the official name since 2016 https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop exception are parts refering to older versions of macOS like "GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
2017-05-20cloud-print-connector: 2017-01-19 -> 1.11Jörg Thalheim2-17/+18
2017-04-30cloud-print-connector: init at unstable-2017-01-19Chris Hodapp2-0/+91
This adds a fairly basic build for just the binaries for the Google Cloud Print CUPS connector (gcp-cups-connector), and gcp-connector-util to set it up in the first place. In the future I would like to streamline the configuration more and make gcp-cups-connector a proper NixOS service - as right now it must be run by hand.