summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-11gnu: libslirp: Update to 4.7.0.Marius Bakke
* gnu/packages/containers.scm (libslirp): Update to 4.7.0. [inputs]: Move GLIB ... [propagated-inputs]: ... here.
2022-09-11gnu: ntp: Adjust for glibc 2.34 and later.Marius Bakke
* gnu/packages/ntp.scm (ntp)[source](patches): Add one more origin.
2022-09-11gnu: mercurial: Update to 6.2.2.Marius Bakke
* gnu/packages/version-control.scm (mercurial): Update to 6.2.2.
2022-09-11gnu: mercurial: Adjust for grep 3.8.Marius Bakke
* gnu/packages/version-control.scm (mercurial)[source](modules, snippet): New fields.
2022-09-11gnu: Open vSwitch: Update to 3.0.0.Marius Bakke
* gnu/packages/networking.scm (openvswitch): Update to 3.0.0.
2022-09-11gnu: Open vSwitch: Remove input labels.Marius Bakke
* gnu/packages/networking.scm (openvswitch)[native-inputs]: Remove labels. [arguments]: Use SEARCH-INPUT-FILE instead of labels.
2022-09-11gnu: Open vSwitch: Add release-monitoring-url.Marius Bakke
* gnu/packages/networking.scm (openvswitch)[properties]: New field.
2022-09-11gnu: Open vSwitch: Adjust tests for grep 3.8.Marius Bakke
* gnu/packages/networking.scm (openvswitch)[arguments]: Add substitution for 'egrep'.
2022-09-11gnu: swaylock: Update to 1.6.Marius Bakke
* gnu/packages/wm.scm (swaylock): Update to 1.6.
2022-09-11gnu: emacs-mint-mode: Update to 1.0.3.jgart
* gnu/packages/emacs-xyz.scm (emacs-mint-mode): Update to 1.0.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-11gnu: emacs-detached: Update to 0.8.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.8.1. [arguments]<#:phases>: Remove references to the detached-env script, which does not exist anymore.
2022-09-11gnu: emacs-ansi: Update to 0.4.1-2.2367fba.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ansi): Update to 0.4.1-2.2367fba. [propagated-inputs]: Remove EMACS-DASH and EMACS-S.
2022-09-11gnu: Add emacs-mentor.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-mentor): New variable.
2022-09-11gnu: piper: Update to 0.7.Tobias Kortkamp
* gnu/packages/gnome.scm (piper): Update to 0.7. [native-inputs]: Add appstream. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-11gnu: piper: Unbreak tests.Tobias Kortkamp
Make flake8 config available inside the build directory. https://github.com/libratbag/piper/pull/781 * gnu/packages/gnome.scm (piper): Unbreak tests. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-11gnu: piper: Fix runtime.Tobias Kortkamp
The wrapper script does not add piper's own Python files to GUIX_PYTHONPATH. Copy the approach from gtg to solve this. Traceback (most recent call last): File "/gnu/store/9fq062kva6ffidilg0qn8liqn6a8yf1w-piper-0.6/bin/.piper-real", line 36, in <module> from piper.application import Application ModuleNotFoundError: No module named 'piper' * gnu/packages/gnome.scm (piper): Fix runtime. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-11gnu: Add steam-devices-udev-rules.Morgan Smith
* gnu/packages/games.scm (steam-devices-udev-rules): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-11gnu: janet: Update to 1.24.1.jgart
* gnu/packages/lisp.scm (janet): Update to 1.24.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-11gnu: java-slf4j-api: Update the source URI.Artyom V. Poptsov
* gnu/packages/java.scm (java-slf4j-api)[source]: Replace the URI with "git-reference" to GitHub as the origin reference to "https://www.slf4j.org/dist/slf4j-..." seems to be broken. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-11gnu: plantuml: Update to 1.2022.7.jgart
* gnu/packages/yyy.scm (plantuml): Update to 1.2022.7. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-11gnu: v4l2loopback-linux-module: Update to 0.12.7.Michael Rohleder
* gnu/packages/linux.scm (v4l2loopback-linux-module): Update to 0.12.7. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-11gnu: recoll: Update to 1.32.7.Michael Rohleder
* gnu/packages/search.scm (recoll): Update to 1.32.7. [arguments]<#:configure-flags>: Add --with-inotify. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-11gnu: font-plemoljp: Update to 1.2.7.Taiju HIGASHI
* gnu/packages/fonts.scm (font-plemoljp): Update to 1.2.7. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-11gnu: nheko: Update to 0.10.1.Michael Rohleder
* gnu/packages/messaging.scm (nheko): Update to 0.10.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-11gnu: mtxclient: Update to 0.8.2.Michael Rohleder
* gnu/packages/messaging.scm (mtxclient): Update to 0.8.2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-11gnu: python-qrcode: Update to 7.3.1.Felix Gruber
* gnu/packages/python-xyz.scm (python-qrcode): Update to 7.3.1. [propagated-inputs]: Remove python-six. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-11daemon: Remove unused function findOutput.Maxime Devos
* nix/libstore/misc.cc (findOutput): Remove it. * nix/libstore/misc.hh (findOutput): Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-11daemon: Remove unused function exportPaths.Maxime Devos
* nix/libstore/store-api.cc (exportPaths): Remove it. * nix/libstore/store-api.hh (exportPaths): Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-11daemon: Remove unused function openStore.Maxime Devos
* nix/libstore/store-api.cc (openStore): Remove it. * nix/libstore/store-api.hh (openStore): Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-11gnu: emacs-vertico: Update to 0.27.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.27.
2022-09-11news: Fix entry.Guillaume Le Vaillant
* etc/news.scm: Fix commit field.
2022-09-11gnu: qmapshack: Add curl dependency.Guillaume Le Vaillant
* gnu/packages/geo.scm (qmapshack)[inputs]: Add curl.
2022-09-11gnu: qgis: Disable failing tests.Felix Gruber
* gnu/packages/geo.scm (qgis)[arguments]: Disable failing tests in 'check phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-11gnu: gplates: Add curl dependency.Felix Gruber
* gnu/packages/geo.scm (gplates)[inputs]: Add curl. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-11gnu: openorienteering-mapper: Add curl dependency.Felix Gruber
* gnu/packages/geo.scm (openorienteering-mapper)[inputs]: Add curl. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-11gnu: python-cartopy: Update to 0.20.3.Felix Gruber
* gnu/packages/geo.scm (python-cartopy): Update to 0.20.3. [propagated-inputs]: Add python-pyproj. [inputs]: Add comment to explain why proj is needed after depending on python-pyproj. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-11gnu: python-pyproj: Update to 3.3.1.Felix Gruber
* gnu/packages/geo.scm (python-pyproj): Update to 3.3.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-11gnu: proj: Update to 9.0.1.Felix Gruber
* gnu/packages/geo.scm (proj): Update to 9.0.1. [arguments]: Remove fix-version phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-11gnu: xygrib: Build against proj-7.Felix Gruber
* gnu/packages/geo.scm (xygrib)[inputs]: Replace proj with proj-7. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-11gnu: vtk: Build against proj-7.Felix Gruber
* gnu/packages/image-processing.scm (vtk)[inputs]: Replace proj with proj-7. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-11gnu: Add proj-7.Felix Gruber
* gnu/packages/geo.scm (proj-7): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-11services: web: Fix long lines.Mathieu Othacehe
* gnu/services/web.scm: Remove a trailing space and wrap long line. No functional change.
2022-09-11news: Add entry about Emacs native compilation.Liliana Marie Prikler
* etc/news.scm: Add entry.
2022-09-11gnu: emacs-org: Undelete build step.Liliana Marie Prikler
With native compilation enabled, it is now no longer meaningless. * gnu/packages/emacs-xyz.scm (emacs-org)[#:phases]: Don't delete ‘build’.
2022-09-11build-system: emacs: Use new function for autoloads generationMorgan Smith
* guix/build/emacs-utils.scm (emacs-generate-autoloads): Use 'loaddefs-generate' to create autoloads instead of 'update-directory-autoloads' if we are using a new enough Emacs Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-09-11gnu: emacs-yasnippet: Fix build.Liliana Marie Prikler
* gnu/packages/patches/emacs-yasnippet-fix-tests.patch: Handle arguments in buffer-list.
2022-09-11build-system: emacs: Use native compilation.Liliana Marie Prikler
* guix/build/emacs-build-system.scm (add-install-to-native-load-path): New variable. (build): Replace ‘emacs-byte-compile-directory’ with ‘emacs-compile-directory’. Delete already compiled files in the working directory prior to compilation. (%standard-phases): Add ‘add-install-to-native-load-path’ after ‘expand-load-path’.
2022-09-11guix: emacs-utils: Add emacs-compile-directory.Liliana Marie Prikler
* guix/build/emacs-utils.scm (emacs-compile-directory): New variable.
2022-09-11gnu: emacs: Build with native compilation.Liliana Marie Prikler
* gnu/packages/emacs.scm (%emacs-modules): New variable. (emacs)[arguments]<#:modules>: Use it here. <#:configure-flags> Add “--with-native-compilation”. <#:make-flags>: Add “NATIVE_FULL_AOT=1”. <#:phases>: Add ‘set-libgccjit-path’ and ‘patch-compilation-driver’. [inputs]: Add explicit ld-wrapper, binutils, glibc, and libgccjit. [search-paths]: Add EMACSNATIVELOADPATH. (emacs-minimal, emacs-xwidgets, emacs-no-x) (emacs-no-x-toolkit): Adjust accordingly.
2022-09-11gnu: libgccjit: Build multiple versions.Liliana Marie Prikler
* gnu/packages/gcc.scm (libgccjit-9, libgccjit-10, libgccjit-11) (libgccjit-12): New variables. (libgccjit): Update to libgccjit-10.