summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: xtensor: Update to 0.20.9.Tobias Geerinckx-Rice2019-09-28
| | | | * gnu/packages/algebra.scm (xtensor): Update to 0.20.9.
* gnu: xtl: Update to 0.6.7.Tobias Geerinckx-Rice2019-09-28
| | | | * gnu/packages/cpp.scm (xtl): Update to 0.6.7.
* gnu: smu: Don't use unstable tarball.Tobias Geerinckx-Rice2019-09-28
| | | | | * gnu/packages/markup.scm (smu)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: smu: Update to 1.5.Tobias Geerinckx-Rice2019-09-28
| | | | * gnu/packages/markup.scm (smu): Update to 1.5.
* gnu: youtube-viewer: Update to 3.5.8.Tobias Geerinckx-Rice2019-09-28
| | | | * gnu/packages/video.scm (youtube-viewer): Update to 3.5.8.
* gnu: ubridge: Update to 0.9.16.Tobias Geerinckx-Rice2019-09-28
| | | | * gnu/packages/networking.scm (ubridge): Update to 0.9.16.
* gnu: dealii: Update to 9.1.1.Eric Bavier2019-09-27
| | | | | | | * gnu/packages/maths.scm (dealii): Update to 9.1.1. [source]: Remove patch no longer needed. * gnu/local.mk (dist_patch_DATA): ditto. * gnu/packages/patches/dealii-mpi-deprecations.patch: Delete it.
* gnu: Add emacs-skeletor.Brian Leung2019-09-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-skeletor): New variable.
* gnu: nginx: Update to 1.17.4.Marius Bakke2019-09-27
| | | | * gnu/packages/web.scm (nginx): Update to 1.17.4.
* gnu: mbedtls-apache: Update to 2.16.3.Marius Bakke2019-09-27
| | | | * gnu/packages/tls.scm (mbedtls-apache): Update to 2.16.3.
* gnu: WebKitGTK: Update to 2.26.1.Marius Bakke2019-09-27
| | | | | | | | | * gnu/packages/webkit.scm (webkitgtk-2.24): Rename to ... (webkitgtk-2.26): ... this. Update to 2.26.1. [inputs]: Add BUBBLEWRAP, LIBSECCOMP, LIBWPE, WPEBACKEND-FDO, and XDG-DBUS-PROXY. * gnu/packages/gnome.scm (eolie, epiphany)[inputs]: Adjust for changed variable name. * gnu/packages/web-browsers.scm (next-gtk-webkit)[inputs]: Likewise.
* gnu: Add xdg-dbus-proxy.Marius Bakke2019-09-27
| | | | * gnu/packages/glib.scm (xdg-dbus-proxy): New public variable.
* gnu: Add wpebackend-fdo.Marius Bakke2019-09-27
| | | | * gnu/packages/webkit.scm (wpebackend-fdo): New public variable.
* gnu: Add libwpe.Marius Bakke2019-09-27
| | | | * gnu/packages/webkit.scm (libwpe): New public variable.
* gnu: xbacklight: Update to 1.2.3.Tobias Geerinckx-Rice2019-09-27
| | | | * gnu/packages/xorg.scm (xbacklight): Update to 1.2.3.
* gnu: wabt: Update to 1.0.12.Tobias Geerinckx-Rice2019-09-27
| | | | * gnu/packages/web.scm (wabt): Update to 1.0.12.
* gnu: xygrib: Update to 1.2.6.1.Tobias Geerinckx-Rice2019-09-27
| | | | * gnu/packages/geo.scm (xygrib): Update to 1.2.6.1.
* gnu: Order (gnu packages license)'s imports alphabetically.Tobias Geerinckx-Rice2019-09-27
| | | | * gnu/packages/license.scm: Order module imports alphabetically.
* gnu: Add makeself-safeextract.Pierre Neidhardt2019-09-27
| | | | * gnu/packages/compression.scm (makeself-safeextract): New variable.
* gnu: emacs-company-quickhelp: Update to 2.2.0-1.479676c.Brian Leung2019-09-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-company-quickhelp): Update to 2.2.0-1.479676c.
* gnu: emacs-org-re-reveal: Update to 2.5.1.Brian Leung2019-09-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 2.5.1.
* gnu: emacs-counsel-dash: Fix home page.Brian Leung2019-09-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-counsel-dash): Fix home page.
* gnu: emacs-evil-magit: Update to 0.4.2-3.4b66a1d.Brian Leung2019-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-magit): Update to 0.4.2-3.4b66a1d.
* gnu: Add emacs-flycheck-grammalecte.Nicolas Goaziou2019-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte): New variable.
* gnu: texinfo: Add version 6.7.Ludovic Courtès2019-09-26
| | | | * gnu/packages/texinfo.scm (texinfo-6.7): New variable.
* gnu: tbb: Build in a reproducible fashion.Ludovic Courtès2019-09-26
| | | | | | | Fixes <https://bugs.gnu.org/37522>. * gnu/packages/tbb.scm (tbb)[source](snippets): Annihilate attempts to capture the build time and kernel version.
* shepherd: Ensure the log file has correct ownership.Ludovic Courtès2019-09-26
| | | | | * gnu/build/shepherd.scm (make-forkexec-constructor/container): Ensure LOG-FILE has correct ownership.
* shepherd: 'make-forkexec-constructor/container' keeps the log file.Ludovic Courtès2019-09-26
| | | | | | * gnu/build/shepherd.scm (make-forkexec-constructor/container): Don't call 'clean-up' on LOG-FILE. This mirrors Shepherd commit 6892f638c78a14fedd075f664432757bc015c140.
* gnu: Add debops.Hartmut Goebel2019-09-26
| | | | | | | | * gnu/packages/admin.scm (debops): New variable. * gnu/packages/patches/debops-constants-for-external-program-names.patch, gnu/packages/patches/debops-debops-defaults-fall-back-to-less.patch: New files. * gnu/local.mk: Add them.
* gnu: Add python-distro.Hartmut Goebel2019-09-26
| | | | * gnu/packages/python-xyz.scm (python-distro): New variable.
* gnu: python-libmpsse: Update to 1.4.Danny Milosavljevic2019-09-26
| | | | | | | | | | * gnu/packages/embedded.scm (python2-libmpsse): Rename to... (python-libmpsse): ...this. [version]: Update to 1.4. [source]: Change repository and version. [inputs]: Change Python version. [arguments]: Add #parallel-build?. (python2-libmpsse): New variable.
* gnu: emacs-helm-dash: Update to 1.3.0-2.7f853bd.Brian Leung2019-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-helm-dash): Update to 1.3.0-2.7f853bd.
* gnu: emacs-counsel-dash: Update to 0.1.3-2.24d370b.Brian Leung2019-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-counsel-dash): Update to 0.1.3-2.24d370b.
* gnu: Add emacs-dash-docs.Brian Leung2019-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-dash-docs): New variable.
* gnu: emacs-youtube-dl: Update to 1.0-2.af877b5.Brian Leung2019-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-youtube-dl): Update to 1.0-2.af877b5.
* gnu: emacs-mu4e-conversation: Update to 0.0.1-5.98110bb.Brian Leung2019-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-mu4e-conversation): Update to 0.0.1-5.98110bb.
* gnu: emacs-nov-el: Update to 0.2.9.Brian Leung2019-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.2.9.
* gnu: emacs-websocket: Enable some tests.Brian Leung2019-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-websocket): Enable some tests.
* gnu: emacs-make-it-so: Update to 0.1.0-2.b73dfb6.Brian Leung2019-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-make-it-so): Update to 0.1.0-2.b73dfb6.
* gnu: emacs-web-mode: Don't use unstable tarball.Brian Leung2019-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-web-mode)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-yaml-mode: Update to 0.0.14.Brian Leung2019-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-yaml-mode): Update to 0.0.14.
* gnu: emacs-evil-nerd-commenter: Enable tests.Brian Leung2019-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Enable tests.
* gnu: dtc: Update to 1.5.1.Tobias Geerinckx-Rice2019-09-26
| | | | | * gnu/packages/bootloaders.scm (dtc): Update to 1.5.1. [arguments]: Add -Wl,-rpath to LDFLAGS #:make-flags.
* gnu: emacs-circe: Update to 2.11.Tobias Geerinckx-Rice2019-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-circe): Update to 2.11.
* gnu: dehydrated: Update to 0.6.5.Tobias Geerinckx-Rice2019-09-26
| | | | * gnu/packages/tls.scm (dehydrated): Update to 0.6.5.
* gnu: skopeo: Update to 0.1.39.Tobias Geerinckx-Rice2019-09-26
| | | | * gnu/packages/virtualization.scm (skopeo): Update to 0.1.39.
* gnu: bspwm: Update to 0.9.9.Tobias Geerinckx-Rice2019-09-26
| | | | * gnu/packages/wm.scm (bspwm): Update to 0.9.9.
* gnu: vimb: Update to 3.5.0.Tobias Geerinckx-Rice2019-09-26
| | | | * gnu/packages/web-browsers.scm (vimb): Update to 3.5.0.
* gnu: libxcb: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-09-26
| | | | * gnu/packages/xorg.scm (libxcb)[source]: Hard-code NAME.
* gnu: xorgproto: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-09-26
| | | | * gnu/packages/xorg.scm (xorgproto)[source]: Hard-code NAME.