summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesRicardo Wurmus2019-10-06
|\
| * gnu: Add mloop.Ricardo Wurmus2019-10-06
| | | | | | | | * gnu/packages/music.scm (mloop): New variable.
| * gnu: guile-studio: Update to 0-2.4d63f3d.Ricardo Wurmus2019-10-06
| | | | | | | | * gnu/packages/guile-xyz.scm (guile-studio): Update to 0-2.4d63f3d.
| * gnu: icedtea-7: Fix build on i686-linux.Ricardo Wurmus2019-10-06
| | | | | | | | | | * gnu/packages/java.scm (icedtea-7)[arguments]: Use "i386" lib directory when the system is "i686-linux".
| * gnu: jamvm-1-bootstrap: Fix segfault in bootstrap JVM.Ricardo Wurmus2019-10-06
| | | | | | | | | | | | * gnu/packages/java.scm (jamvm-1-bootstrap)[arguments]: Add configure flags: --disable-int-caching, --enable-runtime-reloc-checks, and --enable-ffi. [inputs]: Add libffi.
| * gnu: emacs-hackernews: Update to 0.5.0-2.2362d7b.Brian Leung2019-10-06
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-hackernews): Update to 0.5.0-2.2362d7b.
| * gnu: emacs-undo-propose-el: Update to 3.0.0-3.f80baee.Brian Leung2019-10-06
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-undo-propose-el): Update to 3.0.0-3.f80baee.
| * gnu: emacs-evil-mc: Update to 0.0.3-2.1cabb86.Brian Leung2019-10-06
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-evil-mc): Update to 0.0.3-2.1cabb86.
| * gnu: Add cl-goject-introspection.Pierre Neidhardt2019-10-06
| | | | | | | | | | * gnu/packages/lisp.scm (cl-goject-introspection, sbcl-cl-gobject-introspection): New variables.
| * gnu: Add cl-random-forest.Guillaume Le Vaillant2019-10-06
| | | | | | | | | | * gnu/packages/machine-learning.scm (sbcl-cl-random-forest, cl-random-forest, ecl-cl-random-forest): New variables.
| * gnu: Add cl-online-learning.Guillaume Le Vaillant2019-10-06
| | | | | | | | | | * gnu/packages/machine-learning.scm (sbcl-cl-online-learning, cl-online-learning, ecl-cl-online-learning): New variables.
| * gnu: Add cl-libsvm-format.Guillaume Le Vaillant2019-10-06
| | | | | | | | | | * gnu/packages/machine-learning.scm (sbcl-cl-libsvm-format, cl-libsvm-format, ecl-cl-libsvm-format): New variables.
| * gnu: Add cl-store.Guillaume Le Vaillant2019-10-06
| | | | | | | | | | * gnu/packages/lisp.scm (sbcl-cl-store, cl-store, ecl-cl-store): New variables.
| * gnu: sbcl-hu.dwim.asdf: Update to 20190521.Guillaume Le Vaillant2019-10-06
| | | | | | | | | | * gnu/packages/lisp.scm (sbcl-hu.dwim.asdf): Update to 20190521. [uri]: Fetch more recent version from Quicklisp.
| * gnu: sbcl-alexandria: Update to 1.0.0.Guillaume Le Vaillant2019-10-06
| | | | | | | | | | * gnu/packages/lisp.scm (sbcl-alexandria): Update to 1.0.0. [native-inputs]: Add rt.
| * gnu: ecl: Do not compile the deprecated MIT-RT.Guillaume Le Vaillant2019-10-06
| | | | | | | | | | | | | | | | Compiling the rt bundled with ECL prevents the ecl-rt package from compiling properly, as ECL thinks it has already been compiled. * gnu/packages/lisp.scm (ecl)[arguments]: Add '--without-rt' to 'configure-flags'.
| * gnu: Add chanl.Guillaume Le Vaillant2019-10-06
| | | | | | | | * gnu/packages/lisp.scm (sbcl-chanl, cl-chanl, ecl-chanl): New variables.
| * gnu: Remove rust-clippy.Efraim Flashner2019-10-06
| | | | | | | | | | | | This was added by accident in 14f3a7e37314451b9b93d7b7536f3ae3dec1ed68. * gnu/packages/crates-io.scm (rust-clippy): Remove variable.
| * gnu: endless-sky: Update to 0.9.10.Timotej Lazar2019-10-06
| | | | | | | | | | | | * gnu/packages/games.scm (endless-sky): Update to 0.9.10. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: zabbix: Update to 4.2.7.Giovanni Biscuolo2019-10-06
| | | | | | | | | | | | * gnu/packages/monitoring.scm: (zabbix) Update to 4.2.7. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: Update python-pastel to 0.1.1.tlecarrour@easter-eggs.com2019-10-06
| | | | | | | | | | | | | | | | * gnu/packages/graphics.scm (python-pastel): Update to 0.1.1. [arguments]: Add custom 'check phase. [description]: Simplify description. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: waybar: Update to 0.8.0.Efraim Flashner2019-10-06
| | | | | | | | * gnu/packages/wm.scm (waybar): Update to 0.8.0.
| * gnu: r-data-table: Update to 1.12.4.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | | | * gnu/packages/statistics.scm (r-data-table): Update to 1.12.4. [inputs]: Add zlib.
| * gnu: python-mnemonic: Update to 0.19.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | * gnu/packages/finance.scm (python-mnemonic): Update to 0.19.
| * gnu: r-gamlss-dist: Update to 5.1-5.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | * gnu/packages/cran.scm (r-gamlss-dist): Update to 5.1-5.
| * gnu: python-traitlets: Update to 4.3.3.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | * gnu/packages/python-xyz.scm (python-traitlets): Update to 4.3.3.
| * gnu: r-pegas: Update to 0.12.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | * gnu/packages/cran.scm (r-pegas): Update to 0.12.
| * gnu: rust-miniz-oxide: Update to 0.3.3.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | * gnu/packages/crates-io.scm (rust-miniz-oxide): Update to 0.3.3.
| * gnu: rust-openssl-sys: Update to 0.9.50.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | * gnu/packages/crates-io.scm (rust-openssl-sys): Update to 0.9.50.
| * gnu: r-polspline: Update to 1.1.16.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | * gnu/packages/cran.scm (r-polspline): Update to 1.1.16.
| * gnu: perl-test-tcp: Update to 2.21.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | * gnu/packages/web.scm (perl-test-tcp): Update to 2.21.
| * gnu: perl-test-mockobject: Update to 1.20191002.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | * gnu/packages/perl-check.scm (perl-test-mockobject): Update to 1.20191002.
| * gnu: lua-luv: Update to 1.30.1-1.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | * gnu/packages/lua.scm (lua-luv): Update to 1.30.1-1.
| * gnu: lua-libmpack: Update to 1.0.8.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | * gnu/packages/serialization.scm (lua-libmpack): Update to 1.0.8.
| * gnu: perl-html-form: Update to 6.05.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | * gnu/packages/web.scm (perl-html-form): Update to 6.05.
| * gnu: quaternion: Update to 0.0.9.4c.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | * gnu/packages/messaging.scm (quaternion): Update to 0.0.9.4c.
| * gnu: libqmatrixclient: Update to 0.5.2.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | * gnu/packages/messaging.scm (libqmatrixclient): Update to 0.5.2.
| * gnu: lua-libmpack: Don't use unstable tarball.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | | | * gnu/packages/serialization.scm (lua-libmpack)[source]: Use GIT-FETCH and GIT-FILE-NAME.
| * gnu: libmpack: Don't use unstable tarball.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | | | | | * gnu/packages/serialization.scm (libmpack)[source]: Use GIT-FETCH and GIT-FILE-NAME. (lua-libmpack)[arguments]: Adjust ‘unpack-mpack-sources’ phase.
| * gnu: emacs-org-tanglesync: Update to 0.6-2.d99181f.Brian Leung2019-10-05
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-tanglesync): Update to 0.6-2.d99181f.
| * gnu: ocaml-utop: Update to 2.4.2.Tobias Geerinckx-Rice2019-10-05
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-utop): Update to 2.4.2.
| * gnu: ocaml-qcheck: Update to 0.11.Tobias Geerinckx-Rice2019-10-05
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.11.
| * gnu: axoloti-runtime: Don't use unstable tarball.Tobias Geerinckx-Rice2019-10-05
| | | | | | | | | | | | * gnu/packages/axoloti.scm (axoloti-runtime)[source]: Use GIT-FETCH and GIT-FILE-NAME. (axoloti-patcher)[arguments]: Add ‘make-git-checkout-writable’ phase.
| * gnu: libxls: Update to 1.5.1.Tobias Geerinckx-Rice2019-10-05
| | | | | | | | * gnu/packages/statistics.scm (libxls): Update to 1.5.1.
| * gnu: gmime: Update to 3.2.4.Tobias Geerinckx-Rice2019-10-05
| | | | | | | | * gnu/packages/mail.scm (gmime): Update to 3.2.4.
| * gnu: r-wgaim: Update to 2.0-1.Tobias Geerinckx-Rice2019-10-05
| | | | | | | | * gnu/packages/cran.scm (r-wgaim): Update to 2.0-1.
| * gnu: nano: Update to 4.5.Tobias Geerinckx-Rice2019-10-05
| | | | | | | | * gnu/packages/nano.scm (nano): Update to 4.5.
| * gnu: emacs-eros: Update to 0.0.1-2.dd89102.Brian Leung2019-10-05
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-eros): Update to 0.0.1-2.dd89102.
| * gnu: emacs-handle: Update to 0.1-2.51c050b.Brian Leung2019-10-05
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-handle): Update to 0.1-2.51c050b.
| * gnu: guix-data-service: Update to 0.0.1-3.8019d2e.Christopher Baines2019-10-05
| | | | | | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-3.8019d2e.