aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-14self: Mark the generation (guix config) as non-declarative.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/58927>. Reported by Maxime Devos <maximedevos@telenet.be> and Marius Bakke <marius@gnu.org>. Starting from 076e825dc5d585943ce820a279fffe4af09757fb, "guix --version" would print "0" as the version number, due to '%guix-version' being inlined in (guix ui) when compiling '*core-modules*' in (guix self). * guix/self.scm (make-config.scm): Pass #:declarative? #f.
2022-11-14gnu: bbswitch-module: Update to 20220529 and fix for Linux 5.18+.Pierre Neidhardt
* gnu/packages/linux.scm (bbswitch-module): Update to 20220529 and fix for Linux 5.18+. [source]: Switch to fork since fix is not merged upstream yet.
2022-11-14gnu: protobuf-2: Use gexp in arguments.Christopher Baines
This fixes the breakage introduced when the protobuf package switched to using gexp's in the arguments. The package doesn't build, but at least the builder is now deterministic and valid Guile. * gnu/packages/protobuf.scm (protobuf-2)[arguments]: Adapt to use gexp's.
2022-11-14guix-install.sh: Remove unnecessary XDG_DATA_DIRS export.Prafulla Giri
This started out as a bug-fix for a GUI login loop that was resulting from XDG_DATA_DIRS not including any of the host distro's directories. The solution was to export the vari- able (with fail-safe defaults) before source-ing GUIX_PROFILE/etc/profile. It turns out changes have already been made to ensure that XDG_DATA_DIRS, etc. are always exported before anything guix-specific. So, this export is no longer necessary. For reference, the aforementioned bug was found on a Debian 11 machine and it's guix.sh init profile for guix version 1.2. * etc/guix-install.sh (sys_create_init_profile): Remove unnecessary XDG_DATA_DIRS export. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-14gnu: mpv: Update to 0.35.0.dan
* gnu/packages/video.scm (mpv): Update to 0.35.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-13gnu: emacs-magit: Substitute git executable path.Thiago Jung Bauermann
Magit has a strong dependency on Git so it should directly reference the git executable rather than expect it to be available in the profile or environment. This also fixes a build failure in emacs-forge. * gnu/packages/emacs-xyz.scm (emacs-magit)[arguments]<#:phases>: Substitute git path in the ‘magit-git-executable’ variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-13gnu: komikku: Update to 1.4.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 1.4.0.
2022-11-13gnu: Add spectre-meltdown-checker.Hilton Chain
* gnu/packages/linux.scm (spectre-meltdown-checker): New variable. * gnu/packages/patches/spectre-meltdown-checker-find-kernel.patch: New file. * gnu/packages/patches/spectre-meltdown-checker-externalize-fwdb.patch: New file. * gnu/local.mk (dist_patch_DATA): Register them here. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-13gnu: gwl: Update to 0.5.1.Ricardo Wurmus
* gnu/packages/package-management.scm (gwl): Update to 0.5.1. [arguments]: Disable one test.
2022-11-13gnu: ardour: Do not use labels in list of native inputs.Ricardo Wurmus
* gnu/packages/audio.scm (ardour)[native-inputs]: Drop package labels.
2022-11-13gnu: ardour: Remove trailing #T from phases.Ricardo Wurmus
* gnu/packages/audio.scm (ardour)[arguments]: Remove trailing #T. (ardour-rpath-phase): Same.
2022-11-13gnu: ardour: Install man page.Sughosha
* gnu/packages/audio.scm (ardour)[arguments]: Add phase "install-man-page".
2022-11-13gnu: ardour: Use more system libraries.Sughosha
* gnu/packages/audio.scm (ardour)[arguments]: Enable use of external libraries. [inputs]: Add fluidsynth, hidapi, libltc, and qm-dsp.
2022-11-13gnu: Add qm-dsp.Sughosha
* gnu/packages/audio.scm (qm-dsp): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2022-11-13gnu: ardour: Update to 7.0Sughosha
* gnu/packages/audio.scm (ardour): Update to 7.0.
2022-11-13gnu: prosody: Add bash-minimal to inputs.Arun Isaac
* gnu/packages/messaging.scm (prosody)[inputs]: Add bash-minimal.
2022-11-13gnu: prosody: Update to 0.12.1.Arun Isaac
* gnu/packages/messaging.scm (prosody): Update to 0.12.1. [inputs]: Add icu4c.
2022-11-13services: vpn: Fix the profile wireguard package.EuAndreh
This is a follow-up of: fb35b7cedd48a47820b0c250677b7ec6ac78fdc1. * gnu/services/vpn.scm (wireguard-service-type): Add the wireguard package from the configuration to the profile. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-11-13gnu: ck: Add support for riscv64-linux.Efraim Flashner
* gnu/packages/c.scm (gnu-triplet->ck-machine target): Add case for riscv64.
2022-11-13gnu: mimalloc: Update to 2.0.7.Efraim Flashner
* gnu/packages/c.scm (mimalloc): Update to 2.0.7.
2022-11-13gnu: Add c-intro-and-ref.Maxim Cournoyer
* gnu/packages/c.scm (c-intro-and-ref): New variable.
2022-11-12gnu: guile-websocket: Update to 0.1.David Thompson
* gnu/packages/guile-xyz.scm (guile-websocket): Update to 0.1.
2022-11-12gnu: emacs-php-mode: Update to 1.24.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.24.2.
2022-11-12gnu: emacs-helm: Update to 3.9.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.9.0.
2022-11-12gnu: fet: Update to 6.7.1.Nicolas Goaziou
* gnu/packages/education.scm (fet): Update to 6.7.1.
2022-11-12services: vpn: Add wireguard-tools to profile-service-type.EuAndreh
* gnu/services/vpn.scm (wireguard-service-type): Include the "wireguard-tools" package as an extension to profile-service-type, so that users that enable the wireguard service can interact with it via the command-line without having to manually install wireguard-tools. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-11-12gnu: cuirass: Update to 1.1.0-12.1fb4b0a.Mathieu Othacehe
* gnu/packages/ci.scm (cuirass): Update to 1.1.0-12.1fb4b0a.
2022-11-12gnu: guile-simple-zmq: Update to 0.0.0-10.ff0b39a.Mathieu Othacehe
* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-10.ff0b39a.
2022-11-12gnu: Add emacs-free-keys.jgart
* gnu/packages/emacs-xyz.scm (emacs-free-keys): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-11-12gnu: emacs-helm: Update to 3.8.9.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.9.
2022-11-12gnu: emacs-prescient: Update to 6.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 6.0.
2022-11-12gnu: emacs-ctrlf: Update to 1.6.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.6.
2022-11-12gnu: emacs-apheleia: Update to 3.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 3.1.
2022-11-12gnu: emacs-exwm: Update to 0.27.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.27.
2022-11-12gnu: emacs-subed: Update to 1.0.19.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.19.
2022-11-12teams: Add Raghav Gururajan.Raghav Gururajan
* etc/teams.scm.in: Add Raghav Gururajan.
2022-11-12gnu: Add carp.jgart
* gnu/packages/lisp.scm (carp): New variable. Co-authored-by: ( <paren@disroot.org> Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-12Revert "teams: Add Raghav Gururajan."Raghav Gururajan
This reverts commit 56aebf7f7cbb3781c3f470902f43b361f85cba3e.
2022-11-12teams: Add Raghav Gururajan.Raghav Gururajan
* etc/teams.scm.in: Add Raghav Gururajan.
2022-11-12gnu: jami: Enable unit tests.Maxim Cournoyer
* gnu/packages/patches/jami-fix-qml-imports.patch: New file. * gnu/packages/patches/jami-fix-unit-tests-build.patch: Likewise. * gnu/packages/patches/jami-libjami-headers-search.patch: Likewise. * gnu/packages/patches/jami-sip-unregister.patch: Likewise. * gnu/packages/patches/jami-xcb-link.patch: Likewise. * gnu/local.mk: Register them. * gnu/packages/jami.scm (%jami-sources): Apply new patches. (jami) [tests?]: Delete argument to run tests. [configure-flags]: Remove TESTS? argument. Enable tests with -DENABLE_TESTS=ON. Remove -DLIBJAMI_INCLUDE_DIR. [phases] {check}: New phase override. [native-inputs]: Add settings-desktop-schemas. [inputs]: Add glib and libxcb.
2022-11-11gnu: jami: Update to 20221031.1308.130cc26.Maxim Cournoyer
* gnu/packages/jami.scm (libjami, jami): Update to 20221031.1308.130cc26. (%jami-sources): Remove jami-fix-crash-on-block-contact patch. Add jami-disable-integration-tests and jami-no-webengine patches. (pjproject-jami): Update to 2.12-1.513a3f1. (ffmpeg-jami): Replace libvpx with libvpx-next. Replace libx264 with libx264-next. (libjami): Update comment with upstream issue URL. [tests?]: Remove argument, enabling test suite. [configure-flags]: Remove "--disable-static". [phases] {delete-static-libraries}: New phase. (jami) [tests?]: Update comment. [configure-flags]: Remove "-DLIBJAMI_XML_INTERFACES_DIR=" flag. [phases] {patch-source}: Delete phase. * gnu/packages/patches/jami-fix-crash-on-block-contact.patch: Delete patch. * gnu/packages/patches/jami-disable-integration-tests.patch: New file. * gnu/packages/patches/jami-no-webengine.patch: New file. * gnu/local.mk (dist_patch_DATA): Update accordingly.
2022-11-11gnu: opendht: Use latest fmt.Maxim Cournoyer
* gnu/packages/networking.scm (opendht)[inputs]: Replace fmt-8 with fmt.
2022-11-11gnu: linux-libre 4.9: Update to 4.9.333.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.333. (linux-libre-4.9-pristine-source): Update hash.
2022-11-11gnu: linux-libre 4.14: Update to 4.14.299.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.299. (linux-libre-4.14-pristine-source): Update hash.
2022-11-11gnu: linux-libre 4.19: Update to 4.19.265.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.265. (linux-libre-4.19-pristine-source): Update hash.
2022-11-11gnu: linux-libre 5.4: Update to 5.4.224.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.224. (linux-libre-5.4-pristine-source): Update hash.
2022-11-11gnu: linux-libre 5.10: Update to 5.10.154.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.154. (linux-libre-5.10-pristine-source): Update hash.
2022-11-11gnu: linux-libre 5.15: Update to 5.15.78.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.78. (linux-libre-5.15-pristine-source): Update hash.
2022-11-11gnu: linux-libre: Update to 6.0.8.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.8. (linux-libre-6.0-pristine-source): Update hash.
2022-11-12gnu: uBlock Origin: Update to 1.45.2.Marius Bakke
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.45.2.