summary refs log tree commit diff
path: root/pkgs/servers/cloud-print-connector/default.nix
Commit message (Collapse)AuthorAge
* cloud-print-connector: fix build against cupsJörg Thalheim2019-12-21
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Replace platforms.linux with platforms.darwin for expressions that compile ↵Freezeboy2019-02-18
| | | | on darwin too (too restrictive platforms)
* cloud-print-connector: 1.11 -> 1.16Jörg Thalheim2019-01-05
|
* replace "Mac OS X" and "OS X" with "macOS"davidak2017-08-07
| | | | | | | | | | 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 [...]"
* cloud-print-connector: 2017-01-19 -> 1.11Jörg Thalheim2017-05-20
|
* cloud-print-connector: init at unstable-2017-01-19Chris Hodapp2017-04-30
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.