aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* WIP Btrfs store subvolume testbtrfs-store-subvolume-testChristopher Baines2018-11-26
|
* gnu: python-seaborn: Update to 0.9.0.Ricardo Wurmus2018-11-26
| | | | | | | | | * gnu/packages/python.scm (python-seaborn): Update to 0.9.0. [arguments]: Enable tests. [propagated-inputs]: Add python-numpy. [native-inputs]: Add python-pytest and xorg-server. [properties]: Remove. (python2-seaborn)[propagated-inputs]: Remove python2-pytz.
* gnu: clang-from-llvm: Clean up share/clang folder.Pierre Neidhardt2018-11-26
| | | | * gnu/packages/llvm.scm (clang-from-llvm): Remove useless files, install completion.
* gnu: Add emacs-clang-rename.Pierre Neidhardt2018-11-26
| | | | * gnu/packages/llvm.scm (emacs-clang-rename): New variable.
* gnu: emacs-clang-format: Inherit from clang.Tim Gesthuizen2018-11-26
| | | | | * gnu/packages/emacs.scm (emacs-clang-format): Remove. * gnu/packages/llvm.scm (emacs-clang-format): Add.
* repl: Do not exit repl on SIGINT.Oleg Pykhalov2018-11-26
| | | | * guix/scripts/repl.scm (guix-repl): Do not exit repl on SIGINT.
* gnu: efl: Build with full opengl support except on armhf-linux.Efraim Flashner2018-11-26
| | | | | | * 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.
* gnu: efl: Build with 'release' profile.Efraim Flashner2018-11-26
| | | | | * gnu/packages/enlightenment.scm (efl)[arguments]: Add 'configure-flag to build the 'release' profile.
* services: openssh: Install OpenSSH in the system profile.Ludovic Courtès2018-11-26
| | | | | | | | | | 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.
* git-download: Download from Software Heritage as a last resort.Ludovic Courtès2018-11-26
| | | | | | | | * 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'.
* Add (guix swh).Ludovic Courtès2018-11-26
| | | | | * guix/swh.scm: New file. * Makefile.am (MODULES): Add it.
* git-download: Use 'git-minimal' instead of 'git'.Ludovic Courtès2018-11-26
| | | | * guix/git-download.scm (git-package): Refer to 'git-minimal'.
* gnu: Add 'git-minimal'.Ludovic Courtès2018-11-26
| | | | * gnu/packages/version-control.scm (git-minimal): New variable.
* gnu: wine-staging: Update to 3.21.Rutger Helling2018-11-26
| | | | | * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.21. * gnu/packages/wine.scm (wine-staging): Update to 3.21.
* gnu: opam: Update to 2.0.1.Julien Lepiller2018-11-25
| | | | | | gnu/packages/ocaml.scm (opam): Update to 2.0.1. [arguments]: Use invoke, return #t and use store paths for dependencies. [inputs]: Add bubblewrap.
* gnu: Add bubblewrap.Julien Lepiller2018-11-25
| | | | * gnu/packages/virtualization.scm (bubblewrap): New variable.
* gnu: dovecot: Update to 2.3.4.Marius Bakke2018-11-25
| | | | * gnu/packages/mail.scm (dovecot): Update to 2.3.4.
* gnu: guix-daemon: Adjust 'install' phase to latest update.Ludovic Courtès2018-11-25
| | | | | | | | | | | 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.
* gnu: mtools: Update to 4.0.21.Efraim Flashner2018-11-25
| | | | * gnu/packages/mtools.scm (mtools): Update to 4.0.21.
* gnu: uncrustify: Update to 0.68.1.Pierre Neidhardt2018-11-25
| | | | * gnu/packages/code.scm (uncrustify): Update to 0.68.1.
* gnu: Add s-xml-rpc.Pierre Neidhardt2018-11-25
| | | | * gnu/packages/lisp.scm (cl-s-xml-rpc, ecl-s-xml-rpc, sbcl-s-xml-rpc): New variables.
* gnu: Add s-xml.Pierre Neidhardt2018-11-25
| | | | * gnu/packages/lisp.scm (cl-s-xml, ecl-s-xml, sbcl-s-xml): New variables.
* gnu: Add usocket.Pierre Neidhardt2018-11-25
| | | | * gnu/packages/lisp.scm (cl-usocket, ecl-usocket, sbcl-usocket): New variables.
* gnu: Add usocket-server.Pierre Neidhardt2018-11-25
| | | | * gnu/packages/lisp.scm (cl-usocket-server, ecl-usocket-server, sbcl-usocket-server): New variables.
* gnu: Add sbcl-usocket-boot0.Pierre Neidhardt2018-11-25
| | | | * gnu/packages/lisp.scm (sbcl-usocket-boot0): New variable.
* gnu: Add portable-threads.Pierre Neidhardt2018-11-25
| | | | * gnu/packages/lisp.scm (cl-portable-threads, ecl-portable-threads, sbcl-portable-threads): New variables.
* gnu: Add cl-css.Pierre Neidhardt2018-11-25
| | | | * gnu/packages/lisp.scm (cl-css, ecl-cl-css, sbcl-cl-css): New variables.
* gnu: Add cl-markup.Pierre Neidhardt2018-11-25
| | | | * gnu/packages/lisp.scm (cl-markup, ecl-cl-markup, sbcl-cl-markup): New variables.
* gnu: guix: Update to 71a78ba.Ludovic Courtès2018-11-25
| | | | * gnu/packages/package-management.scm (guix): Update to 71a78ba.
* gnu: emacs-company: Update to 0.9.7.Brett Gilio2018-11-24
| | | | | | * gnu/packages/emacs.scm (emacs-company): Update to 0.9.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-zenburn-theme: Update to 2.6.Brett Gilio2018-11-24
| | | | | | * gnu/packages/emacs.scm (emacs-zenburn-theme): Update to 2.6. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: sqlcipher: Update to 3.4.2.Brett Gilio2018-11-24
| | | | | | * gnu/packages/databases.scm (sqlcipher): Update to 3.4.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* ssh: Make 'send-files' more robust.Ludovic Courtès2018-11-24
| | | | | | | Possibly fixes <https://bugs.gnu.org/33239>. * guix/ssh.scm (send-files): Call 'channel-get-exit-status' only when RESULT is true.
* daemon: Ignore '--keep-failed' for TCP/IP clients.Ludovic Courtès2018-11-24
| | | | | | * 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.
* gnu: ocaml-piqilib: Remove duplicate 'home-page' field.Mark H Weaver2018-11-24
| | | | | | This is a followup to commit 564cf93f2aca60171b4b97559ffc6c952e73e8ed. * gnu/packages/ocaml.scm (ocaml-piqilib)[home-page]: Remove duplicate field.
* gnu: rhythmbox: Update hash of patch.Mark H Weaver2018-11-24
| | | | | * gnu/packages/gnome.scm (rhythmbox)[source]: Update hash of the applied patch.
* gnu: sbcl: Update to 1.4.13.Pierre Neidhardt2018-11-24
| | | | | | | * 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.
* gnu: gcl: Remove unnecessary texlive input.Pierre Neidhardt2018-11-24
| | | | * gnu/packages/lisp.scm (gcl)[native-inputs]: Remove texlive.
* build-system: clojure-build-system: Fix %default-clojure location.Jelle Licht2018-11-24
| | | | * guix/build-system/clojure.scm (%default-clojure): Use new package path.
* gnu: clojure: Move to new clojure.scm.Pierre Neidhardt2018-11-24
| | | | | | | | | | * 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.
* gnu: femtolisp: Move to scheme.scm.Pierre Neidhardt2018-11-24
| | | | | * gnu/packages/lisp.scm (femtolisp): Remove. * gnu/packages/scheme.scm (femtolisp): Add.
* gnu: Add APFS-FUSE.Leo Famulari2018-11-23
| | | | * gnu/packages/file-systems.scm (apfs-fuse): New variable.
* gnu: linux-libre: Update to 4.19.4.Mark H Weaver2018-11-23
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.4. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.83.Mark H Weaver2018-11-23
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.83. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.140.Mark H Weaver2018-11-23
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.140.
* gnu: linux-libre@4.4: Update to 4.4.164.Mark H Weaver2018-11-23
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.164.
* gnu: freedesktop.scm: Sort imports and remove duplicates.Marius Bakke2018-11-24
| | | | * gnu/packages/freedesktop.scm: Sort imports alphabetically.
* gnu: libraw: Update to 0.19.1.Marius Bakke2018-11-24
| | | | * gnu/packages/photo.scm (libraw): Update to 0.19.1.
* gnu: libtorrent-rasterbar: Update to 1.1.11.Marius Bakke2018-11-24
| | | | * gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.11.
* gnu: Add deluge.Nam Nguyen2018-11-24
| | | | | | | * gnu/packages/bittorrent.scm (deluge): New variable. Co-authored-by: Mike Rosset <mike.rosset@gmail.com> Signed-off-by: Marius Bakke <mbakke@fastmail.com>