| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/packages/video.scm (handbrake)[arguments]: Substitute INVOKE for
SYSTEM*.
|
|
|
|
|
| |
* gnu/packages/video.scm (libmediainfo)[arguments]: Substitute INVOKE
for SYSTEM*.
|
|
|
|
|
| |
* gnu/packages/video.scm (mediainfo)[arguments]: Substitute INVOKE for
SYSTEM*.
|
|
|
|
|
| |
* gnu/packages/video.scm (livemedia-utils)[arguments]: Substitute
INVOKE for SYSTEM*.
|
|
|
|
|
| |
* gnu/packages/video.scm (frei0r-plugins)[arguments]: Substitute INVOKE
for SYSTEM*.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* gnu/packages/parallel.scm (parallel): Update to 20180622.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
* gnu/packages/cups.scm (hplip): Update to 3.18.6.
|
|
|
|
|
| |
* gnu/packages/cups.scm (define-module): Order module imports
alphabetically.
|
|
|
|
| |
* gnu/packages/gimp.scm (gimp): Update to 2.10.2.
|
|
|
|
| |
* gnu/packages/gimp.scm (gegl): Update to 0.4.2.
|
|
|
|
| |
* gnu/packages/gimp.scm (babl): Update to 0.1.50.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-rack-protection): Update to 2.0.3.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-rack): Update to 2.0.5.
|
|
|
|
| |
* gnu/packages/sdl.scm (sdl2-image): Update to 2.0.3.
|
|
|
|
|
|
| |
This is a follow-up to 378daa8cb677121e1893f9173af1db060720d6e4.
* guix/scripts/system.scm (switch-to-system): Lower the script.
|
|
|
|
| |
* gnu/packages/video.scm (youtube-dl): Update to 2018.06.19.
|
|
|
|
| |
* gnu/packages/web.scm (r-httpuv): Update to 1.4.4.1.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-24.
|
|
|
|
| |
* gnu/packages/cran.scm (r-mice): Update to 3.1.0.
|
|
|
|
|
| |
* gnu/packages/cran.scm (r-progress): Update to 1.2.0.
[propagated-inputs]: Add r-crayon and r-hms.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 1.18.1.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.6.1.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-optparse): Update to 1.6.0.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.48.2.
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-evil): Update to 20180517.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-evil-mu4e): Deprecate.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-evil-ediff): Deprecate.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-evil-collection): Update to 20180617.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-mu4e-conversation): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
| |
|
|
|
|
|
|
| |
* guix/scripts/system.scm (display-system-generation): Correctly display
file system labels. Previously, starting from commit
a5acc17a3c10a3779b5b8b1a2565ef130be77e51, it'd print #<file-system-label "foo">.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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'.
|
|
|
|
|
|
|
|
| |
* 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/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/packages/golang.scm (go-github-com-ayufan-golang-kardianos-service): New
variable.
|
|
|
|
|
|
|
|
| |
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/packages/golang.scm (go-github-com-sirupsen-logrus): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
|
| |
* 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/packages/monitoring.scm (go-github-com-prometheus-node-exporter):
New variable.
|
|
|
|
| |
* gnu/packages/admin.scm (neofetch)[source]: Use GIT-FETCH.
|
|
|
|
|
|
|
| |
Turns out that's most of it.
* gnu/packages/admin.scm (neofetch)[arguments]: Remove all custom
phases.
|
|
|
|
| |
* gnu/packages/game-development.scm (guile-chickadee): New variable.
|
|
|
|
|
| |
* gnu/packages/sdl.scm (guile-sdl2)[arguments]: Add build phase
"patch-makefile".
|
|
|
|
| |
* gnu/packages/admin.scm (neofetch): Update to 5.0.0.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
* 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/packages/web.scm (perl-lwp-protocol-https): Update to 6.07.
[native-inputs]: Add perl-test-requiresinternet.
|