summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2018-02-23gnu: mesa-utils: Update to 8.4.0.Rutger Helling
* gnu/packages/gl.scm (mesa-utils): Update to 8.4.0.
2018-02-23gnu: dolphin-emu: Enable Vulkan video backend.Rutger Helling
* gnu/packages/emulators.scm (dolphin-emu): Enable Vulkan video backend. [inputs]: Add vulkan-icd-loader. [arguments]: Rename 'generate-fonts to 'generate-fonts&hardcore-libvulkan-path. Hardcode libvulkan.so.
2018-02-23gnu: you-get: Update to 0.4.1025.Rutger Helling
* gnu/packages/video.scm (you-get): Update to 0.4.1025.
2018-02-23gnu: Add rhash.Arun Isaac
* gnu/packages/crypto.scm (rhash): New variable.
2018-02-22services: certbot: Allow to set a deploy hook.Clément Lassieur
* doc/guix.texi (Certificate Services): Document it. * gnu/services/certbot.scm (<certificate-configuration>, certbot-command): Add it.
2018-02-22services: certbot: Add verbosity.Clément Lassieur
The certificate name wasn't displayed if it wasn't being renewed. * gnu/services/certbot.scm (certbot-command): Print certificate name before running the associated command.
2018-02-22services: certbot: Allow to set RSA key size.Clément Lassieur
* doc/guix.texi (Certificate Services): Document it. * gnu/services/certbot.scm (<cerbot-configuration>, certbot-command, certbot-activation, certbot-nginx-server-configurations): Add it.
2018-02-22services: certbot: Associate one certificate with several domains.Clément Lassieur
* doc/guix.texi (Certificate Services): Document <certificate-configuration>, the change from domains to certificates and the fact that their path is now derived from their name. * gnu/services/certbot.scm (<certificate-configuration>): Add and export it. (certbot-configuration, certbot-command, certbot-activation, certbot-nginx-server-configurations, certbot-service-type): Replace 'domains' with 'certificates'. (certbot-nginx-server-configurations): Use only one nginx-server-configuration and use all certificate domains as the server-name.
2018-02-22services: certbot: Get certbot to run non-interactively.Clément Lassieur
* doc/guix.texi (Certificate Services): Add email field and link to the ACME Subscriber Agreement. * gnu/services/certbot.scm (<certbot-configuration>, certbot-command, certbot-activation, certbot-nginx-server-configurations): Add email field. (certbot-command): Add '-n' and '--agree-tos' options. (certbot-service-type): Remove default-value.
2018-02-22services: certbot: Refactor certbot command.Clément Lassieur
* gnu/services/certbot.scm (certbot-renewal-jobs, certbot-activation): Refactor common code into certbot-command.
2018-02-22services: certbot: Rename 'host' to 'domain'.Clément Lassieur
* doc/guix.texi (Certificate Services): Rename 'host' to 'domain'. * gnu/services/certbot.scm (<certbot-configuration>, certbot-renewal-jobs, certbot-activation, certbot-nginx-server-configurations, certbot-service-type): Rename 'host' to 'domain'.
2018-02-22services: certbot: Fix indentation.Clément Lassieur
* gnu/services/certbot.scm (certbot-activation): Fix indentation.
2018-02-22services: certbot: Run certbot twice a day at a random minute.Clément Lassieur
* doc/guix.texi (Certificate Services): Document it. * gnu/services/certbot.scm (certbot-renewal-jobs): Change job's time specification.
2018-02-22services: certbot: Listen on IPv6.Clément Lassieur
* gnu/services/certbot.scm (certbot-nginx-server-configurations): Listen on IPv6 too.
2018-02-22gnu: american-fuzzy-lop: Change custom qemu input.Efraim Flashner
* gnu/packages/debug.scm (american-fuzzy-lop)[inputs]: Custom-qemu now inherits from private qemu-minimal-2.10. * gnu/packages/bootloaders.scm (qemu-minimal-2.10): Add note to move variable to gnu/packages/debug.scm when no longer needed in bootloaders.scm.
2018-02-22gnu: gnupg: Update to 2.2.5.Leo Famulari
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.5.
2018-02-22gnu: Add cwm.ng0
* gnu/packages/wm.scm (cwm): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-02-22gnu: dolphin-emu: Shorten the source snippet.Efraim Flashner
* gnu/packages/emulators.scm (dolphin-emu): Rewrite the source snippet to be more compact.
2018-02-22gnu: dolphin-emu: Enable building on aarch64-linux.Efraim Flashner
* gnu/packages/emulators.scm (dolphin-emu)[supported-systems]: Add aarch64-linux.
2018-02-22gnu: mlt: Fix compilation against glibc 2.26.Oleg Pykhalov
* gnu/packages/video.scm (mlt)[source](snippet, modules): New fields.
2018-02-22gnu: strongswan: Separate phases.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (strongswan)[arguments]: Split ‘adjust-to-environment’ phase into ‘patch-command-file-names’ and ‘set-up-test-environment’.
2018-02-22gnu: strongswan: Update to 5.6.2.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (strongswan): Update to 5.6.2.
2018-02-22gnu: pumpa: Update to 0.9.3.Tobias Geerinckx-Rice
* gnu/packages/pumpio.scm (pumpa): Update to 0.9.3. [arguments]: Substitute INVOKE for SYSTEM*.
2018-02-22gnu: mit-scheme: Update phase style.Tobias Geerinckx-Rice
* gnu/packages/scheme.scm (mit-scheme)[arguments]: Use INVOKE and end phases with #t.
2018-02-22gnu: po4a: Update home page.Tobias Geerinckx-Rice
* gnu/packages/gettext.scm (po4a)[home-page]: Update.
2018-02-22gnu: libx264: Change to stable branch.Marius Bakke
Fixes <https://bugs.gnu.org/30573>. Reported by George myglc2 Clemmer <myglc2@gmail.com> * gnu/packages/video.scm (libx264)[source]: Use 'stable' snapshot.
2018-02-22gnu: ccid: Update to 1.4.29.Marius Bakke
* gnu/packages/security-token.scm (ccid): Update to 1.4.29.
2018-02-22gnu: Add spatialite-gui.Björn Höfling
* gnu/packages/geo.scm (spatialite-gui): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-02-22Revert "gnu: Remove wxwidgets@2.8."Björn Höfling
This reverts commit 6f9ba4c91c096a2fb95da111be0657d99ef2b683. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-02-22gnu: Add libgaiagraphics.Björn Höfling
* gnu/packages/geo.scm (libgaiagraphics): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-02-22gnu: Add libspatialite.Björn Höfling
* gnu/packages/geo.scm (libspatialite): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-02-22gnu: libsoup: Update to 2.60.3.Marius Bakke
* gnu/packages/gnome.scm (libsoup): Update to 2.60.3.
2018-02-22gnu: fio: Update to 3.5.Marius Bakke
* gnu/packages/benchmark.scm (fio): Update to 3.5.
2018-02-22gnu: xorgproto: Update to 2018.3.Marius Bakke
* gnu/packages/xorg.scm (xorgproto): Update to 2018.3.
2018-02-22gnu: Adjust and remove copyright lines for moved packages.Rutger Helling
* gnu/packages/games.scm: Adjust and remove copyright lines for packages that got moved to emulators.scm
2018-02-22gnu: Remove copyright line for moved package.Rutger Helling
* gnu/packages/games.scm: Remove copyright line for package that got moved to emulators.scm
2018-02-22gnu: Move emulation packages from games to emulators.Rutger Helling
* gnu/packages/games.scm (desmume) (dosbox) (emulation-station) (higan) (mgba) (mupen64plus-audio-sdl) (mupen64plus-core) (mupen64plus-input-sdl) (mupen64plus-rsp-hle) (mupen64plus-rsp-z64) (mupen64plus-ui-console) (mupen64plus-video-arachnoid) (mupen64plus-video-glide64) (mupen64plus-video-glide64mk2) (mupen64plus-video-rice) (mupen64plus-video-z64) (nestopia-ue) (retroarch): Move to... * gnu/packages/emulators.scm: ... here.
2018-02-22gnu: r-qtl: Update to 1.42-8.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.42-8.
2018-02-22gnu: r-forcats: Update to 0.3.0.Ricardo Wurmus
* gnu/packages/statistics.scm (r-forcats): Update to 0.3.0. [propagated-inputs]: Add r-rlang.
2018-02-22gnu: r-xml: Update to 3.98-1.10.Ricardo Wurmus
* gnu/packages/statistics.scm (r-xml): Update to 3.98-1.10. [inputs]: Add zlib. [native-inputs]: Add pkg-config.
2018-02-22gnu: r-devtools: Update to 1.13.5.Ricardo Wurmus
* gnu/packages/statistics.scm (r-devtools): Update to 1.13.5.
2018-02-22gnu: r-dbplyr: Update to 1.2.1.Ricardo Wurmus
* gnu/packages/statistics.scm (r-dbplyr): Update to 1.2.1.
2018-02-22gnu: r-rlang: Update to 0.2.0.Ricardo Wurmus
* gnu/packages/statistics.scm (r-rlang): Update to 0.2.0.
2018-02-22gnu: r-knitr: Update to 1.20.Ricardo Wurmus
* gnu/packages/statistics.scm (r-knitr): Update to 1.20.
2018-02-22gnu: r-stringr: Update to 1.3.0.Ricardo Wurmus
* gnu/packages/statistics.scm (r-stringr): Update to 1.3.0. [propagated-inputs]: Add r-glue.
2018-02-22gnu: r-timedate: Update to 3043.102.Ricardo Wurmus
* gnu/packages/cran.scm (r-timedate): Update to 3043.102.
2018-02-22gnu: Add dolphin-emu.Rutger Helling
* gnu/packages/emulators.scm (dolphin-emu): New variable.
2018-02-22gnu/local.mk: Add emulators.scm.Rutger Helling
* gnu/local.mk (GNU_SYSTEM_MODULES): Add emulators.scm.
2018-02-22gnu: Add wxwidgets-gtk2-3.1.David Thompson
* gnu/packages/wxwidgets.scm (wxwidgets-gtk2-3.1): New variable. Signed-off-by: Rutger Helling <rhelling@mykolab.com>
2018-02-22gnu: mpd-mpc: Update to 0.29.Leo Famulari
* gnu/packages/mpd.scm (mpd-mpc): Update to 0.29. [build-system]: Use the meson-build-system.