Age | Commit message (Expand) | Author |
2018-11-26 | repl: Do not exit repl on SIGINT....* guix/scripts/repl.scm (guix-repl): Do not exit repl on SIGINT.
| Oleg Pykhalov |
2018-11-26 | 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 Flashner |
2018-11-26 | gnu: efl: Build with 'release' profile....* gnu/packages/enlightenment.scm (efl)[arguments]: Add 'configure-flag
to build the 'release' profile.
| Efraim Flashner |
2018-11-26 | 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ès |
2018-11-26 | 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ès |
2018-11-26 | Add (guix swh)....* guix/swh.scm: New file.
* Makefile.am (MODULES): Add it.
| Ludovic Courtès |
2018-11-26 | git-download: Use 'git-minimal' instead of 'git'....* guix/git-download.scm (git-package): Refer to 'git-minimal'.
| Ludovic Courtès |
2018-11-26 | gnu: Add 'git-minimal'....* gnu/packages/version-control.scm (git-minimal): New variable.
| Ludovic Courtès |
2018-11-26 | 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 Helling |
2018-11-25 | 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 Lepiller |
2018-11-25 | gnu: Add bubblewrap....* gnu/packages/virtualization.scm (bubblewrap): New variable.
| Julien Lepiller |
2018-11-25 | gnu: dovecot: Update to 2.3.4....* gnu/packages/mail.scm (dovecot): Update to 2.3.4.
| Marius Bakke |
2018-11-25 | 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ès |
2018-11-25 | gnu: mtools: Update to 4.0.21....* gnu/packages/mtools.scm (mtools): Update to 4.0.21.
| Efraim Flashner |
2018-11-25 | gnu: uncrustify: Update to 0.68.1....* gnu/packages/code.scm (uncrustify): Update to 0.68.1.
| Pierre Neidhardt |
2018-11-25 | gnu: Add s-xml-rpc....* gnu/packages/lisp.scm (cl-s-xml-rpc, ecl-s-xml-rpc, sbcl-s-xml-rpc): New variables.
| Pierre Neidhardt |
2018-11-25 | gnu: Add s-xml....* gnu/packages/lisp.scm (cl-s-xml, ecl-s-xml, sbcl-s-xml): New variables.
| Pierre Neidhardt |
2018-11-25 | gnu: Add usocket....* gnu/packages/lisp.scm (cl-usocket, ecl-usocket, sbcl-usocket): New variables.
| Pierre Neidhardt |
2018-11-25 | gnu: Add usocket-server....* gnu/packages/lisp.scm (cl-usocket-server, ecl-usocket-server, sbcl-usocket-server): New variables.
| Pierre Neidhardt |
2018-11-25 | gnu: Add sbcl-usocket-boot0....* gnu/packages/lisp.scm (sbcl-usocket-boot0): New variable.
| Pierre Neidhardt |
2018-11-25 | gnu: Add portable-threads....* gnu/packages/lisp.scm (cl-portable-threads, ecl-portable-threads, sbcl-portable-threads): New variables.
| Pierre Neidhardt |
2018-11-25 | gnu: Add cl-css....* gnu/packages/lisp.scm (cl-css, ecl-cl-css, sbcl-cl-css): New variables.
| Pierre Neidhardt |
2018-11-25 | gnu: Add cl-markup....* gnu/packages/lisp.scm (cl-markup, ecl-cl-markup, sbcl-cl-markup): New variables.
| Pierre Neidhardt |
2018-11-25 | gnu: guix: Update to 71a78ba....* gnu/packages/package-management.scm (guix): Update to 71a78ba.
| Ludovic Courtès |
2018-11-24 | 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 Gilio |
2018-11-24 | 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 Gilio |
2018-11-24 | 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 Gilio |
2018-11-24 | 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ès |
2018-11-24 | 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ès |
2018-11-24 | 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 Weaver |
2018-11-24 | gnu: rhythmbox: Update hash of patch....* gnu/packages/gnome.scm (rhythmbox)[source]: Update hash of the applied
patch.
| Mark H Weaver |
2018-11-24 | 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 Neidhardt |
2018-11-24 | gnu: gcl: Remove unnecessary texlive input....* gnu/packages/lisp.scm (gcl)[native-inputs]: Remove texlive.
| Pierre Neidhardt |
2018-11-24 | build-system: clojure-build-system: Fix %default-clojure location....* guix/build-system/clojure.scm (%default-clojure): Use new package path.
| Jelle Licht |
2018-11-24 | 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 Neidhardt |
2018-11-24 | gnu: femtolisp: Move to scheme.scm....* gnu/packages/lisp.scm (femtolisp): Remove.
* gnu/packages/scheme.scm (femtolisp): Add.
| Pierre Neidhardt |
2018-11-23 | gnu: Add APFS-FUSE....* gnu/packages/file-systems.scm (apfs-fuse): New variable.
| Leo Famulari |
2018-11-23 | 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 Weaver |
2018-11-23 | 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 Weaver |
2018-11-23 | 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 Weaver |
2018-11-23 | 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 Weaver |
2018-11-24 | gnu: freedesktop.scm: Sort imports and remove duplicates....* gnu/packages/freedesktop.scm: Sort imports alphabetically.
| Marius Bakke |
2018-11-24 | gnu: libraw: Update to 0.19.1....* gnu/packages/photo.scm (libraw): Update to 0.19.1.
| Marius Bakke |
2018-11-24 | gnu: libtorrent-rasterbar: Update to 1.1.11....* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.11.
| Marius Bakke |
2018-11-24 | 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 Nguyen |
2018-11-24 | 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 Nguyen |
2018-11-24 | 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 Nguyen |
2018-11-23 | gnu: Add emacs-matrix-client....* gnu/packages/emacs.scm (emacs-matrix-client): New variable.
| Nicolas Goaziou |
2018-11-23 | gnu: Add emacs-a....* gnu/packages/emacs.scm (emacs-a): New variable.
| Nicolas Goaziou |
2018-11-23 | gnu: Add emacs-tracking....* gnu/packages/emacs.scm (emacs-tracking): New variable.
| Nicolas Goaziou |