summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: r-mgcv: Update to 1.8-24.Ricardo Wurmus2018-06-21
| | | | * gnu/packages/statistics.scm (r-mgcv): Update to 1.8-24.
* gnu: r-mice: Update to 3.1.0.Ricardo Wurmus2018-06-21
| | | | * gnu/packages/cran.scm (r-mice): Update to 3.1.0.
* gnu: r-progress: Update to 1.2.0.Ricardo Wurmus2018-06-21
| | | | | * gnu/packages/cran.scm (r-progress): Update to 1.2.0. [propagated-inputs]: Add r-crayon and r-hms.
* gnu: r-complexheatmap: Update to 1.18.1.Ricardo Wurmus2018-06-21
| | | | * gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 1.18.1.
* gnu: r-delayedarray: Update to 0.6.1.Ricardo Wurmus2018-06-21
| | | | * gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.6.1.
* gnu: r-optparse: Update to 1.6.0.Ricardo Wurmus2018-06-21
| | | | * gnu/packages/bioinformatics.scm (r-optparse): Update to 1.6.0.
* gnu: r-biocviews: Update to 1.48.2.Ricardo Wurmus2018-06-21
| | | | * gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.48.2.
* gnu: emacs-evil: Update to 20180517.Pierre Neidhardt2018-06-20
| | | | | | * gnu/packages/emacs.scm (emacs-evil): Update to 20180517. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-evil-mu4e: Deprecate in favor of emacs-evil-collection.Pierre Neidhardt2018-06-20
| | | | | | * gnu/packages/emacs.scm (emacs-evil-mu4e): Deprecate. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-evil-ediff: Deprecate in favor of emacs-evil-collection.Pierre Neidhardt2018-06-20
| | | | | | * gnu/packages/emacs.scm (emacs-evil-ediff): Deprecate. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-evil-collection: Update to 20180617.Pierre Neidhardt2018-06-20
| | | | | | * gnu/packages/emacs.scm (emacs-evil-collection): Update to 20180617. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-mu4e-conversation.Pierre Neidhardt2018-06-20
| | | | | | * gnu/packages/emacs.scm (emacs-mu4e-conversation): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Update NEWS.Ludovic Courtès2018-06-20
|
* guix system: 'list-generation' correctly displays file system labels.Ludovic Courtès2018-06-20
| | | | | | * guix/scripts/system.scm (display-system-generation): Correctly display file system labels. Previously, starting from commit a5acc17a3c10a3779b5b8b1a2565ef130be77e51, it'd print #<file-system-label "foo">.
* services: boot: Take gexps instead of monadic gexps.Ludovic Courtès2018-06-20
| | | | | | | | | | | | | | | * gnu/services.scm (compute-boot-script): Rename 'mexps' to 'gexps' and remove 'mlet' form. (boot-service-type): Update comment. (cleanup-gexp): Remove 'with-monad' and 'return'. (activation-script): Rewrite in non-monadic style: use 'scheme-file' instead of 'gexp->file'. (gexps->activation-gexp): Remove 'mlet', return a gexp. * gnu/services/shepherd.scm (shepherd-boot-gexp): Remove 'with-monad' and 'return'. * gnu/system.scm (operating-system-boot-script): Remove outdated comment. * gnu/tests/base.scm (%cleanup-os): For 'dirty-service', remove 'with-monad' and 'return'.
* services: Add description to core services.Ludovic Courtès2018-06-20
| | | | | | | | * gnu/services.scm (system-service-type, boot-service-type) (cleanup-service-type, activation-service-type) (special-files-service-type, etc-service-type) (setuid-program-service-type, profile-service-type) (firmware-service-type, gc-root-service-type): Add 'description' field.
* gnu: ocaml: Build reproducibly.Julien Lepiller2018-06-20
| | | | | | | * gnu/packages/patches/ocaml-enable-ocamldoc-reproducibility.patch: New file. * gnu/packages/ocaml.scm (ocaml)[origin]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add go-github-com-ayufan-golang-kardianos-service.Rouby Pierre-Antoine2018-06-20
| | | | | * gnu/packages/golang.scm (go-github-com-ayufan-golang-kardianos-service): New variable.
* gnu: Move go-github-com-kardianos-osext to (gnu packages golang).Leo Famulari2018-06-20
| | | | | | | | This package will not be used in later versions of Syncthing but may be needed by other Go programs. * gnu/packages/syncthing.scm (go-github-com-kardianos-osext): Move to ... * gnu/packages/golang.scm: ... here.
* gnu: Add go-github-com-sirupsen-logrus.Rouby Pierre-Antoine2018-06-20
| | | | | | * gnu/packages/golang.scm (go-github-com-sirupsen-logrus): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* services: Fix GPLv3 header in cuirass and pm modules.Nils Gillmann2018-06-20
| | | | | | | * gnu/services/cuirass.scm, gnu/services/pm.scm: Adjust to canonical GPLv3 header used throughout Guix. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add go-github-com-prometheus-node-exporter.Gábor Boskovits2018-06-20
| | | | | * gnu/packages/monitoring.scm (go-github-com-prometheus-node-exporter): New variable.
* gnu: neofetch: Don't use auto-generated tarball.Tobias Geerinckx-Rice2018-06-20
| | | | * gnu/packages/admin.scm (neofetch)[source]: Use GIT-FETCH.
* gnu: neofetch: Remove dead code.Tobias Geerinckx-Rice2018-06-20
| | | | | | | Turns out that's most of it. * gnu/packages/admin.scm (neofetch)[arguments]: Remove all custom phases.
* gnu: Add guile-chickadee.Ricardo Wurmus2018-06-20
| | | | * gnu/packages/game-development.scm (guile-chickadee): New variable.
* gnu: guile-sdl2: Install compiled files to the expected place.Ricardo Wurmus2018-06-20
| | | | | * gnu/packages/sdl.scm (guile-sdl2)[arguments]: Add build phase "patch-makefile".
* gnu: neofetch: Update to 5.0.0.Rutger Helling2018-06-20
| | | | * gnu/packages/admin.scm (neofetch): Update to 5.0.0.
* services: cleanup: Expect file names to be UTF-8-encoded.Ludovic Courtès2018-06-20
| | | | | | | | | | Fixes <https://bugs.gnu.org/26353>. Reported by Danny Milosavljevic <dannym@scratchpost.org>. * gnu/services.scm (cleanup-gexp): Add 'setenv' and 'setlocale' calls before 'delete-file-recursively'. * gnu/tests/base.scm (%cleanup-os, %test-cleanup): New variables. (run-cleanup-test): New procedure.
* services: boot: Reverse the order of boot expressions.Ludovic Courtès2018-06-20
| | | | | | * gnu/services.scm (compute-boot-script): Reverse MEXPS. * gnu/system.scm (essential-services): Reverse order of %SHEPHERD-ROOT-SERVICE, %ACTIVATION-SERVICE, and CLEANUP-SERVICE-TYPE.
* gnu: perl-lwp-protocol-https: Update to 6.07.Tobias Geerinckx-Rice2018-06-20
| | | | | * gnu/packages/web.scm (perl-lwp-protocol-https): Update to 6.07. [native-inputs]: Add perl-test-requiresinternet.
* gnu: meandmyshadow: Update to 0.4.1.Tobias Geerinckx-Rice2018-06-20
| | | | * gnu/packages/games.scm (meandmyshadow): Update to 0.4.1.
* gnu: meandmyshadow: Return #t from phases.Tobias Geerinckx-Rice2018-06-20
| | | | | * gnu/packages/games.scm (meandmyshadow)[arguments]: Return #t rather than undefined from phases.
* gnu: extremetuxracer: Fix typo in synopsis.Tobias Geerinckx-Rice2018-06-20
| | | | * gnu/packages/games.scm (extremetuxracer)[synopis]: Hyphenate.
* gnu: extremetuxracer: Update to 0.7.5.Tobias Geerinckx-Rice2018-06-20
| | | | * gnu/packages/games.scm (extremetuxracer): Update to 0.7.5.
* gnu: quakespasm: Update to 0.93.1.Tobias Geerinckx-Rice2018-06-20
| | | | * gnu/packages/games.scm (quakespasm): Update to 0.93.1.
* gnu: fizmo: Update home page.Tobias Geerinckx-Rice2018-06-20
| | | | * gnu/packages/games.scm (fizmo)[source, home-page]: Update URIs.
* gnu: fizmo: Update to 0.8.5.Tobias Geerinckx-Rice2018-06-20
| | | | | * gnu/packages/games.scm (fizmo): Update to 0.8.5. [arguments]: Adjust #:configure-flags to improved library detection.
* gnu: pioneers: Update to 15.5.Tobias Geerinckx-Rice2018-06-20
| | | | | * gnu/packages/games.scm (pioneers): Update to 15.5. [native-inputs]: Add itstool and libxml2.
* gnu: emacs-d-mode: Update to 2.0.9.Tobias Geerinckx-Rice2018-06-20
| | | | * gnu/packages/emacs.scm (emacs-d-mode): Update to 2.0.9.
* gnu: emacs-htmlize: Update to 1.53.Tobias Geerinckx-Rice2018-06-20
| | | | * gnu/packages/emacs.scm (emacs-htmlize): Update to 1.53.
* gnu: r-recipes: Update to 0.1.3.Tobias Geerinckx-Rice2018-06-20
| | | | | * gnu/packages/cran.scm (r-recipes): Update to 0.1.3. [propagated-inputs]: Add r-pls.
* gnu: Add r-pls.Tobias Geerinckx-Rice2018-06-20
| | | | * gnu/packages/cran.scm (r-pls): New public variable.
* gnu: r-prroc: Update to 1.3.1.Tobias Geerinckx-Rice2018-06-20
| | | | * gnu/packages/cran.scm (r-prroc): Update to 1.3.1.
* gnu: memcached: Update to 1.5.8.Tobias Geerinckx-Rice2018-06-20
| | | | * gnu/packages/databases.scm (memcached): Update to 1.5.8.
* gnu: emacs-m-buffer-el: Return #t from phases.Tobias Geerinckx-Rice2018-06-20
| | | | | * gnu/packages/emacs.scm (emacs-m-buffer-el)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: emacs-xelb: Return #t from phases.Tobias Geerinckx-Rice2018-06-20
| | | | | * gnu/packages/emacs.scm (emacs-xelb)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: emacs-ess: Return #t from phases.Tobias Geerinckx-Rice2018-06-20
| | | | | * gnu/packages/emacs.scm (emacs-ess)[arguments]: Substitute INVOKE for SYSTEM* and return #t where otherwise undefined.
* gnu: emacs-ivy: Return #t from phases.Tobias Geerinckx-Rice2018-06-20
| | | | | * gnu/packages/emacs.scm (emacs-ivy)[arguments]: Substitute INVOKE for SYSTEM* and return #t where otherwise undefined.
* gnu: emacs-slime: Use INVOKE.Tobias Geerinckx-Rice2018-06-20
| | | | | * gnu/packages/emacs.scm (emacs-slime)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: emacs-pdf-tools: Return #t from phases.Tobias Geerinckx-Rice2018-06-20
| | | | | | | As I read it, EMACS-SUBSTITUTE-VARIABLES always returns #t. * gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Substitute INVOKE for SYSTEM*.