summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-07gnu: obs: Update to 26.1.1....* gnu/packages/video.scm (obs): Update to 26.1.1. Tobias Geerinckx-Rice
2021-01-07gnu: system-config-printer: Update to 1.5.14....* gnu/packages/gnome.scm (system-config-printer): Update to 1.5.14. Tobias Geerinckx-Rice
2021-01-07gnu: starfighter: Update to 2.4....* gnu/packages/games.scm (starfighter): Update to 2.4. Tobias Geerinckx-Rice
2021-01-07gnu: youtube-viewer: Update to 3.8.1....* gnu/packages/video.scm (youtube-viewer): Update to 3.8.1. Tobias Geerinckx-Rice
2021-01-07gnu: perl-test-file: Update to 1.444....* gnu/packages/perl-check.scm (perl-test-file): Update to 1.444. Tobias Geerinckx-Rice
2021-01-07gnu: gtkwave: Update to 3.3.108....* gnu/packages/fpga.scm (gtkwave): Update to 3.3.108. Tobias Geerinckx-Rice
2021-01-07gnu: ngircd: Update to 26.1....* gnu/packages/messaging.scm (ngircd): Update to 26.1. Tobias Geerinckx-Rice
2021-01-07gnu: vtk: Use more system libraries....* gnu/packages/image-processing.scm (vtk)[source]: Remove more bundled sources in snippet. [arguments]: Add to configure-flags to use more system libraries. [inputs]: Remove libogg. Add double-conversion, eigen, gl2ps, glew, lz4, netcdf, proj.4 and sqlite. Efraim Flashner
2021-01-07gnu: vtk: Sort inputs alphabetically....* gnu/packages/image-processing.scm (vtk)[inputs]: Sort alphabetically. Efraim Flashner
2021-01-07gnu: vtk: Remove some vendored libraries....* gnu/packages/image-processing.scm (vtk)[source]: Add snippet to remove some vendored sources. Efraim Flashner
2021-01-07gnu: Update copyright line....* gnu/packages/gnome-xyz.scm: Bump year in copyright line. Leo Prikler
2021-01-07gnu: Add materia-theme....* gnu/packages/gnome-xyz.scm (materia-theme): New variable. Leo Prikler
2021-01-07gnu: gnome-xyz.scm: Reorder packages....Make it so that icon themes, shell extensions and GTK themes are grouped in that order. * gnu/packages/gnome-xyz.scm (matcha-theme): Move before numix-gtk-theme. (papirus-icon-theme): Move after moka-icon-theme. Leo Prikler
2021-01-07gnu: Move faba-icon-theme and moka-icon-theme to gnome-xyz.scm...They need to be moved together, as the latter inherits the former. * gnu/packages/gnome.scm (faba-icon-theme, moka-icon-theme): Move from here... * gnu/packages/gnome-xyz.scm (faba-icon-theme, moka-icon-theme): ... to here. Leo Prikler
2021-01-07gnu: arc-icon-theme: Move to gnome-xyz....* gnu/packages/gnome.scm (arc-icon-theme): Move from here... * gnu/packages/gnome-xyz.scm (arc-icon-theme): ... to here. Leo Prikler
2021-01-07gnu: arc-theme: Move to gnome-xyz....* gnu/packages/gnome.scm (arc-theme): Move from here... * gnu/packages/gnome-xyz.scm (arc-theme): ... to here. Leo Prikler
2021-01-07gnu: papirus-icon-theme: Update to 20210101....* gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20210101. Also use upstream versioning. Leo Prikler
2021-01-07gnu: greybird-gtk-theme: Update to 3.22.13....* gnu/packages/gnome-xyz.scm (greybird-gtk-theme): Update to 3.22.13. Leo Prikler
2021-01-07gnu: matcha-theme: Update to 2021-01-01....* gnu/packages/gnome-xyz.scm (matcha-theme): Update to 2021-01-01. Leo Prikler
2021-01-07gnu: delft-icon-theme: Update to 1.14....* gnu/packages/gnome-xyz.scm (delft-icon-theme): Update to 1.14. Leo Prikler
2021-01-07gnu: Add screentest....* gnu/packages/hardware.scm (screentest): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Evgeny Pisemsky
2021-01-07ui: Fix order of match clauses....Fixes <https://bugs.gnu.org/45709>. This is a follow-up to commit cf289d7cfa34315bf13b3114b9a5bf3d3c05ebea. * guix/ui.scm (run-guix-command): Match for #false first. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Simon Tournier
2021-01-07gnu: php: Update to 7.4.14....* gnu/packages/php.scm (php): Update to 7.4.14. Julien Lepiller
2021-01-07gnu: sbcl-slynk: Update to 1.0.43....* gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 1.0.43. We still use git-version because upstream did not push a Git tag. Pierre Neidhardt
2021-01-07gnu: emacs-sly: Correct version number to 1.0.43....* gnu/packages/emacs-xyz.scm (emacs-sly): Set version to 1.0.43 (upstream did not push a Git tag). Pierre Neidhardt
2021-01-07gnu: emacs-sly-stepper: Update to 20200106....* gnu/packages/emacs-xyz.scm (emacs-sly-stepper): Update to 20200106. [arguments]: Remove convoluted part of the workaround to load agnostic-lizard now that upstream has cleaned up the code. Pierre Neidhardt
2021-01-07gnu: openrct2: Update to 0.3.2....* gnu/packages/games.scm (openrct2): Update to 0.3.2. Pierre Neidhardt
2021-01-07gnu: openrct2-objects: Update to 1.0.20....* gnu/packages/games.scm (openrct2-objects): Update to 1.0.20. Pierre Neidhardt
2021-01-07gnu: json-modern-cxx: Install json_fwd.hpp header....* gnu/packages/cpp.scm (json-modern-cxx)[arguments]: Set JSON_MultipleHeaders=ON to install optional header. Pierre Neidhardt
2021-01-07gnu: Add duktape....* gnu/packages/javascript.scm (duktape): New variable. Pierre Neidhardt
2021-01-07gnu: base: Add keywords to make-glibc-utf8-locales....* gnu/packages/base.scm (make-glibc-utf8-locales): Add keyword parameters locales and name with the old values as default. [name]: Use name parameter. [arguments]: Use locales parameter. Co-authored-by: Efraim Flashner <efraim@flashner.co.il> Co-authored-by: Ludovic Courtès <ludo@gnu.org> Miguel Ángel Arruga Vivas
2021-01-07gnu: Add cagebreak....* gnu/packages/wm.scm (cagebreak): New variable. 宋文武
2021-01-07gnu: wlroots: Propagate wayland-protocols....It's listed in the 'Requires.private' field of wlroots.pc. * gnu/packages/wm.scm (wlroots) [native-inputs]: Move wayland-protocols ... [propagated-inputs]: ... to here. 宋文武
2021-01-07gnu: texmacs: Install desktop file....* gnu/packages/text-editors.scm (texmacs)[arguments]: Add ‘install-desktop-file’ phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos
2021-01-07gnu: slurm: Add old 20.02 version back....* gnu/packages/parallel.scm (slurm-20.02): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vincent Legoll
2021-01-07upstream: Make the 'updaters' parameter optional....* guix/upstream.scm (lookup-updater, package-latest-release) (package-latest-release*, package-update): Make 'updaters' an optional parameter. * guix/lint.scm (check-for-updates): Remove second argument to 'package-latest-release*'. Ludovic Courtès
2021-01-07import: elpa: Updater gracefully handles missing upstream data....Fixes a crash with: guix refresh emacs-exwm-no-x-toolkit * guix/import/elpa.scm (latest-release): Return #f when 'elpa-package-info' returns #f. Ludovic Courtès
2021-01-07gnu: zfs: Fix build....* gnu/packages/file-systems.scm (zfs)[inputs]: Correct "util-linux" input; add "util-linux:lib" input. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> raid5atemyhomework
2021-01-06gnu: guix: Update to 1.2.0-9.db42ee6....* gnu/packages/package-management.scm (guix): Update to 1.2.0-9.db42ee6. Ricardo Wurmus
2021-01-06gnu: Add guile2.2-curl....* gnu/packages/curl.scm (guile2.2-curl): New variable. Leo Prikler
2021-01-06gnu: guile-curl: Update to 0.7....* gnu/packages/curl.scm (guile-curl): Update to 0.7. [#:modules, #:imported-modules]: Load guile-build-system for target-guile-effective-version. [#:configure-flags]: Use target-guile-effective-version. [#:phases]: Add 'patch-undefined-references. Use target-guile-effective-version. [inputs]: Use guile-3.0. Leo Prikler
2021-01-06gnu: rust-assert-json-diff-1: Fix syntax error....* gnu/packages/crates-io.scm (rust-assert-json-diff-1)[description]: Fix Texinfo syntax error. Ricardo Wurmus
2021-01-06gnu: guix: Set GUIX_EXTENSIONS_PATH....* gnu/packages/package-management.scm (guix)[native-search-paths]: Add specification for GUIX_EXTENSIONS_PATH. Ricardo Wurmus
2021-01-06gnu: bpython: Update to 0.20.1....* gnu/packages/python-xyz.scm (bpython): Update to 0.20.1. [propagated-inputs]: Remove python-babel. Add python-wcwidth, python-watchdog, python-jedi. Efraim Flashner
2021-01-06gnu: python-curtsies: Update to 0.3.4....* gnu/packages/terminals.scm (python-curtsies): Update to 0.3.4. [home-page]: Update to new home-page. (python2-curtsies): Remove variable. Efraim Flashner
2021-01-06services: kernel-module-loader: Return a single 'shepherd-service'....* gnu/services/linux.scm (kernel-module-loader-shepherd-service): Return a 'shepherd-service' instead of a list of it. (kernel-module-loader-service-type): Adjust it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Brice Waegeneire
2021-01-06gnu: rust-csv-1: Remove minor version from name....* gnu/packages/crates-io.scm (rust-csv-1): Remove minor version from name. (rust-aho-corasick-0.6): (rust-criterion-0.3): (rust-criterion-0.2): (rust-csv-0.14): (rust-prettytable-rs-0.8): (rust-rusqlite-0.24): (rust-rusqlite-0.23): (rust-serde-qs-0.7): (rust-x86-0.33): Apply removal. Nicolas Goaziou
2021-01-06gnu: Add rust-portpicker-0.1....* gnu/packages/crates-io.scm (rust-portpicker-0.1): New variable. Nicolas Goaziou
2021-01-06gnu: Add rust-byte-pool-0.2....* gnu/packages/crates-io.scm (rust-byte-pool-0.2): New variable. Nicolas Goaziou
2021-01-06gnu: Add rust-async-dup-1....* gnu/packages/crates-io.scm (rust-async-dup-1): New variable. Nicolas Goaziou