summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2018-11-26gnu: efl: Build with 'release' profile.Efraim Flashner
* gnu/packages/enlightenment.scm (efl)[arguments]: Add 'configure-flag to build the 'release' profile.
2018-11-26services: openssh: Install OpenSSH in the system profile.Ludovic Courtès
This ensures one can scp to or from the GuixSD machine that uses the service. * gnu/services/ssh.scm (openssh-service-type)[extensions]: Add PROFILE-SERVICE-TYPE extension. * gnu/system/examples/bare-bones.tmpl <packages>: Remove OPENSSH. * doc/guix.texi (Using the Configuration System): Adjust accordingly.
2018-11-26gnu: Add 'git-minimal'.Ludovic Courtès
* gnu/packages/version-control.scm (git-minimal): New variable.
2018-11-26gnu: wine-staging: Update to 3.21.Rutger Helling
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.21. * gnu/packages/wine.scm (wine-staging): Update to 3.21.
2018-11-25gnu: opam: Update to 2.0.1.Julien Lepiller
gnu/packages/ocaml.scm (opam): Update to 2.0.1. [arguments]: Use invoke, return #t and use store paths for dependencies. [inputs]: Add bubblewrap.
2018-11-25gnu: Add bubblewrap.Julien Lepiller
* gnu/packages/virtualization.scm (bubblewrap): New variable.
2018-11-25gnu: dovecot: Update to 2.3.4.Marius Bakke
* gnu/packages/mail.scm (dovecot): Update to 2.3.4.
2018-11-25gnu: guix-daemon: Adjust 'install' phase to latest update.Ludovic Courtès
Fixes <https://bugs.gnu.org/33496>. Reported by Brett Gilio <brettg@posteo.net>. This is a followup to commit 254602cdf884379231793c4d793b25c9ebd6c806. * gnu/packages/package-management.scm (guix-daemon)[arguments]: In 'install' phase, remove use of "install-nodist_pkglibexecSCRIPTS" target.
2018-11-25gnu: mtools: Update to 4.0.21.Efraim Flashner
* gnu/packages/mtools.scm (mtools): Update to 4.0.21.
2018-11-25gnu: uncrustify: Update to 0.68.1.Pierre Neidhardt
* gnu/packages/code.scm (uncrustify): Update to 0.68.1.
2018-11-25gnu: Add s-xml-rpc.Pierre Neidhardt
* gnu/packages/lisp.scm (cl-s-xml-rpc, ecl-s-xml-rpc, sbcl-s-xml-rpc): New variables.
2018-11-25gnu: Add s-xml.Pierre Neidhardt
* gnu/packages/lisp.scm (cl-s-xml, ecl-s-xml, sbcl-s-xml): New variables.
2018-11-25gnu: Add usocket.Pierre Neidhardt
* gnu/packages/lisp.scm (cl-usocket, ecl-usocket, sbcl-usocket): New variables.
2018-11-25gnu: Add usocket-server.Pierre Neidhardt
* gnu/packages/lisp.scm (cl-usocket-server, ecl-usocket-server, sbcl-usocket-server): New variables.
2018-11-25gnu: Add sbcl-usocket-boot0.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl-usocket-boot0): New variable.
2018-11-25gnu: Add portable-threads.Pierre Neidhardt
* gnu/packages/lisp.scm (cl-portable-threads, ecl-portable-threads, sbcl-portable-threads): New variables.
2018-11-25gnu: Add cl-css.Pierre Neidhardt
* gnu/packages/lisp.scm (cl-css, ecl-cl-css, sbcl-cl-css): New variables.
2018-11-25gnu: Add cl-markup.Pierre Neidhardt
* gnu/packages/lisp.scm (cl-markup, ecl-cl-markup, sbcl-cl-markup): New variables.
2018-11-25gnu: guix: Update to 71a78ba.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 71a78ba.
2018-11-24gnu: emacs-company: Update to 0.9.7.Brett Gilio
* gnu/packages/emacs.scm (emacs-company): Update to 0.9.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-11-24gnu: emacs-zenburn-theme: Update to 2.6.Brett Gilio
* gnu/packages/emacs.scm (emacs-zenburn-theme): Update to 2.6. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-11-24gnu: sqlcipher: Update to 3.4.2.Brett Gilio
* gnu/packages/databases.scm (sqlcipher): Update to 3.4.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-11-24gnu: ocaml-piqilib: Remove duplicate 'home-page' field.Mark H Weaver
This is a followup to commit 564cf93f2aca60171b4b97559ffc6c952e73e8ed. * gnu/packages/ocaml.scm (ocaml-piqilib)[home-page]: Remove duplicate field.
2018-11-24gnu: rhythmbox: Update hash of patch.Mark H Weaver
* gnu/packages/gnome.scm (rhythmbox)[source]: Update hash of the applied patch.
2018-11-24gnu: sbcl: Update to 1.4.13.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 1.4.13. [native-inputs]: Use minimal texlive-union instead of full texlive. [native-inputs]: Use CCL instead of buggy CLISP. [arguments]: Replace all (zero? (system* ...)) by invoke.
2018-11-24gnu: gcl: Remove unnecessary texlive input.Pierre Neidhardt
* gnu/packages/lisp.scm (gcl)[native-inputs]: Remove texlive.
2018-11-24gnu: clojure: Move to new clojure.scm.Pierre Neidhardt
* gnu/local.mk (clojure): Include new clojure.scm. * gnu/packages/clojure.scm: Add clojure, clojure-algo-generic, clojure-algo-monads, clojure-core-match, clojure-instaparse, clojure-tools-macro. * gnu/packages/lisp.scm: Remove clojure, clojure-algo-generic, clojure-algo-monads, clojure-core-match, clojure-instaparse, clojure-tools-macro.
2018-11-24gnu: femtolisp: Move to scheme.scm.Pierre Neidhardt
* gnu/packages/lisp.scm (femtolisp): Remove. * gnu/packages/scheme.scm (femtolisp): Add.
2018-11-23gnu: Add APFS-FUSE.Leo Famulari
* gnu/packages/file-systems.scm (apfs-fuse): New variable.
2018-11-23gnu: linux-libre: Update to 4.19.4.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.4. (%linux-libre-hash): Update hash.
2018-11-23gnu: linux-libre@4.14: Update to 4.14.83.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.83. (%linux-libre-4.14-hash): Update hash.
2018-11-23gnu: linux-libre@4.9: Update to 4.9.140.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.140.
2018-11-23gnu: linux-libre@4.4: Update to 4.4.164.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.164.
2018-11-24gnu: freedesktop.scm: Sort imports and remove duplicates.Marius Bakke
* gnu/packages/freedesktop.scm: Sort imports alphabetically.
2018-11-24gnu: libraw: Update to 0.19.1.Marius Bakke
* gnu/packages/photo.scm (libraw): Update to 0.19.1.
2018-11-24gnu: libtorrent-rasterbar: Update to 1.1.11.Marius Bakke
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.11.
2018-11-24gnu: Add deluge.Nam Nguyen
* gnu/packages/bittorrent.scm (deluge): New variable. Co-authored-by: Mike Rosset <mike.rosset@gmail.com> Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-11-24gnu: libtorrent-rasterbar: Compile Python bindings in C++11 mode.Nam Nguyen
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Add phase to substitute setup.py. Co-authored-by: Marius Bakke <mbakke@fastmail.com>
2018-11-24gnu: Add python-service-identity.Nam Nguyen
* gnu/packages/python-crypto.scm (python-service-identity, python2-service-identity): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-11-23gnu: Add emacs-matrix-client.Nicolas Goaziou
* gnu/packages/emacs.scm (emacs-matrix-client): New variable.
2018-11-23gnu: Add emacs-a.Nicolas Goaziou
* gnu/packages/emacs.scm (emacs-a): New variable.
2018-11-23gnu: Add emacs-tracking.Nicolas Goaziou
* gnu/packages/emacs.scm (emacs-tracking): New variable.
2018-11-23gnu: Add emacs-ov.Nicolas Goaziou
* gnu/packages/emacs.scm (emacs-ov): New variable.
2018-11-23gnu: python-slepc4py: Update to 3.10.0.Paul Garlick
* gnu/packages/maths.scm (python-slepc4py): Update to 3.10.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-11-23gnu: python-petsc4py: Update to 3.10.0.Paul Garlick
* gnu/packages/maths.scm (python-petsc4py): Update to 3.10.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-11-23gnu: slepc: Update to 3.10.1.Paul Garlick
* gnu/packages/maths.scm (slepc): Update to 3.10.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-11-23gnu: petsc: Update to 3.10.2Paul Garlick
* gnu/packages/maths.scm (petsc): Update to 3.10.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-11-23gnu: python-ilinkedlist: Update to 0.4.0.Luther Thompson
* gnu/packages/python.scm (python-ilinkedlist): Update to 0.4.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-11-23gnu: emacs-picpocket: Update to 40.Alex Vong
Fix version string as well: <https://lists.gnu.org/archive/html/guix-devel/2018-11/msg00286.html>. * gnu/packages/emacs.scm (emacs-picpocket): Update to 40.
2018-11-23gnu: xpra: Update to 2.4.2.Rutger Helling
* gnu/packages/xorg.scm (xpra): Update to 2.4.2.