aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-19gnu: docker-compose: Update to 1.25.4.Michael Rohleder
Fixes <https://bugs.gnu.org/40015>. * gnu/packages/docker.scm (docker-compose): Update to 1.25.4. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-03-19gnu: emacs-magit: Remove obsolete make flags.Maxim Cournoyer
* gnu/packages/emacs-xyz.scm (emacs-magit): Remove make flags that were jadis required to reference external Elisp libraries. These are now made available through EMACSLOADPATH.
2020-03-19doc: Update to reflect the current installation prefix of Emacs packages.Maxim Cournoyer
* doc/guix.texi (Application Setup)[Emacs Packages]: No longer mention the guix.d Elisp installation prefix. Do not treat the user profile specially, as it is not special anymore. (Build Systems): Document the correct Elisp installation prefix.
2020-03-19gnu: emacs-mew: Remove guix.d from the Elisp installation directory.Maxim Cournoyer
* gnu/packages/mail.scm (emacs-mew)[arguments]: Update the Elisp installation prefix.
2020-03-19gnu: cedille: Remove guix.d from the Elisp installation directory.Maxim Cournoyer
* gnu/packages/cedille.scm (cedille)[phases]{patch-cedille-path-el}: Update the Elisp installation prefix used. {copy-cedille-mode}: Likewise.
2020-03-19gnu: ghc-hindent: Remove guix.d from the Elisp installation directory.Maxim Cournoyer
* gnu/packages/haskell-xyz.scm (ghc-hindent)[phases]{emacs-install}: Update the installation prefix directory.
2020-03-19gnu: emacs-forge: Use the emacs-build-system.Maxim Cournoyer
This streamlines the package definition nicely and bring benefits, such as having the Elisp files scanned for potential /bin/ programs and patched, compressing the info manual, being able to compile the autoload file, and installing the byte compiled files to the correct location (under site-lisp/). * gnu/packages/emacs-xyz.scm (emacs-forge)[build-system]: Switch from the gnu-build-system to the emacs-build-system. [arguments]: Remove the #:modules and #:imported-modules arguments. Delete all the custom phases except the 'chdir-lisp one, and add a new 'build-info-manual phase.
2020-03-19gnu: emacs-guix: Remove unnecessary configure flags.Maxim Cournoyer
* gnu/packages/emacs-xyz.scm (emacs-guix)[arguments]: Remove.
2020-03-19gnu: emacs-magit-svn: Use the emacs-build-system.Maxim Cournoyer
* gnu/packages/emacs-xyz.scm (emacs-magit-svn)[build-system]: Use the emacs-build-system. [arguments]: Remove.
2020-03-19gnu: waybar: Update to 0.9.1.Brendan Tildesley
* gnu/packages/wm.scm (waybar): Update to 0.9.1. [inputs]: Add date and gtk-layer-shell dependencies. [synopsis]:Remove period. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-19gnu: Add gtk-layer-shell.Brendan Tildesley
* gnu/packages/gtk.scm (gtk-layer-shell): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-19gnu: spdlog: Update to 1.5.0.Brendan Tildesley
* gnu/packages/logging.scm (spdlog): Update to 1.5.0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-19gnu: Add date.Brendan Tildesley
* gnu/packages/wm.scm (date): New variable. * gnu/packages/patches/date-output-pkg-config-files.patch: New file. * gnu/local.mk: Add patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-19guix package: Remove unneeded import.Ludovic Courtès
This is a followup to 55e1dfa4dd189e010c541e3997b65434c702b4a5. * guix/scripts/package.scm: Remove unneeded #:use-module.
2020-03-19inferior: '&inferior-exception' includes a stack trace.Ludovic Courtès
* guix/inferior.scm (port->inferior): Bump protocol to (0 1 1). (&inferior-exception)[stack]: New field. (read-repl-response): Recognize 'exception' form for protocol (0 1 1). * tests/inferior.scm ("&inferior-exception"): Check the value returned by 'inferior-exception-stack'.
2020-03-19repl: Return stack traces along with exceptions.Ludovic Courtès
* guix/repl.scm (repl-prompt): New variable. (stack->frames): New procedure. (send-repl-response)[frame->sexp, handle-exception]: New procedure. Pass HANDLE-EXCEPTION as a pre-unwind handler. (machine-repl): Define 'tag'. Bump protocol version to (0 1 1). Wrap 'loop' call in 'call-with-prompt'.
2020-03-19inferior: Adjust to protocol (0 1).Ludovic Courtès
* guix/inferior.scm (port->inferior): For protocol (0 x ...), where x >= 1, send the (() repl-version ...) form.
2020-03-19repl: Allow clients to send their protocol version.Ludovic Courtès
* guix/repl.scm (send-repl-response): Add #:version. (machine-repl): Make 'loop' an internal define with a 'version' parameter. Pass VERSION to 'send-repl-response'. Send (0 1) as the protocol version. If the first element read from INPUT matches (() repl-version _ ...), interpret it as the client's protocol version.
2020-03-19gnu: system: Remove guile-wm from skeleton.Jan Nieuwenhuizen
* gnu/system/shadow.scm (default-skeletons): Remove guile-wm (especially as a dependency).
2020-03-19gnu: Fix typo.Efraim Flashner
This is a follow-up to 83a4ab4e4213eaf10289f0abd8a43979178701d7. * gnu/local.mk (dist_patch_DATA): Fix typo in patch name.
2020-03-19gnu: Add korganizer.Hartmut Goebel
* gnu/packages/kde-pim.scm (korganizer): New variable.
2020-03-19gnu: Add kincidenceeditor.Hartmut Goebel
* gnu/packages/kde-pim.scm (kincidenceeditor): New variable.
2020-03-19gnu: Add keventviews.Hartmut Goebel
* gnu/package/kde-pim.scm (keventviews): New variable.
2020-03-19gnu: Add kcalendarsupport.Hartmut Goebel
* gnu/packages/kde-pim.scm (kcalendarsupport): New variable.
2020-03-19gnu: Add kdiagram.Hartmut Goebel
* gnu/packages/kde.scm (kdiagram): New variable. * packages/patches/kdiagram-Fix-missing-link-libraries.patch: New file. * gnu/local.mk: Add it.
2020-03-19gnu: Add kmail.Hartmut Goebel
* gnu/packages/kde-pim.scm (kmail): New variable. * gnu/packages/patches/kmail-Fix-missing-link-libraries.patch: New file. * gnu/local.mk: Add it.
2020-03-19gnu: Add knotes.Hartmut Goebel
* gnu/packages/kde-pim.scm (knotes): NEw variable.
2020-03-19gnu: Add kaddressbook.Hartmut Goebel
* gnu/packages/kde-pim.scm (kaddressbook): New variable.
2020-03-19gnu: Add kdepim-runtime.Hartmut Goebel
* gnu/packages/kde-pim.scm (kdepim-runtime): New variable. * gnu/packages/patches/kdepim-runtime-Fix-missing-link-libraries.patch: New file. * gnu/local.mk: Add it.
2020-03-19gnu: Add kdav.Hartmut Goebel
This is in kde-pim.scm since it explicitly offers the "KPimKDAV". * gnu/package/kde-pim.scm (kdav): New variable.
2020-03-19gnu: Add kblog.Hartmut Goebel
* gnu/packages/kde-pim.scm (kblog): New variable.
2020-03-19gnu: Add kmailcommon.Hartmut Goebel
* gnu/packages/kde-pim.scm (kmailcommon): New variable.
2020-03-19gnu: Add kmessagelib.Hartmut Goebel
* gnu/packages/kde-pim.scm (kmessagelib): New variable.
2020-03-19gnu: Add libksieve.Hartmut Goebel
* gnu/packages/kde-pim.scm (libksieve): New variable. * gnu/packages/patches/libksieve-Fix-missing-link-libraries.patch: New file. * gnu/local.mk: Add it.
2020-03-19gnu: gpa: Add phase wrap-program.Brice Waegeneire
Fixes <https://bugs.gnu.org/36109> * gnu/packages/gnupg.scm (gpa)[arguments]: Add phase wrap-program. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-19gnu: r-modelmetrics: Update to 1.2.2.2.Ricardo Wurmus
* gnu/packages/statistics.scm (r-modelmetrics): Update to 1.2.2.2.
2020-03-19gnu: r-matrixstats: Update to 0.56.0.Ricardo Wurmus
* gnu/packages/statistics.scm (r-matrixstats): Update to 0.56.0.
2020-03-19gnu: r-quanteda: Update to 2.0.1.Ricardo Wurmus
* gnu/packages/cran.scm (r-quanteda): Update to 2.0.1. [native-inputs]: Add r-knitr.
2020-03-19gnu: r-isocodes: Update to 2020.03.16.Ricardo Wurmus
* gnu/packages/cran.scm (r-isocodes): Update to 2020.03.16.
2020-03-19gnu: r-accept: Update to 0.7.1.Ricardo Wurmus
* gnu/packages/cran.scm (r-accept): Update to 0.7.1.
2020-03-19gnu: r-uwot: Update to 0.1.8.Ricardo Wurmus
* gnu/packages/cran.scm (r-uwot): Update to 0.1.8. [propagated-inputs]: Remove r-rcppparallel.
2020-03-19gnu: r-ggraph: Update to 2.0.2.Ricardo Wurmus
* gnu/packages/cran.scm (r-ggraph): Update to 2.0.2. [native-inputs]: Add r-knitr.
2020-03-19gnu: r-units: Update to 0.6-6.Ricardo Wurmus
* gnu/packages/cran.scm (r-units): Update to 0.6-6. [native-inputs]: Add r-knitr.
2020-03-19gnu: r-nonnest2: Update to 0.5-3.Ricardo Wurmus
* gnu/packages/cran.scm (r-nonnest2): Update to 0.5-3. [native-inputs]: Add r-knitr.
2020-03-19gnu: r-waveslim: Update to 1.8.2.Ricardo Wurmus
* gnu/packages/cran.scm (r-waveslim): Update to 1.8.2.
2020-03-19gnu: r-ggeffects: Update to 0.14.2.Ricardo Wurmus
* gnu/packages/cran.scm (r-ggeffects): Update to 0.14.2. [native-inputs]: Add r-knitr.
2020-03-19gnu: r-glmmtmb: Update to 1.0.1.Ricardo Wurmus
* gnu/packages/cran.scm (r-glmmtmb): Update to 1.0.1.
2020-03-19gnu: r-pwr: Update to 1.3-0.Ricardo Wurmus
* gnu/packages/cran.scm (r-pwr): Update to 1.3-0.
2020-03-19gnu: r-officer: Update to 0.3.8.Ricardo Wurmus
* gnu/packages/cran.scm (r-officer): Update to 0.3.8. [propagated-inputs]: Remove r-digest. [native-inputs]: Add r-knitr.
2020-03-19gnu: r-recipes: Update to 0.1.10.Ricardo Wurmus
* gnu/packages/cran.scm (r-recipes): Update to 0.1.10. [native-inputs]: Add r-knitr.