summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add opensc.Chris Marusich2018-05-01
| | | | * gnu/packages/security-token.scm (opensc): New variable.
* guix system: search: Display all provision names as 'shepherdnames'.Clément Lassieur2018-05-01
| | | | | * guix/scripts/system/search.scm (service-type-shepherd-names): Append provision lists together instead of returning a list of provision cars.
* gnu: emacs-emms: Update to 5.0.Ludovic Courtès2018-05-01
| | | | * gnu/packages/emacs.scm (emms): Update to 5.0.
* nls: Update 'pt_BR' translation.Ludovic Courtès2018-05-01
|
* gnu: baobab: Update to 3.28.0.Roel Janssen2018-05-01
| | | | | | * gnu/packages/gnome.scm (baobab): Update to 3.28.0. [build-system]: Switch to meson build system. [native-inputs]: Add desktop-file-utils and gtk+-bin.
* gnu: xonsh: Update to 0.6.2.Tobias Geerinckx-Rice2018-05-01
| | | | * gnu/packages/shells.scm (xonsh): Update to 0.6.2.
* gnu: r-rcpparmadillo: Update to 0.8.500.0.Tobias Geerinckx-Rice2018-05-01
| | | | * gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.8.500.0.
* gnu: r-commonmark: Update to 1.5.Tobias Geerinckx-Rice2018-05-01
| | | | * gnu/packages/statistics.scm (r-commonmark): Update to 1.5.
* gnu: r-mass: Update to 7.3-50.Tobias Geerinckx-Rice2018-05-01
| | | | * gnu/packages/statistics.scm (r-mass): Update to 7.3-50.
* gnu: liboop: Update to 1.0.1.Tobias Geerinckx-Rice2018-05-01
| | | | | | | * gnu/packages/ssh.scm (liboop): Update to 1.0.1. [source]: Update source URI. Remove patch. * gnu/packages/patches/liboop-mips64-deplibs-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: gl.scm: Don't import 'zip' from srfi-1.Efraim Flashner2018-05-01
| | | | * gnu/packages/gl.scm: Hide 'zip' when importing srfi-1.
* gnu: libva: Build with wayland support.Efraim Flashner2018-05-01
| | | | | * gnu/packages/video.scm (libva)[inputs]: Add wayland. * gnu/packages/gl.scm (libva-without-mesa)[inputs]: Remove wayland.
* gnu: enlightenment: Patch more '/usr/bin' locations.Efraim Flashner2018-05-01
| | | | | * gnu/packages/enlightenment.scm (enlightenment)[arguments]: Remove more hard-coded '/usr/bin' locations.
* gnu: enlightenment: Don't enable eeze mount.Efraim Flashner2018-05-01
| | | | | * gnu/packages/enlightenment.scm (enlightenment)[arguments]: Remove configure-flag enabling eeze mount.
* gnu: infamous-plugins: Patch all occurrences of compiler optimizations.Efraim Flashner2018-05-01
| | | | | * gnu/packages/audio.scm (infamous-plugins)[arguments]: Use 'find-files' to find all files to remove optimizations.
* gnu: syncthing: Update to 0.14.47.Leo Famulari2018-05-01
| | | | * gnu/packages/syncthing.scm (syncthing): Update to 0.14.47.
* gnu: syncthing: Use Syncthing's fork of the notify module.Leo Famulari2018-05-01
| | | | | | * gnu/packages/syncthing.scm (go-github-com-zillode-notify): Replace with ... (go-github-com-syncthing-notify): ... this new variable. (syncthing)[inputs]: Adjust accordingly.
* gnu: syncthing: Adjust the union of standard library networking modules.Leo Famulari2018-05-01
| | | | | | | The removed package is no longer needed by Syncthing. * gnu/packages/syncthing.scm (go-golang-org-x-net-union): Remove go-golang-org-x-net-context.
* gnu: go-github-com-kardianos-osext: Skip the tests.Leo Famulari2018-05-01
| | | | | * gnu/packages/syncthing.scm (go-github-com-kardianos-osext)[arguments]: Disable the test suite.
* gnu: nss-mdns: Update to 0.14.1.Ludovic Courtès2018-05-01
| | | | | | * gnu/packages/avahi.scm (nss-mdns): Update to 0.14.1. [source](patches): Remove. [arguments]: Remove #:phases, add #:configure-flags.
* gnu: nano: Update to 2.9.6.Ludovic Courtès2018-05-01
| | | | * gnu/packages/nano.scm (nano): Update to 2.9.6.
* compile: Exit when an exception is thrown.Ludovic Courtès2018-05-01
| | | | | | | | | Previously we could end up with only a subset of the modules built. Fixes <https://bugs.gnu.org/31329>. * guix/build/compile.scm (call/exit-on-exception): New procedure. (exit-on-exception): New macro. (compile-files): Use it.
* gnu: xf86-video-intel: Update to commit ↵Marius Bakke2018-05-01
| | | | | | | | d7dfab62a9853b44bbcd67dac08391d8e5114c97. * gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-10.d7dfab6. [version]: Use GIT-VERSION. [source](file-name): Use GIT-FILE-NAME.
* gnu: json-c: Update to 0.13.1.Marius Bakke2018-05-01
| | | | | | * gnu/packages/web.scm (json-c): Update to 0.13.1. [source](snippet): Remove obsolete substitution. [arguments]: Remove.
* gnu: shadow: Update to 4.6.Tobias Geerinckx-Rice2018-05-01
| | | | | | | * gnu/packages/admin.scm (shadow): Update to 4.6. [source]: Remove upstreamed patch. * gnu/packages/patches/shadow-CVE-2018-7169.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: shadow: Return #t from all phases.Tobias Geerinckx-Rice2018-05-01
| | | | | * gnu/packages/admin.scm (shadow)[arguments]: Return #t from the ‘set-nscd-file-name’ phase.
* gnu: Use HTTPS for www.boost.org.Tobias Geerinckx-Rice2018-05-01
| | | | | | | * gnu/packages/bioinformatics.scm (libgff)[license]: Use HTTPS. * gnu/packages/boost.scm (boost-sync)[license]: Likewise. (boost)[license]: Likewise. [home-page]: Likewise, and use canonical ‘www’ subdomain.
* gnu: gimp: Update to 2.10.0.Leo Famulari2018-04-30
| | | | | | | | | | | | | | | * gnu/packages/gimp.scm (gimp): Update to 2.10.0. [inputs]: Add glib-networking, gexiv2, libmypaint, mypaint-brushes and poppler-data. [native-inputs]: Add glib:bin. [source]: Remove obsolete patches and use HTTPS URL. [home-page]: Use HTTPS URL. * gnu/packages/patches/gimp-CVE-2017-17784.patch, gnu/packages/patches/gimp-CVE-2017-17785.patch, gnu/packages/patches/gimp-CVE-2017-17786.patch, gnu/packages/patches/gimp-CVE-2017-17787.patch, gnu/packages/patches/gimp-CVE-2017-17789.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: babl: Update to 0.1.46.Leo Famulari2018-04-30
| | | | * gnu/packages/gimp.scm (babl): Update to 0.1.46.
* gnu: gegl: Update to 0.4.Leo Famulari2018-04-30
| | | | | | | | | | | * gnu/packages/gimp.scm (gegl): Update to 0.4. [inputs]: Move babl and glib to propagated-inputs. [propagated-inputs]: Add json-glib. [arguments]: Re-enable the tests and remove the obsolete 'pre-build' phase. [source]: Use HTTPS URL. * gnu/packages/patches/gegl-CVE-2012-4433.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: Add poppler-data.Leo Famulari2018-04-30
| | | | * gnu/packages/pdf.scm (poppler-data): New variable.
* gnu: Add mypaint-brushes.Leo Famulari2018-04-30
| | | | * gnu/packages/gimp.scm (mypaint-brushes): New variable.
* gnu: Add libmypaint.Leo Famulari2018-04-30
| | | | * gnu/packages/gimp.scm (libmypaint): New variable.
* services: prosody: Add a default value to the prosody-service-type.Clément Lassieur2018-05-01
| | | | * gnu/services/messaging.scm (prosody-service-type)[default-value]: New field.
* services: prosody: Add a description to the prosody-service-type.Clément Lassieur2018-05-01
| | | | * gnu/services/messaging.scm (prosody-service-type)[description]: New field.
* gnu: roguebox-adventures: Update to 2.2.1.Kei Kebreau2018-04-30
| | | | | | * gnu/packages/games.scm (roguebox-adventures): Update to 2.2.1. [source]: Use url-fetch instead of git-fetch. [arguments]: Rewrite install phase for update.
* gnu: guix-register: Reduce the set of dependencies.Ludovic Courtès2018-05-01
| | | | | * gnu/packages/package-management.scm (guix-register)[native-inputs] [propagated-inputs]: New field.
* gnu: Add amule.fis2018-04-30
| | | | | | | | * gnu/packages/networking.scm (amule): New public variable. * gnu/packages/patches/amule_crypto-6.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-dbi: Switch to Guile 2.2.Ludovic Courtès2018-04-30
| | | | | * gnu/packages/guile.scm (guile-dbi)[inputs]: Switch to GUILE-2.2. [arguments]: Adjust to use "/2.2".
* gnu: guile-redis: Switch to Guile 2.2.Ludovic Courtès2018-04-30
| | | | | | | * gnu/packages/guile.scm (guile-redis)[inputs]: Switch to GUILE-2.2. (guile2.0-redis): New variable. (guile2.2-redis): Define in terms of 'deprecated-package'.
* gnu: guile-irregex: Switch to Guile 2.2.Ludovic Courtès2018-04-30
| | | | | | | * gnu/packages/guile.scm (guile-irregex)[inputs]: Switch to GUILE-2.2. (guile2.0-irregex): New variable. (guile2.2-irregex): Define in terms of 'deprecated-package'.
* gnu: guile-minikanren: Switch to Guile 2.2.Ludovic Courtès2018-04-30
| | | | | | | * gnu/packages/guile.scm (guile-minikanren)[inputs]: Switch to GUILE-2.2. (guile2.0-minikanren): New variable. (guile2.2-minikanren): Define in terms of 'deprecated-package'.
* gnu: guile-ics: Switch to Guile 2.2.Ludovic Courtès2018-04-30
| | | | | * gnu/packages/guile.scm (guile-ics)[inputs]: Switch to GUILE-2.2. [propagated-inputs]: Switch to GUILE-LIB.
* gnu: guile-ics: Update to 0.2.0.Ludovic Courtès2018-04-30
| | | | * gnu/packages/guile.scm (guile-ics): Update to 0.2.0.
* gnu: geiser: Switch to Guile 2.2.Ludovic Courtès2018-04-30
| | | | * gnu/packages/emacs.scm (geiser)[inputs]: Switch to GUILE-2.2.
* gnu: gzochi: Switch to Guile 2.2.Ludovic Courtès2018-04-30
| | | | * gnu/packages/game-development.scm (gzochi)[inputs]: Switch to GUILE-2.2.
* gnu: gzochi: Build without '-Werror'.Ludovic Courtès2018-04-30
| | | | | | Previously it would fail to build due to GLib deprecation warnings. * gnu/packages/game-development.scm (gzochi)[arguments]: New field.
* gnu: tcc-wrapper: Use Guile 2.2.Ludovic Courtès2018-04-30
| | | | * gnu/packages/c.scm (tcc-wrapper)[inputs]: Switch to GUILE-2.2.
* weather: Fix type error when reporting CI stats.Ludovic Courtès2018-04-30
| | | | | | * guix/scripts/weather.scm (report-server-coverage): Remove 'missing' binding above 'queued-subset' call. Before that 'queued-subset' would be called with a number instead of a list.
* gnu: sudo: Update to 1.8.23.Tobias Geerinckx-Rice2018-04-30
| | | | * gnu/packages/admin.scm (sudo): Update to 1.8.23.