aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
blob: 1e30a74a64f51ec735dcc44ff4dfe5fa4fa13c6f (about) (plain)
1
2
3
4
5
6
7
8
9
GNU Guix consists of Scheme code that implements the deployment model
of the Nix package management tool.  In fact, it currently talks to a
build daemon whose code comes from Nix (see the manual for details.)

Nix was initially written by Eelco Dolstra; other people have been
contributing to it.  See `nix/AUTHORS' for details.

The list of GNU Guix contributors is now generated from the output of
'git log' and written to this file, as can be seen in release tarballs.
g-1898438.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice 2020-11-29gnu: hplip: Install PPDs into a separate output....* gnu/packages/cups.scm (hplip)[outputs]: Add a :ppd output. [arguments]: Install the .ppd files there. Tobias Geerinckx-Rice 2020-11-21gnu: Rename escpr to epson-inkjet-printer-escpr....‘escpr’ is nice and short, but everyone else calls this package ‘epson-inkjet-printer-escpr’. More importantly, so does upstream. * gnu/packages/cups.scm (escpr, epson-inkjet-printer-escpr,): Rename escpr to epson-inkjet-printer-escpr, redefining escpr as deprecated-package. Adjust all users. Tobias Geerinckx-Rice 2020-11-21gnu: escpr: Omit static library....* gnu/packages/cups.scm (escpr)[arguments]: Add "--disable-static" to #:configure-flags. Tobias Geerinckx-Rice 2020-11-19gnu: escpr: Compress PPDs....* gnu/packages/cups.scm (escpr)[arguments]: Import SRFI-26 and add a ‘compress-PPDs’ phase. Tobias Geerinckx-Rice 2020-11-19gnu: escpr: Use HTTPS, more relevant home page....* gnu/packages/cups.scm (escpr)[home-page]: Use HTTPS. Pre-set the OSC parameter most relevant to GNU. Tobias Geerinckx-Rice 2020-11-19gnu: escpr: Update to 1.7.8....* gnu/packages/cups.scm (escpr): Update to 1.7.8. Tobias Geerinckx-Rice 2020-11-18gnu: splix: Compress PPDs....* gnu/packages/cups.scm (splix)[arguments]: Import SRFI-26 and add a ‘compress-PPDs’ phase. Tobias Geerinckx-Rice 2020-11-18gnu: splix: Update to 2.0.0-315.76268c4....* gnu/packages/cups.scm (splix): Update to 2.0.0-315.76268c4. [source]: Fetch from a more maintained git repository. [arguments]: Add an ‘enter-subdirectory’ phase. [inputs]: Remove instructions for building without JBIG. It's no longer patented. Tobias Geerinckx-Rice 2020-10-04gnu: hplip: Update to 3.20.9 [security fixes]....* gnu/packages/cups.scm (hplip): Update to 3.20.9. [source]: Add hplip-fix-bug-1898438.patch. [arguments]: Follow upstream defaults. * gnu/packages/patches/hplip-fix-bug-1898438.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice 2020-10-01gnu: escpr: Mark up description....* gnu/packages/cups.scm (escpr)[description]: Use @acronym and @tie. Tobias Geerinckx-Rice 2020-09-29gnu: escpr: Update to 1.7.7....* gnu/packages/cups.scm (escpr): Update to 1.7.7. [arguments]: Add a ‘patch-autotools-version-requirement’ phase. Tobias Geerinckx-Rice 2020-09-29gnu: escpr: Install PPDs where CUPS can find them....* gnu/packages/cups.scm (escpr)[arguments]: Fix ‘--with-cupsppddir=’. Tobias Geerinckx-Rice 2020-07-04gnu: hplip: Update source hash....The tarball was modified in place: <http://issues.guix.gnu.org/42191>. * gnu/packages/cups.scm (hplip)[source]: Update hash. Tobias Geerinckx-Rice 2020-06-17gnu: foo2zjs: Update to 20200610....* gnu/packages/cups.scm (foo2zjs): Update to 20200610. Tobias Geerinckx-Rice 2020-06-17gnu: hplip: Update to 3.20.6....* gnu/packages/cups.scm (hplip): Update to 3.20.6. Tobias Geerinckx-Rice 2020-06-06Merge branch 'master' into stagingMarius Bakke 2020-06-02gnu: hplip: Update to 3.20.5....* gnu/packages/cups.scm (hplip): Update to 3.20.5. Tobias Geerinckx-Rice 2020-05-26Merge branch 'master' into stagingMarius Bakke 2020-05-26gnu: CUPS: Update to 2.3.3....* gnu/packages/cups.scm (cups-minimal): Update to 2.3.3. Marius Bakke 2020-05-26gnu: cups-filters: Update to 1.27.4....* gnu/packages/cups.scm (cups-filters): Update to 1.27.4. [arguments]: Remove obsolete patch-for-poppler phase. Marius Bakke 2020-05-18gnu: CUPS: Inherit replacement from cups-minimal....* gnu/packages/cups.scm (cups): Use PACKAGE/INHERIT. [replacement]: Remove. (cups-2.3.3): Remove variable. Marius Bakke 2020-05-17gnu: cups: Update to 2.3.3 [fixes CVE-2020-3898 & CVE-2019-8842]....* gnu/packages/cups.scm (cups-minimal, cups)[replacement]: New fields. (cups-minimal-2.3.3, cups-2.3.3): New public variables. Tobias Geerinckx-Rice 2020-05-04gnu: hplip: Fix build with Python 3.8....* gnu/packages/cups.scm (hplip)[arguments]: Add phase "fix-build-with-python-3.8". Marius Bakke 2020-04-30Merge branch 'master' into core-updates... Conflicts: gnu/local.mk gnu/packages/backup.scm gnu/packages/emacs-xyz.scm gnu/packages/guile.scm gnu/packages/lisp.scm gnu/packages/openldap.scm gnu/packages/package-management.scm gnu/packages/web.scm gnu/packages/xorg.scm Marius Bakke 2020-04-29gnu: foo2zjs: Update to 20200426....* gnu/packages/cups.scm (foo2zjs): Update to 20200426. Tobias Geerinckx-Rice