Age | Commit message (Expand) | Author |
2017-04-16 | services: Add a default value to various service types....* gnu/services/admin.scm (rottlog-service-type)[default-value]: New
field.
* gnu/services/base.scm (guix-service-type)[default-value]: New field.
(guix-publish-service-type)[default-value]: New field.
* gnu/services/cups.scm (cups-service-type)[default-value]: New field.
* gnu/services/dict.scm (dicod-service-type)[default-value]: New field.
* gnu/services/mcron.scm (mcron-service-type)[default-value]: New field.
* gnu/services/networking.scm (<tor-configuration>)[config-file]: Add
default value.
(tor-service-type)[default-value]: New field.
(<bitlbee-configuration>)[interface, port, extra-settings]: Add default
values.
(bitlbee-service-type)[default-value]: New field.
(wpa-supplicant-service-type)[default-value]: New field.
(tlp-service-type)[default-value]: New field.
(openssh-service-type)[default-value]: New field.
* doc/guix.texi (Base Services, Log Rotation)
(Networking Services, Printing Services):
(Power management Services): Adjust examples accordingly.
| Ludovic Courtès |
2017-04-16 | services: Service types can now specify a default value for instances....* gnu/services.scm (&no-default-value): New variable.
(<service-type>)[default-value]: New field.
(<service>): Rename constructor from 'service' to 'make-service'.
(service): New macro.
(%service-with-default-value): New procedure.
(&missing-value-service-error): New error condition.
* tests/services.scm ("services, default value"): New test.
* doc/guix.texi (Service Types and Services): Document 'default-value'.
(Service Reference): Explain default values.
| Ludovic Courtès |
2017-04-16 | ui: Gracefully report '&message' conditions....* guix/ui.scm (report-load-error, warn-about-load-error)
(read/eval): Add special-case for SRFI-35 &message conditions.
| Ludovic Courtès |
2017-04-16 | services: 'service-parameters' becomes 'service-value'....* gnu/services.scm (<service>)[parameters]: Rename to...
[value]: ... this.
Change calls to 'service-parameters' to 'service-value'.
* gnu/system.scm, gnu/tests/base.scm,
guix/scripts/system.scm, tests/services.scm: Likewise.
* doc/guix.texi (Service Reference): Adjust accordingly.
| Ludovic Courtès |
2017-04-16 | gnu: racket: Update to 6.8....* gnu/packages/scheme.scm (racket): Update to 6.8.
| Arun Isaac |
2017-04-15 | system: Make grub use <menu-entry> instead of <boot-parameters> again....* gnu/system/grub.scm: Remove boot-parameters->menu-entry.
(grub-configuration): Don't use boot-parameters->menu-entry.
* gnu/system.scm (operating-system-bootcfg): Use menu-entry.
* guix/scripts/system.scm (reinstall-grub): Use profile-grub-entries.
(perform-action): Use profile-grub-entries.
| Danny Milosavljevic |
2017-04-15 | gnu: giac-xcas: Update to 1.2.3-37....* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.3-37.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Nicolas Goaziou |
2017-04-15 | gnu: asymptote: Update to 2.41...* gnu/packages/plotutils.scm (asymptote): Update to 2.41.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Nicolas Goaziou |
2017-04-15 | gnu: idris: Fix idris-default-arguments....* gnu/packages/idris.scm (idris-default-arguments): Don't set IDRIS_LIBRARY_PATH before
building and change --install to --build.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Peter Mikkelsen |
2017-04-15 | gnu: idris: Update to 1.0....* gnu/packages/idris.scm (idris): Update to 1.0.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Peter Mikkelsen |
2017-04-15 | gnu: speedtest-cli: Update to 1.0.3....* gnu/packages/networking.scm (speedtest-cli): Update to 1.0.3.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Mathieu Othacehe |
2017-04-15 | scripts: system: Introduce profile-boot-parameters....* guix/scripts/system.scm (profile-boot-parameters): New variable.
(reinstall-grub): Use profile-boot-parameters.
(perform-action): Use profile-boot-parameters.
Follow-up to 2e58e05bb68d4b747882cfa2b460b132d456f54a.
| Danny Milosavljevic |
2017-04-15 | gnu: ceph: Disable failing test....* gnu/packages/patches/ceph-disable-unittest-throttle.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/storage.scm (ceph)[source]: Use it.
| Marius Bakke |
2017-04-15 | gnu: rocksdb: Don't build static library....* gnu/packages/databases.scm (rocksdb)[arguments]<#:phases>: Add new Makefile
substitution. Remove 'delete-static-library' phase. Adjust
'build-release-libraries' phase to match.
<#:make-flags>: Remove redundant flag.
| Marius Bakke |
2017-04-15 | gnu: rocksdb: Disable failing test....* gnu/packages/databases.scm (rocksdb)[arguments]<#:phases>: Add one more
test to 'disable-failing-tests' phase.
| Marius Bakke |
2017-04-15 | gnu: bc: Update to 1.07.1....* gnu/packages/algebra.scm (bc): Update to 1.07.1.
[native-inputs]: Add ED and TEXINFO.
[arguments]<#:phases>: Remove.
| Marius Bakke |
2017-04-15 | gnu: mupdf: Update to 1.11....Also delete two stray patches that were added in
92ae98e2a0c2ffc807111dbf7616df47a9d3b31c and lost in a subsequent merge
(mupdf/fixed was already gone at e90e0fad1b3ba79d81f02424e143ee6f4f736e8b).
* gnu/packages/patches/mupdf-CVE-2017-5896.patch,
gnu/packages/patches/mupdf-CVE-2017-5991.patch,
gnu/packages/patches/mupdf-mujs-CVE-2016-10132.patch,
gnu/packages/patches/mupdf-mujs-CVE-2016-10133.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/patches/mupdf-build-with-openjpeg-2.1.patch: Adjust.
* gnu/packages/pdf.scm (mupdf): Update to 1.11.
[source]: Remove mujs patches. Adjust snippet to source rename.
| Marius Bakke |
2017-04-15 | gnu: xf86-video-intel: Update to 2.99.917-5-b57abe2....* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-5-b57abe2.
| Marius Bakke |
2017-04-15 | gnu: kodi: Update to 18.0_alpha-2-478d306....* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-2-478d306.
[arguments]<#:configure-flags>: Remove obsolete flag.
| Marius Bakke |
2017-04-15 | system: Pass boot-parameters to (gnu system grub)....* gnu/system.scm (operating-system-bootcfg): Pass boot-parameters.
* gnu/system/grub.scm (boot-parameters->menu-entry): New variable.
(grub-configuration-file): Use boot-parameters->menu-entry.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Mathieu Othacehe |
2017-04-15 | system: grub: Use (first all-entries) instead of (first entries)....* gnu/system/grub.scm (grub-configuration-file): Use (first all-entries)
instead of (first entries).
| Danny Milosavljevic |
2017-04-15 | tests: Remove unused import (gnu system grub)....* gnu/tests/web.scm: Remove unused import.
| Danny Milosavljevic |
2017-04-15 | scripts: system: Rename grub? and install-grub? to bootloader? and install-b......* guix/scripts/system.scm (perform-action): Rename grub? to bootloader,
(%options): rename install-grub? to install-bootloader?,
(%default-options): ditto,
(process-action): reindent and rename grub? to bootloader?.
| Mathieu Othacehe |
2017-04-15 | system: Rename (internal) grub-device to fs->boot-device....* gnu/system.scm (grub-device): Rename to...
(fs->boot-device): ... this.
(operating-system-grub.cfg): Adapt.
(operating-system-parameters-file): Adapt.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Mathieu Othacehe |
2017-04-15 | vm: Reword grub.cfg to bootcfg....* gnu/build/vm.scm (register-grub.cfg-root): Reword grub.cfg to bootcfg,
(initialize-hard-disk): ditto,
* gnu/system/vm.scm (system-disk-image): ditto,
(system-qemu-image): ditto,
(system-qemu-image/shared-store): ditto.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Mathieu Othacehe |
2017-04-15 | system: Rename operating-system-grub.cfg to operating-system-bootcfg....* gnu/system.scm (operating-system-grub.cfg): Rename to...
(operating-system-bootcfg): ... this.
* gnu/system/vm.scm (system-disk-image): Use operating-system-bootcfg.
(system-qemu-image): Use operating-system-bootcfg.
(system-qemu-image/shared-store): Use operating-system-bootcfg.
* guix/scripts/system.scm (perform-action): Use operating-system-bootcfg.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Mathieu Othacehe |
2017-04-15 | scripts: system: Back out operating-system-bootcfg change....Follow-up to 475e2ce211ac05a814c1f1bc2b9648baa17ad369.
* guix/scripts/system.scm (perform-action): Back out operating-system-bootcfg
change.
| Danny Milosavljevic |
2017-04-15 | gnu: wireshark: Update to 2.2.6....* gnu/packages/networking.scm (wireshark): Update to 2.2.6.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Nicolas Goaziou |
2017-04-15 | scripts: system: Move save-load-path-excursion and save-environment-excursion......* guix/scripts/system.scm (save-load-path-excursion,
save-environment-excursion): Move definitions to the top of the file.
It allows to use them in the whole file.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Danny Milosavljevic |
2017-04-15 | system: Rename kernel->grub-label to kernel->boot-label....* gnu/system.scm (kernel->grub-label): Rename to kernel->boot-label.
(operating-system-grub.cfg): Adapt.
(operating-system-parameters-file): Ditto.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Mathieu Othacehe |
2017-04-15 | scripts: system: Move save-load-path-excursion and save-environment-excursion......* guix/scripts/system.scm (save-load-path-excursion,
save-environment-excursion): Move definitions to the top of the file.
It allows to use them in the whole file.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Mathieu Othacehe |
2017-04-15 | gnu: Add orca....* gnu/packages/gnome.scm (orca): New package.
| 宋文武 |
2017-04-15 | gnu: Add python-pyatspi....* gnu/packages/gnome.scm (python-pyatspi): New package.
| 宋文武 |
2017-04-15 | gnu: speech-dispatcher: Add more inputs....* gnu/packages/speech.scm (speech-dispatcher)[inputs]: Add espeak,
pulseaudio and python.
| 宋文武 |
2017-04-14 | gnu: samba: Update to 4.5.8....This fixes a regression introduced by the security fixes for CVE-2017-2619.
* gnu/packages/samba.scm (samba): Update to 4.5.8.
| Leo Famulari |
2017-04-14 | gnu: mutt: Update to 1.8.1....* gnu/packages/mail.scm (mutt): Update to 1.8.1.
[source]: Use HTTPS URL.
| Leo Famulari |
2017-04-14 | gnu: gpgme: Update to 1.9.0....* gnu/packages/gnupg.scm (gpgme): Update to 1.9.0.
| Leo Famulari |
2017-04-14 | gnu: ncmpc: Update to 0.27....* gnu/packages/mpd.scm (ncmpc): Update to 0.27.
| Leo Famulari |
2017-04-14 | gnu: libmpdclient: Update to 2.11....* gnu/packages/mpd.scm (libmpdclient): Update to 2.11.
| Leo Famulari |
2017-04-14 | gnu: mysql: Update to 5.7.18....* gnu/packages/databases.scm (mysql): Update to 5.7.18.
| Leo Famulari |
2017-04-14 | gnu: youtube-dl: Update to 2017.04.14....* gnu/packages/video.scm (youtube-dl): Update to 2017.04.14.
| Tobias Geerinckx-Rice |
2017-04-14 | gnu: dub: Flesh out synopsis & description....* gnu/packages/ldc.scm (dub)[synopsis, description]: Actually explain what
dub is and does.
| Tobias Geerinckx-Rice |
2017-04-14 | build: Download aarch64 bootstrap binaries from alpha.gnu.org....* build-aux/download.scm (file-name->uri): Remove flashner.co.il URL.
* gnu/packages/package-management.scm (boot-guile-uri): Likewise.
| Ludovic Courtès |
2017-04-14 | gnu: emacs-company: Enable tests....* gnu/packages/emacs.scm (emacs-company)[arguments]: Add a 'check' phase.
| Arun Isaac |
2017-04-14 | build: Stop building gnu/build/svg.scm....* Makefile.am (EXTRA_DIST): Add gnu/build/svg.scm.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove gnu/build/svg.scm.
It fixes the following build warnings:
gnu/build/svg.scm:36:12: warning: possibly unbound variable `cairo-create'
gnu/build/svg.scm:36:26: warning: possibly unbound variable `cairo-image-surface-create'
gnu/build/svg.scm:38:4: warning: possibly unbound variable `cairo-scale'
gnu/build/svg.scm:39:4: warning: possibly unbound variable `cairo-set-source-surface'
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Mathieu Othacehe |
2017-04-14 | build-system/cargo: Remove store reference....* guix/build/cargo-build-system.scm (generate-checksums): Remove store
reference from comment. This comment was matching
assert-no-store-file-names regexp in Makefile.am.
Also, edit procedure docstring to precise that DIR-NAME is a store
directory.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Mathieu Othacehe |
2017-04-14 | build: Remove build-aux/hydra/demo-os.scm from EXTRA_DIST....* Makefile.am (EXTRA_DIST): Remove build-aux/hydra/demo-os.scm. The
file was removed of guix in this commit
a3a27745013f3e5a287de3bf0187b2f72beb6965.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Mathieu Othacehe |
2017-04-14 | gnu: Add guile-syntax-highlight....* gnu/packages/guile.scm (guile-syntax-highlight): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| David Thompson |
2017-04-14 | gnu: julia: Update to 0.5.1....* gnu/packages/julia.scm (julia): Update to 0.5.1.
| Ricardo Wurmus |
2017-04-14 | gnu: Add emacs-cdlatex....* gnu/packages/emacs.scm (emacs-cdlatex): New variable.
| Arun Isaac |