summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-02gnu: mate-control-center: Update to 1.24.0....* gnu/packages/mate.scm (mate-control-center): Update to 1.24.0. [inputs]: Add polkit. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: caja-extensions: Update to 1.24.0....* gnu/packages/mate.scm (caja-extensions): Update to 1.24.0. [native-inputs]: Add xmllint provided by the libxml2 package. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: marco: Update to 1.24.0....* gnu/packages/mate.scm (marco): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: caja: Update to 1.24.0....* gnu/packages/mate.scm (caja): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: mate-panel: Update to 1.24.0....* gnu/packages/mate.scm (mate-panel): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: mate-media: Update to 1.24.0....* gnu/packages/mate.scm (mate-media): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: mate-applets: Update to 1.24.0....* gnu/packages/mate.scm (mate-applets): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: mate-menus: Update to 1.24.0....* gnu/packages/mate.scm (mate-menus): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: libmatekbd: Update to 1.24.0....* gnu/packages/mate.scm (libmatekbd): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: libmatemixer: Update to 1.24.0....* gnu/packages/mate.scm (libmatemixer): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: mate-settings-daemon: Update to 1.24.0....* gnu/packages/mate.scm (mate-settings-daemon): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: mate-session-manager: Update to 1.24.0....* gnu/packages/mate.scm (mate-session-manager): Update to 1.24.0. [native-inputs]: Add now required libxcomposite. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: mate-terminal: Update to 1.24.0....* gnu/packages/mate.scm (mate-terminal): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: libmateweather: Update to 1.24.0....* gnu/packages/mate.scm (libmateweather): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: mate-desktop: Update to 1.24.0....* gnu/packages/mate.scm (mate-desktop): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: mate-icon-theme: Update to 1.24.0....* gnu/packages/mate.scm (mate-icon-theme): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02bournish: Prevent inlining of run-time support procedures....On Guile 3, those procedures could be inlined, leading to unbound-variable errors: scheme@(guile-user)> ,bournish Welcome to Bournish, a minimal Bourne-like shell! To switch back, type `,L scheme'. bournish@(guile-user)> ls ice-9/boot-9.scm:1669:16: In procedure raise-exception: Unbound variable: ls-command-implementation Reported by Ricardo Wurmus. * guix/build/bournish.scm (define-command-runtime): New macro. (ls-command-implementation, wc-command-implementation) (wc-l-command-implementation, wc-c-command-implementation): Use it instead of 'define'. Ludovic Courtès
2020-04-02nls: Add Tamil translation....* po/guix/LINGUAS: Add 'ta'. * po/guix/ta.po: New file. Julien Lepiller
2020-04-02gnu: docker: Provide version string to docker service....Fixes <https://bugs.gnu.org/40368>. Reported by Pierre Neidhardt <mail@ambrevar.xyz>. * gnu/packages/docker.scm (docker)[configure]: Provide version string. [install]: Install versioned binary. Danny Milosavljevic
2020-04-02gnu: emacs-sly-asdf: Update to 20200306....* gnu/packages/emacs-xyz.scm (emacs-sly-asdf): Update to 20200306. Pierre Neidhardt
2020-04-02system: Add xterm to lightweight-desktop example....That makes ratpoison more usable, for instance. * gnu/system/examples/lightweight-desktop.tmpl (packages): Add XTERM. Ludovic Courtès
2020-04-02gexp: 'lower-references' uses 'mapm/accumulate-builds'....* guix/gexp.scm (lower-references): Use 'mapm/accumulate-builds' instead of 'mapm'. Ludovic Courtès
2020-04-02guix system: Use 'mapm/accumulate-builds'....* guix/scripts/system.scm (perform-action): Use 'mapm/accumulate-builds' instead of 'mapm'. Ludovic Courtès
2020-04-02services: Accumulate builds for 'system' entries....That way, more build requests are accumulated when running "guix system build". * gnu/services.scm (system-derivation): Use 'mapm/accumulate-builds' rather than 'sequence'. Ludovic Courtès
2020-04-02gnu: Add cramfs-tools....* gnu/packages/linux.scm (cramfs-tools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vincent Legoll
2020-04-02ui: Clarify "dependencies changed"....Suggested by Leo Famulari <leo@famulari.name>. * guix/ui.scm (show-manifest-transaction): Change to "dependencies or package changed". Ludovic Courtès
2020-04-02gnu: Add ccl-1.12....* gnu/packages/lisp.scm (ccl-1.12): New variable. Pierre Neidhardt
2020-04-02gnu: nethack: Make some inputs native....* gnu/packages/games.scm (nethack)[inputs]: Move flex & bison from here... [native-inputs]: ...to this new field. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Vincent Legoll
2020-04-02gnu: mailutils: Make some inputs native....* gnu/packages/mail.scm (mailutils)[inputs]: Move dejagnu from here... [native-inputs]: ...to here. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Vincent Legoll
2020-04-02gnu: iwd: Make some inputs native....* gnu/packages/networking.scm (iwd)[inputs]: Move libtool from here... [native-inputs]: ...to here. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Vincent Legoll
2020-04-02gnu: darktable: Make some inputs native....* gnu/packages/photo.scm (darktable)[inputs]: Move intltool, perl & pkg-config from here... [native-inputs]: ...to here. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Vincent Legoll
2020-04-02gnu: transmission: Install icons to the "gui" output....* gnu/packages/bittorrent.scm (transmission)[arguments]: Move the "icons" and "pixmaps" folders to the "gui" output. Previously, if the user only install the "gui" output, the icon would be missing. Pierre Neidhardt
2020-04-02gnu: openshot: Enable tests....* gnu/packages/video.scm (openshot)[arguments]: Add custom 'check phase. Efraim Flashner
2020-04-02gnu: openshot: Upgrade to 2.5.1....* gnu/packages/video.scm (openshot): Update to 2.5.1. [source]: Add note about bundled libraries. Remove upstream rename workaround. [home-page]: Update to new home-page. Efraim Flashner
2020-04-02gnu: python-aiohttp: Enable tests...* gnu/packages/python-web.scm (python-aiohttp) [arguments]: Enable tests [native-inputs] Add test dependencies [patches] Add test case patch * gnu/packages/patches/python-aiohttp-3.6.2-no-warning-fail.patch: New file * gnu/local.mk (dist_patch_DATA): Add it Signed-off-by: Ludovic Courtès <ludo@gnu.org> Lars-Dominik Braun
2020-04-02gnu: Add python-pytest-forked...* gnu/packages/check.scm (python-pytest-forked): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Lars-Dominik Braun
2020-04-02gnu: gunicorn: Update to 20.0.4...* gnu/packages/python-web.scm (gunicorn) [version]: Update to 20.0.4 [arguments] Re-enable previously failing tests Signed-off-by: Ludovic Courtès <ludo@gnu.org> Lars-Dominik Braun
2020-04-02grafts: Simplify access to store item references....This is a followup to 710854304b1ab29332edcb76f3de532e0724c197. This also slightly reduces the number of 'query-references' RPCs, for instance from 176 to 166 from "guix build emacs -d". * guix/grafts.scm (references-oracle): Remove. (non-self-references): Remove 'references' parameter and add 'store'. Add 'references*' procedure and use it instead of 'references'. Adjust caller accordingly. (cumulative-grafts): Remove 'references' parameter and adjust caller accordingly. Ludovic Courtès
2020-04-01gnu: libavif: Update to 0.6.3....* gnu/packages/image.scm (libavif): Update to 0.6.3. Leo Famulari
2020-04-01gnu: netpbm: Install an unversioned library link....* gnu/packages/netpbm.scm (netpbm)[arguments]: Symlink libnetpbm.so.*.* to libnetpbm.so. Reported by R Veera Kumar <vkor@vkten.in>. Tobias Geerinckx-Rice
2020-04-01gnu: Add gnome-chess...* gnu/packages/games.scm (gnome-chess): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Jack Hill
2020-04-01gnu: netpbm: Delete files natively....* gnu/packages/netpbm.scm (netpbm)[arguments]: Delete files with DELETE-FILE-RECURSIVELY instead of invoking ‘rm’. Tobias Geerinckx-Rice
2020-04-01gnu: netpbm: Use INVOKE....* gnu/packages/netpbm.scm (netpbm)[arguments]: Substitute INVOKE for SYSTEM*. Tobias Geerinckx-Rice
2020-04-01gnu: netpbm: Omit static libraries....* gnu/packages/netpbm.scm (netpbm)[arguments]: Don't copy the static libraries to the output. Tobias Geerinckx-Rice
2020-04-01gnu: openshot: Fix ‘color shift.png’ file name....* gnu/packages/video.scm (openshot)[source]: Rename it to ‘colorshift.png’ in the snippet. Reported by <znavko@disroot.org>. Tobias Geerinckx-Rice
2020-04-01gnu: emacs-spacemacs-theme: Update to f79c40fb241e204539fde97200abae91e828e585....* gnu/packages/emacs-xyz.scm (emacs-spacemacs-theme): Update to f79c40fb241e204539fde97200abae91e828e585. John Soo
2020-04-01gnu: emacs-all-the-icons: Update to 4.0.1....* gnu/packages/emacs-xyz.scm (emacs-all-the-icons): Update to 4.0.1. John Soo
2020-04-01gnu: Add emacs-evil-leader....* gnu/packages/emacs-xyz.scm (emacs-evil-leader): New variable. John Soo
2020-04-01gnu: emacs-graphviz-dot-mode: Update to 0.4.2....* gnu/packages/emacs-xyz.scm (emacs-graphviz-dot-mode): Update to 0.4.2. [native-inputs]: Add emacs-company. [description]: Fix typo. John Soo
2020-04-01gnu: Add perl-crypt-eksblowfish....* gnu/packages/perl.scm (perl-crypt-eksblowfish): New variable. Paul Garlick