summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: Add rust-alga-derive-0.9.Efraim Flashner2020-03-19
| | | | * gnu/packages/crates-io.scm (rust-alga-derive-0.9): New variable.
* gnu: Add rust-edit-distance-2.1.Efraim Flashner2020-03-19
| | | | * gnu/packages/crates-io.scm (rust-edit-distance-2.1): New variable.
* gnu: Add rust-pangocairo-sys-0.10.Efraim Flashner2020-03-19
| | | | * gnu/packages/crates-io.scm (rust-pangocairo-sys-0.10): New variable.
* gnu: Add rust-pango-sys-0.9.Efraim Flashner2020-03-19
| | | | * gnu/packages/crates-io.scm (rust-pango-sys-0.9): New variable.
* gnu: Add rust-gtk-pixbuf-sys-0.9.Efraim Flashner2020-03-19
| | | | * gnu/packages/crates-io.scm (rust-gdk-pixbuf-sys-0.9): New variable.
* gnu: Add rust-cairo-sys-rs-0.9.Efraim Flashner2020-03-19
| | | | * gnu/packages/crates-io.scm (rust-cairo-sys-rs-0.9): New variable.
* guix: lint: Ad scdoc as a suggested native input.Brendan Tildesley2020-03-19
| | | | | | * guix/lint.scm (check-inputs-should-be-native): Add scdoc. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: grim: Move scdoc to native-inputs.Brendan Tildesley2020-03-19
| | | | | | | * gnu/packages/image.scm (scdoc)[inputs]: Remove scdoc. [native-inputs]: Add scdoc. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: rust-bindgen: Add missing space to synopsis.Jakub Kądziołka2020-03-19
| | | | | * gnu/packages/crates-io.scm (rust-bindgen-0.50)[synopsis]: Add a space between "C++" and "libraries".
* gnu: docker-compose: Update to 1.25.4.Michael Rohleder2020-03-19
| | | | | | | | 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>
* gnu: emacs-magit: Remove obsolete make flags.Maxim Cournoyer2020-03-19
| | | | | | * 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.
* doc: Update to reflect the current installation prefix of Emacs packages.Maxim Cournoyer2020-03-19
| | | | | | | * 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.
* gnu: emacs-mew: Remove guix.d from the Elisp installation directory.Maxim Cournoyer2020-03-19
| | | | | * gnu/packages/mail.scm (emacs-mew)[arguments]: Update the Elisp installation prefix.
* gnu: cedille: Remove guix.d from the Elisp installation directory.Maxim Cournoyer2020-03-19
| | | | | | * gnu/packages/cedille.scm (cedille)[phases]{patch-cedille-path-el}: Update the Elisp installation prefix used. {copy-cedille-mode}: Likewise.
* gnu: ghc-hindent: Remove guix.d from the Elisp installation directory.Maxim Cournoyer2020-03-19
| | | | | * gnu/packages/haskell-xyz.scm (ghc-hindent)[phases]{emacs-install}: Update the installation prefix directory.
* gnu: emacs-forge: Use the emacs-build-system.Maxim Cournoyer2020-03-19
| | | | | | | | | | | | | 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.
* gnu: emacs-guix: Remove unnecessary configure flags.Maxim Cournoyer2020-03-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-guix)[arguments]: Remove.
* gnu: emacs-magit-svn: Use the emacs-build-system.Maxim Cournoyer2020-03-19
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-magit-svn)[build-system]: Use the emacs-build-system. [arguments]: Remove.
* gnu: waybar: Update to 0.9.1.Brendan Tildesley2020-03-19
| | | | | | | | * 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>
* gnu: Add gtk-layer-shell.Brendan Tildesley2020-03-19
| | | | | | * gnu/packages/gtk.scm (gtk-layer-shell): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: spdlog: Update to 1.5.0.Brendan Tildesley2020-03-19
| | | | | | * gnu/packages/logging.scm (spdlog): Update to 1.5.0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add date.Brendan Tildesley2020-03-19
| | | | | | | | * 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>
* guix package: Remove unneeded import.Ludovic Courtès2020-03-19
| | | | | | This is a followup to 55e1dfa4dd189e010c541e3997b65434c702b4a5. * guix/scripts/package.scm: Remove unneeded #:use-module.
* inferior: '&inferior-exception' includes a stack trace.Ludovic Courtès2020-03-19
| | | | | | | | * 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'.
* repl: Return stack traces along with exceptions.Ludovic Courtès2020-03-19
| | | | | | | | | * 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'.
* inferior: Adjust to protocol (0 1).Ludovic Courtès2020-03-19
| | | | | * guix/inferior.scm (port->inferior): For protocol (0 x ...), where x >= 1, send the (() repl-version ...) form.
* repl: Allow clients to send their protocol version.Ludovic Courtès2020-03-19
| | | | | | | | | * 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.
* gnu: system: Remove guile-wm from skeleton.Jan Nieuwenhuizen2020-03-19
| | | | | * gnu/system/shadow.scm (default-skeletons): Remove guile-wm (especially as a dependency).
* gnu: Fix typo.Efraim Flashner2020-03-19
| | | | | | This is a follow-up to 83a4ab4e4213eaf10289f0abd8a43979178701d7. * gnu/local.mk (dist_patch_DATA): Fix typo in patch name.
* gnu: Add korganizer.Hartmut Goebel2020-03-19
| | | | * gnu/packages/kde-pim.scm (korganizer): New variable.
* gnu: Add kincidenceeditor.Hartmut Goebel2020-03-19
| | | | * gnu/packages/kde-pim.scm (kincidenceeditor): New variable.
* gnu: Add keventviews.Hartmut Goebel2020-03-19
| | | | * gnu/package/kde-pim.scm (keventviews): New variable.
* gnu: Add kcalendarsupport.Hartmut Goebel2020-03-19
| | | | * gnu/packages/kde-pim.scm (kcalendarsupport): New variable.
* gnu: Add kdiagram.Hartmut Goebel2020-03-19
| | | | | | * gnu/packages/kde.scm (kdiagram): New variable. * packages/patches/kdiagram-Fix-missing-link-libraries.patch: New file. * gnu/local.mk: Add it.
* gnu: Add kmail.Hartmut Goebel2020-03-19
| | | | | | | * gnu/packages/kde-pim.scm (kmail): New variable. * gnu/packages/patches/kmail-Fix-missing-link-libraries.patch: New file. * gnu/local.mk: Add it.
* gnu: Add knotes.Hartmut Goebel2020-03-19
| | | | * gnu/packages/kde-pim.scm (knotes): NEw variable.
* gnu: Add kaddressbook.Hartmut Goebel2020-03-19
| | | | * gnu/packages/kde-pim.scm (kaddressbook): New variable.
* gnu: Add kdepim-runtime.Hartmut Goebel2020-03-19
| | | | | | | * 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.
* gnu: Add kdav.Hartmut Goebel2020-03-19
| | | | | | This is in kde-pim.scm since it explicitly offers the "KPimKDAV". * gnu/package/kde-pim.scm (kdav): New variable.
* gnu: Add kblog.Hartmut Goebel2020-03-19
| | | | * gnu/packages/kde-pim.scm (kblog): New variable.
* gnu: Add kmailcommon.Hartmut Goebel2020-03-19
| | | | * gnu/packages/kde-pim.scm (kmailcommon): New variable.
* gnu: Add kmessagelib.Hartmut Goebel2020-03-19
| | | | * gnu/packages/kde-pim.scm (kmessagelib): New variable.
* gnu: Add libksieve.Hartmut Goebel2020-03-19
| | | | | | | * gnu/packages/kde-pim.scm (libksieve): New variable. * gnu/packages/patches/libksieve-Fix-missing-link-libraries.patch: New file. * gnu/local.mk: Add it.
* gnu: gpa: Add phase wrap-program.Brice Waegeneire2020-03-19
| | | | | | | | Fixes <https://bugs.gnu.org/36109> * gnu/packages/gnupg.scm (gpa)[arguments]: Add phase wrap-program. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: r-modelmetrics: Update to 1.2.2.2.Ricardo Wurmus2020-03-19
| | | | * gnu/packages/statistics.scm (r-modelmetrics): Update to 1.2.2.2.
* gnu: r-matrixstats: Update to 0.56.0.Ricardo Wurmus2020-03-19
| | | | * gnu/packages/statistics.scm (r-matrixstats): Update to 0.56.0.
* gnu: r-quanteda: Update to 2.0.1.Ricardo Wurmus2020-03-19
| | | | | * gnu/packages/cran.scm (r-quanteda): Update to 2.0.1. [native-inputs]: Add r-knitr.
* gnu: r-isocodes: Update to 2020.03.16.Ricardo Wurmus2020-03-19
| | | | * gnu/packages/cran.scm (r-isocodes): Update to 2020.03.16.
* gnu: r-accept: Update to 0.7.1.Ricardo Wurmus2020-03-19
| | | | * gnu/packages/cran.scm (r-accept): Update to 0.7.1.
* gnu: r-uwot: Update to 0.1.8.Ricardo Wurmus2020-03-19
| | | | | * gnu/packages/cran.scm (r-uwot): Update to 0.1.8. [propagated-inputs]: Remove r-rcppparallel.