Age | Commit message (Expand) | Author |
2021-12-16 | gnu: python-flask-restful: Rewrite import....It seems a function inside python-flask moved to a different module.
* gnu/packages/python-web.scm (python-flask-restful)[arguments]: Add
phase rewriting imports from flask.helpers to flask.scaffold.
| Lars-Dominik Braun |
2021-12-16 | gnu: Add js-mathjax-3....* gnu/packages/javascript.scm (js-mathjax-3): New variable.
* gnu/packages/patches/mathjax-disable-webpack.patch,
gnu/packages/patches/mathjax-no-a11y.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Register them.
| Lars-Dominik Braun |
2021-12-16 | gnu: Add todoman....* gnu/packages/task-management.scm (todoman): New variable.
| Lars-Dominik Braun |
2021-12-16 | gnu: Replace JUPYTER_CONFIG_DIR with JUPYTER_CONFIG_PATH....Judging by the documentation
(https://jupyter.readthedocs.io/en/latest/use/jupyter-directories.html)
_DIR can only be a single value, whereas _PATH supports :-delimited
values and extends _DIR with extra directories.
* gnu/packages/python-xyz.scm (python-jupyter-core)[native-search-paths]:
Replace _DIR with _PATH.
(python-nbconvert)[arguments]: Unset JUPYTER_CONFIG_PATH during tests.
(python-notebook)[arguments]: Dito.
| Lars-Dominik Braun |
2021-12-16 | gnu: python-sanic: Update to 20.12.4....* gnu/packages/python-web.scm (python-sanic)[version]: Update to 20.12.4.
[arguments]: Skip more failing tests.
| Lars-Dominik Braun |
2021-12-16 | gnu: Add qdirstat....* gnu/packages/disk.scm (qdirstat): New variable
Signed-off-by: Leo Famulari <leo@famulari.name>
| terramorpha |
2021-12-15 | gnu: gqrx: Update to 2.15....* gnu/packages/radio.scm (gqrx): Update to 2.15.
[source]: Update source URI.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Nikolay Korotkiy |
2021-12-16 | gnu: nss-certs: Avoid top-level reference to NSS....This is the only hammer I know for dealing with module cycles and
effectively fixes, for example, ‘guix show nss’ today.
It's also a very poor solution.
* gnu/packages/certs.scm (nss-certs)[version, source]: Copy verbatim
from the nss package rather than referring to it at the top level.
Reported by several users of #guix.
| Tobias Geerinckx-Rice |
2021-12-15 | gnu: xdot: Build with harfbuzz....This fixes a crash when launching xdot.
* gnu/packages/graphviz.scm (xdot)[inputs]: Add harfbuzz.
[arguments]: Add harfbuzz to the GI_TYPELIB_PATH wrapper in the 'wrap' phase.
Signed-off-by: Leo Famulari <leo@famulari.name>
| terramorpha |
2021-12-15 | gnu: polari: Use polari command to launch Polari....The rationale for patching the Exec line is similar to what is done for
gnome-weather.
* gnu/packages/gnome.scm (polari)[#:phases]: Add ‘fix-desktop-file’ phase.
| Liliana Marie Prikler |
2021-12-15 | gnu: gnome-shell-extensions: Update to 41.0....* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 41.0.
| Liliana Marie Prikler |
2021-12-15 | gnu: gnome-shell-extension-dash-to-panel: Update to 45....* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update to 45.
| Liliana Marie Prikler |
2021-12-15 | gnu: gnome-shell-extension-dash-to-dock: Update to 71....* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock): Update to
71.
[native-inputs]: Add sassc.
| Liliana Marie Prikler |
2021-12-15 | gnu: polari: Update to 40.1....* gnu/packages/gnome.scm (polari): Update to 40.1.
[source]: Use ‘version-major’ for directory.
[arguments]: Use meson-0.59.
[inputs]: Use gtk and libsoup-minimal-2.
| Liliana Marie Prikler |
2021-12-15 | gnu: gitg: Fix compilation....* gnu/packages/gnome.scm (gitg)[#:meson]: Use meson-0.59.
[#:phases] Add ‘harden’ phase to fix test failures.
[inputs]: Use libsoup-minimal-2.
| Liliana Marie Prikler |
2021-12-15 | gnu: ungoogled-chromium: Update to 96.0.4664.110-1....* gnu/packages/chromium.scm (%chromium-version): Set to 96.0.4664.110-1.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
| Marius Bakke |
2021-12-15 | gnu: qemu: Adjust style....* gnu/packages/virtualization.scm (qemu)[arguments]: Use SEARCH-INPUT-FILE
instead of WHICH.
[native-inputs]: Remove labels.
[inputs]: Likewise. Add BASH-MINIMAL and remove duplicate ATTR.
| Marius Bakke |
2021-12-15 | gnu: liferea: Use the simplified input style....* gnu/packages/syndication.scm (liferea)[native-inputs]: Simplify.
| Ludovic Courtès |
2021-12-15 | gnu: liferea: Build with libsoup 2....Reported by Luis Felipe on #guix.
* gnu/packages/syndication.scm (liferea)[inputs]: Use LIBSOUP-MINIMAL-2
and WEBKITGTK-WITH-LIBSOUP2.
| Ludovic Courtès |
2021-12-15 | gnu: guix: Update to 2a621f1....* gnu/packages/package-management.scm (guix): Update to 2a621f1.
| Ludovic Courtès |
2021-12-15 | gnu: bind: Update to 9.16.24....* gnu/packages/dns.scm (isc-bind): Update to 9.16.24.
| Tobias Geerinckx-Rice |
2021-12-15 | gnu: nano: Update to 6.0....* gnu/packages/nano.scm (nano): Update to 6.0.
| Tobias Geerinckx-Rice |
2021-12-15 | gnu: gdm: Discover installed Wayland sessions....* gnu/packages/patches/gdm-default-session.patch: Make GDM look in
the system profile for the "wayland-sessions" directory.
Reported-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| Timothy Sample |
2021-12-15 | gnu: Add openorienteering-mapper....* gnu/packages/geo.scm (openorienteering-mapper): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Nikolay Korotkiy |
2021-12-15 | gnu: Add clipper....* gnu/packages/cpp.scm (clipper): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Nikolay Korotkiy |
2021-12-15 | gnu: Add python-isal....* gnu/packages/python-compression.scm (python-isal): New variable.
| Ricardo Wurmus |
2021-12-15 | gnu: Add isa-l....* gnu/packages/compression.scm (isa-l): New variable.
| Ricardo Wurmus |
2021-12-15 | services: cuirass: Remove the default database host....* gnu/services/cuirass.scm (%cuirass-default-database): Remove the default
host.
| Mathieu Othacehe |
2021-12-15 | gnu: emacs-punpun-theme: Update to 7026684....* gnu/packages/emacs-xyz.scm (emacs-punpun-theme): Update to 7026684.
[url]: Use updated URL.
[home-page]: Use updated URL.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| jgart via Guix-patches via |
2021-12-15 | gnu: emacs-haskell-mode: Use new style....* gnu/packages/emacs-xyz.scm (emacs-haskell-mode)[arguments]: Use gexps.
| Nicolas Goaziou |
2021-12-15 | gnu: emacs-haskell-mode: Fix build....* gnu/packages/emacs-xyz (emacs-haskell-mode):
[arguments]: Use emacs-minimal as key for %build-inputs.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Aleksandr Vityazev |
2021-12-15 | gnu: ansible: Update native-search-paths....* gnu/packages/admin.scm (ansible)[native-search-paths]: Update to
search in python3.9 subfolder.
| Efraim Flashner |
2021-12-15 | gnu: mercurial: Update native-search-paths....* gnu/packages/version-control.scm (mercurial)[naive-search-paths]:
Search for extensions in python3.9 subfolder.
| Efraim Flashner |
2021-12-15 | gnu: guile-email-latest: Update to 0.2.2-2.ea60bb9....* gnu/packages/guile-xyz.scm (guile-email-latest): Update to 0.2.2-2.ea60bb9.
| Ricardo Wurmus |
2021-12-15 | gnu: tensorflow: Fix build with newer numpy....* gnu/packages/machine-learning.scm (tensorflow)[arguments]: Rename
'python3.7-compatibility to 'python3.9-compatibility and patch file to allow
building with newer numpy.
| Ricardo Wurmus |
2021-12-15 | gnu: python-setuptools-for-tensorflow: Fix build....* gnu/packages/python-xyz.scm (python-setuptools-for-tensorflow)[arguments]:
Add phase 'compatibility-fixes; disable tests.
[native-inputs]: Add python-pytest, python-mock, and python-six.
| Ricardo Wurmus |
2021-12-15 | gnu: criu: Fix typo that broke the build....Reported by flatwhatson on #guix.
* gnu/packages/virtualization.scm (criu)[arguments]: Fix typo in #:make-flags.
| Leo Famulari |
2021-12-15 | gnu: libpfm4: Fix build error....------
For some reason, the build recently failed with:
pfmlib_perf_event_pmu.c:349:36: error: ?%s? directive output may be truncated writing up to 255 bytes into a region of size between 0 and 4095 [-Werror=format-truncation=]
349 | snprintf(d2path, MAXPATHLEN, "%s/%s", debugfs_mnt, d1->d_name);
| ^~
pfmlib_perf_event_pmu.c:349:3: note: ?snprintf? output between 2 and 4352 bytes into a destination of size 4096
349 | snprintf(d2path, MAXPATHLEN, "%s/%s", debugfs_mnt, d1->d_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pfmlib_perf_event_pmu.c:399:58: error: ?%s? directive output may be truncated writing up to 255 bytes into a region of size between 0 and 4095 [-Werror=format-truncation=]
399 | snprintf(idpath, MAXPATHLEN, "%s/%s/id", d2path, d2->d_name);
| ^~
pfmlib_perf_event_pmu.c:399:25: note: ?snprintf? output between 5 and 4355 bytes into a destination of size 4096
399 | snprintf(idpath, MAXPATHLEN, "%s/%s/id", d2path, d2->d_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
------
* gnu/packages/linux.scm (libpfm4)[arguments]: Add `-Wno-format-truncation` to
CFLAGS in custom 'build' phase.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Olivier Dion |
2021-12-15 | gnu: spice-vdagent: Fix build with glib >= 2.68....* gnu/packages/spice.scm (spice-vdagent)[source]: Add patch.
* gnu/packages/patches/spice-vdagent-glib-2.68.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Tobias Geerinckx-Rice |
2021-12-15 | gnu: boost-signals2: Update hash to matched moved tag....The upstream boost-1.77.0 tag moved significantly: from commit 10b030b
to commit 4a51d6e. Both predate the release of Boost 1.77.0, see
<https://lists.boost.org/boost-announce/2021/08/0593.php>, so we might
reasonably assume that the tag is now stable.
Asked upstream: <https://github.com/boostorg/signals2/issues/56>.
* gnu/packages/boost (boost-signals2)[source]: Update hash.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Aleksandr Vityazev |
2021-12-15 | gnu: ableton-link: Update to 3.0.3....* gnu/packages/audio.scm (ableton-link): Update to 3.0.3.
[arguments]: In phases, change source directory to "../source". Remove
trailing #t.
| Ludovic Courtès |
2021-12-15 | gnu: libgit2: Allow cross-compilation....With commit 8394619baceb118df92e355377fd543bb1aa501a, the label for
'pkg-config' when cross-compiling changed to "TRIPLET-pkg-config",
thereby breaking the 'assoc-ref' call. This commit fixes it by avoiding
referring to the label.
* gnu/packages/version-control.scm (libgit2)[arguments]: Adjust
"-DPKG_CONFIG_EXECUTABLE=" option.
| Ludovic Courtès |
2021-12-14 | gnu: emacs: Partially revert 'guix style'd emacs packages....This is a follow up to commit 88097dfba765bacb809edae7639fc3ed2dead297, which
styled many Emacs packages with 'guix style'.
* gnu/packages/emacs-xyz.scm (emacs-shroud): Revert to previous version.
(emacs-howm): Likewise.
(emacs-ob-sclang)[propagated-inputs]: Replace emacs-emacs by emacs-org and
org-scel by emacs-scel.
| Maxim Cournoyer |
2021-12-14 | gnu: Use new package style....* gnu/packages/emacs-xyz.scm (emacs-shroud):
(emacs-w3m):
(emacs-howm):
(emacs-guix):
(emacs-deferred):
(emacs-irony-mode):
(emacs-irony-mode-server):
(emacs-scel):
(emacs-elfeed-org):
(emacs-mocker):
(emacs-find-file-in-project):
(emacs-pyvenv):
(emacs-elpy):
(emacs-org-contrib):
(emacs-ob-sclang):
(emacspeak):
(emacs-json-reformat):
(emacs-ws-butler):
(emacs-browse-at-remote):
(epipe):
(emacs-emacsql):
(emacs-emacsql-sqlite3):
(emacs-org-super-agenda):
(emacs-dumb-jump):
(emacs-ytdl):
(emacs-arduino-mode):
(emacs-vterm):
(emacs-forge):
(emacs-flycheck-cpplint):
(emacs-telega-server):
(emacs-inf-janet):
(emacs-keystore-mode): Remove input labels. Remove trailing #T in phases. Use gexps.
| Nicolas Goaziou |
2021-12-14 | gnu: Rename emacs-recutils to emacs-rec-mode....This fixes ‘guix refresh emacs-rec-mode’.
* gnu/packages/databases.scm (emacs-rec-mode): New variable.
(emacs-recutils): Deprecate in favor of emacs-rec-mode.
| Liliana Marie Prikler |
2021-12-14 | gnu: emacs-recutils: Update to 1.8.2....* gnu/packages/databases.scm (emacs-recutils): Update to 1.8.2.
No longer inherit from recutils.
[source]: Add origin, fetching tarball from ELPA.
[native-inputs]: Add texinfo.
[arguments]: Add ‘make-info’ phase.
[home-page, license]: Fill in missing information no longer inherited.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Morgan Smith |
2021-12-14 | gnu: emacs-dvc: Use new style....* gnu/packages/emacs-xyz.scm (emacs-dvc)[arguments]<#:configure-flags>: Use
gexps.
<#:phases>: Remove trailing #T.
[native-inputs]: Remove labels.
[synopsis]: Remove trailing dot.
| Nicolas Goaziou |
2021-12-14 | gnu: emacs-string-inflection: Use new style....* gnu/packages/emacs-xyz.scm (emacs-string-inflection)[native-inputs]: Remove label.
| Nicolas Goaziou |
2021-12-14 | gnu: emacs-explain-pause-mode: Use new style....* gnu/packages/emacs-xyz.scm (emacs-explain-pause-mode)[native-inputs]: Remove
label.
| Nicolas Goaziou |
2021-12-14 | gnu: emacs-guix: Use new style (partly)....* gnu/packages/emacs-xyz.scm (emacs-guix)[arguments]<#:phase>: Remove trailing
[native-inputs, propagated-inputs]: Remove labels.
| Nicolas Goaziou |