summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: Add emacs-clang-rename.•••* gnu/packages/llvm.scm (emacs-clang-rename): New variable. Pierre Neidhardt2018-11-261-0/+22
* gnu: emacs-clang-format: Inherit from clang.•••* gnu/packages/emacs.scm (emacs-clang-format): Remove. * gnu/packages/llvm.scm (emacs-clang-format): Add. Tim Gesthuizen2018-11-262-37/+27
* repl: Do not exit repl on SIGINT.•••* guix/scripts/repl.scm (guix-repl): Do not exit repl on SIGINT. Oleg Pykhalov2018-11-261-1/+4
* gnu: efl: Build with full opengl support except on armhf-linux.•••* gnu/packages/enlightenment.scm (efl)[arguments]: Add 'configure-flags to use full opengl on all architectures except for armhf-linux, which will continue to use opengl-es. Efraim Flashner2018-11-261-3/+7
* gnu: efl: Build with 'release' profile.•••* gnu/packages/enlightenment.scm (efl)[arguments]: Add 'configure-flag to build the 'release' profile. Efraim Flashner2018-11-261-0/+1
* services: openssh: Install OpenSSH in the system profile.•••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. Ludovic Courtès2018-11-263-6/+14
* git-download: Download from Software Heritage as a last resort.•••* guix/git-download.scm (git-fetch)[inputs]: Add gzip and tar when 'git-reference-recursive?' is false. [guile-json, gnutls]: New variables. [modules]: Add (guix swh). [build]: Wrap in 'with-extensions'. Add call to 'swh-download'. Ludovic Courtès2018-11-261-22/+46
* Add (guix swh).•••* guix/swh.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès2018-11-262-0/+552
* git-download: Use 'git-minimal' instead of 'git'.•••* guix/git-download.scm (git-package): Refer to 'git-minimal'. Ludovic Courtès2018-11-261-1/+1
* gnu: Add 'git-minimal'.•••* gnu/packages/version-control.scm (git-minimal): New variable. Ludovic Courtès2018-11-261-0/+64
* gnu: wine-staging: Update to 3.21.•••* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.21. * gnu/packages/wine.scm (wine-staging): Update to 3.21. Rutger Helling2018-11-261-3/+3
* gnu: opam: Update to 2.0.1.•••gnu/packages/ocaml.scm (opam): Update to 2.0.1. [arguments]: Use invoke, return #t and use store paths for dependencies. [inputs]: Add bubblewrap. Julien Lepiller2018-11-251-8/+22
* gnu: Add bubblewrap.•••* gnu/packages/virtualization.scm (bubblewrap): New variable. Julien Lepiller2018-11-251-0/+56
* gnu: dovecot: Update to 2.3.4.•••* gnu/packages/mail.scm (dovecot): Update to 2.3.4. Marius Bakke2018-11-251-2/+2
* gnu: guix-daemon: Adjust 'install' phase to latest update.•••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. Ludovic Courtès2018-11-251-2/+1
* gnu: mtools: Update to 4.0.21.•••* gnu/packages/mtools.scm (mtools): Update to 4.0.21. Efraim Flashner2018-11-251-2/+2
* gnu: uncrustify: Update to 0.68.1.•••* gnu/packages/code.scm (uncrustify): Update to 0.68.1. Pierre Neidhardt2018-11-251-3/+4
* gnu: Add s-xml-rpc.•••* gnu/packages/lisp.scm (cl-s-xml-rpc, ecl-s-xml-rpc, sbcl-s-xml-rpc): New variables. Pierre Neidhardt2018-11-251-0/+27
* gnu: Add s-xml.•••* gnu/packages/lisp.scm (cl-s-xml, ecl-s-xml, sbcl-s-xml): New variables. Pierre Neidhardt2018-11-251-0/+48
* gnu: Add usocket.•••* gnu/packages/lisp.scm (cl-usocket, ecl-usocket, sbcl-usocket): New variables. Pierre Neidhardt2018-11-251-0/+18
* gnu: Add usocket-server.•••* gnu/packages/lisp.scm (cl-usocket-server, ecl-usocket-server, sbcl-usocket-server): New variables. Pierre Neidhardt2018-11-251-0/+17
* gnu: Add sbcl-usocket-boot0.•••* gnu/packages/lisp.scm (sbcl-usocket-boot0): New variable. Pierre Neidhardt2018-11-251-0/+31
* gnu: Add portable-threads.•••* gnu/packages/lisp.scm (cl-portable-threads, ecl-portable-threads, sbcl-portable-threads): New variables. Pierre Neidhardt2018-11-251-0/+32
* gnu: Add cl-css.•••* gnu/packages/lisp.scm (cl-css, ecl-cl-css, sbcl-cl-css): New variables. Pierre Neidhardt2018-11-251-0/+30
* gnu: Add cl-markup.•••* gnu/packages/lisp.scm (cl-markup, ecl-cl-markup, sbcl-cl-markup): New variables. Pierre Neidhardt2018-11-251-0/+36
* gnu: guix: Update to 71a78ba.•••* gnu/packages/package-management.scm (guix): Update to 71a78ba. Ludovic Courtès2018-11-251-3/+3
* gnu: emacs-company: Update to 0.9.7.•••* gnu/packages/emacs.scm (emacs-company): Update to 0.9.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brett Gilio2018-11-241-2/+2
* gnu: emacs-zenburn-theme: Update to 2.6.•••* gnu/packages/emacs.scm (emacs-zenburn-theme): Update to 2.6. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brett Gilio2018-11-241-2/+2
* gnu: sqlcipher: Update to 3.4.2.•••* gnu/packages/databases.scm (sqlcipher): Update to 3.4.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brett Gilio2018-11-241-2/+2
* ssh: Make 'send-files' more robust.•••Possibly fixes <https://bugs.gnu.org/33239>. * guix/ssh.scm (send-files): Call 'channel-get-exit-status' only when RESULT is true. Ludovic Courtès2018-11-241-2/+4
* daemon: Ignore '--keep-failed' for TCP/IP clients.•••* nix/nix-daemon/nix-daemon.cc (performOp) <wopSetOptions>: When 'isRemoteConnection' is true, set 'settings.keepFailed' to zero. * doc/guix.texi (Common Build Options): Document this behavior. Ludovic Courtès2018-11-242-0/+10
* gnu: ocaml-piqilib: Remove duplicate 'home-page' field.•••This is a followup to commit 564cf93f2aca60171b4b97559ffc6c952e73e8ed. * gnu/packages/ocaml.scm (ocaml-piqilib)[home-page]: Remove duplicate field. Mark H Weaver2018-11-241-1/+0
* gnu: rhythmbox: Update hash of patch.•••* gnu/packages/gnome.scm (rhythmbox)[source]: Update hash of the applied patch. Mark H Weaver2018-11-241-1/+1
* gnu: sbcl: Update to 1.4.13.•••* 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. Pierre Neidhardt2018-11-241-10/+23
* gnu: gcl: Remove unnecessary texlive input.•••* gnu/packages/lisp.scm (gcl)[native-inputs]: Remove texlive. Pierre Neidhardt2018-11-241-2/+2
* build-system: clojure-build-system: Fix %default-clojure location.•••* guix/build-system/clojure.scm (%default-clojure): Use new package path. Jelle Licht2018-11-241-1/+1
* gnu: clojure: Move to new clojure.scm.•••* 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. Pierre Neidhardt2018-11-243-266/+294
* gnu: femtolisp: Move to scheme.scm.•••* gnu/packages/lisp.scm (femtolisp): Remove. * gnu/packages/scheme.scm (femtolisp): Add. Pierre Neidhardt2018-11-242-51/+51
* gnu: Add APFS-FUSE.•••* gnu/packages/file-systems.scm (apfs-fuse): New variable. Leo Famulari2018-11-231-0/+49
* gnu: linux-libre: Update to 4.19.4.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.4. (%linux-libre-hash): Update hash. Mark H Weaver2018-11-231-2/+2
* gnu: linux-libre@4.14: Update to 4.14.83.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.83. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2018-11-231-2/+2
* gnu: linux-libre@4.9: Update to 4.9.140.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.140. Mark H Weaver2018-11-231-2/+2
* gnu: linux-libre@4.4: Update to 4.4.164.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.164. Mark H Weaver2018-11-231-2/+2
* gnu: freedesktop.scm: Sort imports and remove duplicates.•••* gnu/packages/freedesktop.scm: Sort imports alphabetically. Marius Bakke2018-11-241-4/+2
* gnu: libraw: Update to 0.19.1.•••* gnu/packages/photo.scm (libraw): Update to 0.19.1. Marius Bakke2018-11-241-2/+2
* gnu: libtorrent-rasterbar: Update to 1.1.11.•••* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.11. Marius Bakke2018-11-241-3/+3
* gnu: Add deluge.•••* gnu/packages/bittorrent.scm (deluge): New variable. Co-authored-by: Mike Rosset <mike.rosset@gmail.com> Signed-off-by: Marius Bakke <mbakke@fastmail.com> Nam Nguyen2018-11-241-0/+39
* gnu: libtorrent-rasterbar: Compile Python bindings in C++11 mode.•••* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Add phase to substitute setup.py. Co-authored-by: Marius Bakke <mbakke@fastmail.com> Nam Nguyen2018-11-241-1/+13
* gnu: Add python-service-identity.•••* gnu/packages/python-crypto.scm (python-service-identity, python2-service-identity): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Nam Nguyen2018-11-241-0/+31
* gnu: Add emacs-matrix-client.•••* gnu/packages/emacs.scm (emacs-matrix-client): New variable. Nicolas Goaziou2018-11-231-0/+32