Commit Graph

32871 Commits (68a58775e071d4b0e000b93ad121b6e64d161b79)

Author SHA1 Message Date
Ludovic Courtès 68a58775e0
system: Mapped devices needed for boot do not yield Shepherd services.
Fixes <https://bugs.gnu.org/31889>.
Reported by Taylan Kammer <taylanbayirli@gmail.com>.

* gnu/system.scm (non-boot-file-system-service)[mapped-devices-for-boot]:
New variable.
Remove dependencies of FS that are members of MAPPED-DEVICES-FOR-BOOT.
(mapped-device-user): Rename to...
(mapped-device-users): ... this.  Use 'filter' instead of 'find'.
(operating-system-user-mapped-devices)
(operating-system-boot-mapped-devices): Use 'any
file-system-needed-for-boot?' instead of looking at the first user.
* tests/system.scm ("non-boot-file-system-service"): New test.
2018-06-21 23:54:15 +02:00
Ludovic Courtès 1f1d76a178
build-self: Avoid recompilations of 'compute-guix-derivation'.
* build-aux/build-self.scm (build-program)["compute-guix-derivation"]:
Honor the SOURCE command-line argument.  Add a VERSION command-line
argument and honor it.
(build): Pass VERSION to BUILD.
2018-06-21 23:54:15 +02:00
Clément Lassieur 3cd1aafa83
gnu: parallel: Update to 20180622.
* gnu/packages/parallel.scm (parallel): Update to 20180622.
2018-06-21 23:26:24 +02:00
Tobias Geerinckx-Rice 407ef4b38a
gnu: hplip: Add Qt GUI support.
Some tools (like ‘hp-toolbox’) still refuse to launch, but at least
others (like ‘hp-systrax’) now seem to work.

* gnu/packages/cups.scm (hplip)[arguments]: Add #configure-flags for Qt.
[inputs]: Add python-gobject and python-pyqt.
2018-06-21 18:53:34 +02:00
Tobias Geerinckx-Rice 058df6cd0a
gnu: hplip: Update to 3.18.6.
* gnu/packages/cups.scm (hplip): Update to 3.18.6.
2018-06-21 18:51:00 +02:00
Tobias Geerinckx-Rice d9cdcad1e0
Order (gnu packages cups) module imports alphabetically.
* gnu/packages/cups.scm (define-module): Order module imports
alphabetically.
2018-06-21 18:51:00 +02:00
Tobias Geerinckx-Rice b345025137
gnu: gimp: Update to 2.10.2.
* gnu/packages/gimp.scm (gimp): Update to 2.10.2.
2018-06-21 18:50:59 +02:00
Tobias Geerinckx-Rice 6b1ea609ba
gnu: gegl: Update to 0.4.2.
* gnu/packages/gimp.scm (gegl): Update to 0.4.2.
2018-06-21 18:50:59 +02:00
Tobias Geerinckx-Rice 9b63458b09
gnu: babl: Update to 0.1.50.
* gnu/packages/gimp.scm (babl): Update to 0.1.50.
2018-06-21 18:50:58 +02:00
Tobias Geerinckx-Rice 603822b090
gnu: ruby-rack-protection: Update to 2.0.3.
* gnu/packages/ruby.scm (ruby-rack-protection): Update to 2.0.3.
2018-06-21 18:50:58 +02:00
Tobias Geerinckx-Rice 9347bbf4cf
gnu: ruby-rack: Update to 2.0.5.
* gnu/packages/ruby.scm (ruby-rack): Update to 2.0.5.
2018-06-21 18:50:57 +02:00
Tobias Geerinckx-Rice e5bea952ea
gnu: sdl2-image: Update to 2.0.3.
* gnu/packages/sdl.scm (sdl2-image): Update to 2.0.3.
2018-06-21 17:33:13 +02:00
Ricardo Wurmus 945449b40b
guix: Fix system reconfigure.
This is a follow-up to 378daa8cb6.

* guix/scripts/system.scm (switch-to-system): Lower the script.
2018-06-21 16:54:06 +02:00
Rutger Helling a34801ca68
gnu: youtube-dl: Update to 2018.06.19.
* gnu/packages/video.scm (youtube-dl): Update to 2018.06.19.
2018-06-21 14:32:33 +02:00
Ricardo Wurmus 1a50321752
gnu: r-httpuv: Update to 1.4.4.1.
* gnu/packages/web.scm (r-httpuv): Update to 1.4.4.1.
2018-06-21 10:31:22 +02:00
Ricardo Wurmus 58630da84c
gnu: r-mgcv: Update to 1.8-24.
* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-24.
2018-06-21 10:31:22 +02:00
Ricardo Wurmus 92b8a481d4
gnu: r-mice: Update to 3.1.0.
* gnu/packages/cran.scm (r-mice): Update to 3.1.0.
2018-06-21 10:31:22 +02:00
Ricardo Wurmus 9de9dcd913
gnu: r-progress: Update to 1.2.0.
* gnu/packages/cran.scm (r-progress): Update to 1.2.0.
[propagated-inputs]: Add r-crayon and r-hms.
2018-06-21 10:31:22 +02:00
Ricardo Wurmus 1f73fd017c
gnu: r-complexheatmap: Update to 1.18.1.
* gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 1.18.1.
2018-06-21 10:31:22 +02:00
Ricardo Wurmus a1c7016498
gnu: r-delayedarray: Update to 0.6.1.
* gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.6.1.
2018-06-21 10:31:22 +02:00
Ricardo Wurmus eafd35bad5
gnu: r-optparse: Update to 1.6.0.
* gnu/packages/bioinformatics.scm (r-optparse): Update to 1.6.0.
2018-06-21 10:31:22 +02:00
Ricardo Wurmus 1e2b2f41d7
gnu: r-biocviews: Update to 1.48.2.
* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.48.2.
2018-06-21 10:31:22 +02:00
Pierre Neidhardt 913f1f1ff7
gnu: emacs-evil: Update to 20180517.
* gnu/packages/emacs.scm (emacs-evil): Update to 20180517.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-20 23:47:08 +02:00
Pierre Neidhardt 5a74886ef5
gnu: emacs-evil-mu4e: Deprecate in favor of emacs-evil-collection.
* gnu/packages/emacs.scm (emacs-evil-mu4e): Deprecate.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-20 23:47:08 +02:00
Pierre Neidhardt 1e5fb529d1
gnu: emacs-evil-ediff: Deprecate in favor of emacs-evil-collection.
* gnu/packages/emacs.scm (emacs-evil-ediff): Deprecate.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-20 23:47:08 +02:00
Pierre Neidhardt 9abf135b20
gnu: emacs-evil-collection: Update to 20180617.
* gnu/packages/emacs.scm (emacs-evil-collection): Update to 20180617.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-20 23:47:08 +02:00
Pierre Neidhardt addda2eeb3
gnu: Add emacs-mu4e-conversation.
* gnu/packages/emacs.scm (emacs-mu4e-conversation): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-20 23:47:08 +02:00
Ludovic Courtès 414ee4edc9
Update NEWS. 2018-06-20 23:47:08 +02:00
Ludovic Courtès e203f4c26a
guix system: 'list-generation' correctly displays file system labels.
* guix/scripts/system.scm (display-system-generation): Correctly display
file system labels.  Previously, starting from commit
a5acc17a3c, it'd print #<file-system-label "foo">.
2018-06-20 23:47:08 +02:00
Ludovic Courtès 378daa8cb6
services: boot: Take gexps instead of monadic gexps.
* 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'.
2018-06-20 23:47:08 +02:00
Ludovic Courtès 636bb2b5e3
services: Add description to core services.
* 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.
2018-06-20 23:47:07 +02:00
Julien Lepiller 6a8d338158
gnu: ocaml: Build reproducibly.
* 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.
2018-06-20 21:26:16 +02:00
Rouby Pierre-Antoine aed4944d51
gnu: Add go-github-com-ayufan-golang-kardianos-service.
* gnu/packages/golang.scm (go-github-com-ayufan-golang-kardianos-service): New
variable.
2018-06-20 12:55:01 -04:00
Leo Famulari 5cc2b8456f
gnu: Move go-github-com-kardianos-osext to (gnu packages golang).
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.
2018-06-20 12:55:01 -04:00
Rouby Pierre-Antoine 7427b2c6c1
gnu: Add go-github-com-sirupsen-logrus.
* gnu/packages/golang.scm (go-github-com-sirupsen-logrus): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-06-20 12:55:01 -04:00
Nils Gillmann 6a18183f4b
services: Fix GPLv3 header in cuirass and pm modules.
* gnu/services/cuirass.scm, gnu/services/pm.scm: Adjust to canonical GPLv3
header used throughout Guix.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-06-20 12:16:11 -04:00
Gábor Boskovits 780205a04b
gnu: Add go-github-com-prometheus-node-exporter.
* gnu/packages/monitoring.scm (go-github-com-prometheus-node-exporter):
New variable.
2018-06-20 14:50:25 +02:00
Tobias Geerinckx-Rice 7e04f210e3
gnu: neofetch: Don't use auto-generated tarball.
* gnu/packages/admin.scm (neofetch)[source]: Use GIT-FETCH.
2018-06-20 14:39:54 +02:00
Tobias Geerinckx-Rice acb1c72c1e
gnu: neofetch: Remove dead code.
Turns out that's most of it.

* gnu/packages/admin.scm (neofetch)[arguments]: Remove all custom
phases.
2018-06-20 14:39:54 +02:00
Ricardo Wurmus 00fca594da
gnu: Add guile-chickadee.
* gnu/packages/game-development.scm (guile-chickadee): New variable.
2018-06-20 11:28:09 +02:00
Ricardo Wurmus e5b77ccfe8
gnu: guile-sdl2: Install compiled files to the expected place.
* gnu/packages/sdl.scm (guile-sdl2)[arguments]: Add build phase
"patch-makefile".
2018-06-20 11:28:09 +02:00
Rutger Helling 229e4d59f5
gnu: neofetch: Update to 5.0.0.
* gnu/packages/admin.scm (neofetch): Update to 5.0.0.
2018-06-20 11:08:31 +02:00
Ludovic Courtès 76c321d8e8
services: cleanup: Expect file names to be UTF-8-encoded.
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.
2018-06-20 10:05:18 +02:00
Ludovic Courtès 661c237b4d
services: boot: Reverse the order of boot expressions.
* 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.
2018-06-20 10:05:18 +02:00
Tobias Geerinckx-Rice 80f755090d
gnu: perl-lwp-protocol-https: Update to 6.07.
* gnu/packages/web.scm (perl-lwp-protocol-https): Update to 6.07.
[native-inputs]: Add perl-test-requiresinternet.
2018-06-20 04:56:38 +02:00
Tobias Geerinckx-Rice bdf1fe51d5
gnu: meandmyshadow: Update to 0.4.1.
* gnu/packages/games.scm (meandmyshadow): Update to 0.4.1.
2018-06-20 04:56:37 +02:00
Tobias Geerinckx-Rice de0dfb8c0b
gnu: meandmyshadow: Return #t from phases.
* gnu/packages/games.scm (meandmyshadow)[arguments]: Return #t rather
than undefined from phases.
2018-06-20 04:56:37 +02:00
Tobias Geerinckx-Rice 5bc0ac962c
gnu: extremetuxracer: Fix typo in synopsis.
* gnu/packages/games.scm (extremetuxracer)[synopis]: Hyphenate.
2018-06-20 04:56:37 +02:00
Tobias Geerinckx-Rice 101460d461
gnu: extremetuxracer: Update to 0.7.5.
* gnu/packages/games.scm (extremetuxracer): Update to 0.7.5.
2018-06-20 04:56:36 +02:00
Tobias Geerinckx-Rice 1b915698a0
gnu: quakespasm: Update to 0.93.1.
* gnu/packages/games.scm (quakespasm): Update to 0.93.1.
2018-06-20 04:56:36 +02:00