aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2022-09-29gnu: Add lite-xl....* gnu/packages/text-editors.scm (lite-xl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2022-09-29services: shepherd: Leave the finalization thread in peace....This gets rid of that (in)famous at boot time: error in finalization thread: Success This was caused by the file-descriptor closing loop, which would clause the finalization pipe, leading the finalization thread to (erroneously) error out. Thanks to Josselin Poiret for locating the problem! * gnu/services/shepherd.scm (shepherd-boot-gexp): In 'loop', replace 'close-fdes' with a pair of 'fcntl' calls to add FD_CLOEXEC. Ludovic Courtès
2022-09-29gnu: Add emacs-cov....* gnu/packages/emacs-xyz.scm (emacs-cov): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> jgart
2022-09-29gnu: Add emacs-elquery....* gnu/packages/emacs-xyz.scm (emacs-elquery): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> jgart
2022-09-29gnu: emacs-popup: Update to 0.5.9....* gnu/packages/emacs-xyz.scm (emacs-popup): Update to 0.5.9. Nicolas Goaziou
2022-09-29gnu: emacs-async: Update to 1.9.7....* gnu/packages/emacs-xyz.scm (emacs-async): Update to 1.9.7. Nicolas Goaziou
2022-09-28services: Add file system utilities to profile....* gnu/services/base.scm (file-system-type->utilities) (file-system-utilities): New procedures. (file-system-service-type): Extend 'profile-service-type' with 'file-system-utilities'. * gnu/system.scm (boot-file-system-service): New procedure. (operating-system-default-essential-services): Use it. (%base-packages): Remove 'e2fsprogs'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Brice Waegeneire
2022-09-28gnu: icecat: Remove leftovers from version 91....* gnu/packages/gnuzilla.scm (all-mozilla-91-locales, %icecat-91-version, icecat-91-source): Remove variables. Jonathan Brielmaier
2022-09-28gnu: icedove: Update to 102.3.0....* gnu/packages/gnuzilla.scm (icedove): Update to 102.3.0. [source]: Use icecat-source again. [arguments]: Remove `--frozen` flag from cargo invokation. Remove `--with-user-appdir` flag (no longer honoured since TB91). Disable WASM sandbox for now (needs more dependencies). [inputs]: Add alsa-lib. Use icu4c-71. [native-inputs]: Update hg-reference link. Use rust@1.59 and rust-cbindgen@0.23. Jonathan Brielmaier
2022-09-28gnu: Add gnome-shell-extension-unite-shell....* gnu/packages/gnome-xyz.scm (gnome-shell-extension-unite-shell): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Trevor Richards
2022-09-28gnu: Add texlive-babel-czech....* gnu/packages/tex.scm (texlive-babel-czech): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Wiktor Żelazny
2022-09-28gnu: wpa-supplicant: Enable OWE support....With OWE support users are enable to connect to "Opportunistic Wireless Encryption" networks. This means users are able to have an encrypted data channel in an otherwise open wireless network. * gnu/packages/admin.scm (wpa-supplicant)[arguments]: Rename 'configure-for-dbus' phase to 'set-config-options'. Set CONFIG_OWE=y. Remove trailing #t. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Andreas Rammhold
2022-09-28gnu: Add r-ggghost....* gnu/packages/cran.scm (r-ggghost): New variable. Ricardo Wurmus
2022-09-28gnu: Add r-animation....* gnu/packages/cran.scm (r-animation): New variable. Ricardo Wurmus
2022-09-28gnu: Add js-scianimator....* gnu/packages/javascript.scm (js-scianimator): New variable. Ricardo Wurmus
2022-09-28gnu: Add r-ggthemeassist....* gnu/packages/cran.scm (r-ggthemeassist): New variable. Ricardo Wurmus
2022-09-28gnu: Add r-bundesligr....* gnu/packages/cran.scm (r-bundesligr): New variable. Ricardo Wurmus
2022-09-28gnu: Add r-pbdmpi....* gnu/packages/cran.scm (r-pbdmpi): New variable. Ricardo Wurmus
2022-09-28gnu: Add r-rlecuyer....* gnu/packages/cran.scm (r-rlecuyer): New variable. Ricardo Wurmus
2022-09-28gnu: Add acpilight....* gnu/packages/linux.scm (acpilight): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Brice Waegeneire
2022-09-28gnu: evolution: Add missing input....In commit e4bf10ab0bc7c397fe7cbc52aea87d5ea2dfda7d, libnotify was removed (and the removal documented). This led to desktop notifications no longer popping up for received emails. Re-adding libnotify fixes this. * gnu/packages/gnome.scm (evolution)[inputs]: Add libnotify. Liliana Marie Prikler
2022-09-28gnu: Add btop....* gnu/packages/admin.scm (btop): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Petr Hodina
2022-09-28gnu: Add elm-community-random-extra....* gnu/packages/elm.scm (elm-community-random-extra): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> jgart
2022-09-28gnu: ungoogled-chromium: Update to 106.0.5249.61-1....* gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for M106. (%chromium-version): Set to 106.0.5249.61. (%arch-revision): New variable. (%ungoogled-origin): Update hash. (%chromium-gcc-patchset): Update to chromium-106-patchset-3. (%gcc-patches): Adjust accordingly. (arch-patch): New procedure. (%ungoogled-chromium-unroll-ffmpeg.patch): Remove variable. (%reverse-patches): New variable. (ungoogled-chromium-snippet): Apply %REVERSE-PATCHES instead of just the one. (ungoogled-chromium): Update hash. [arguments]: Adjust compiler flags and header inclusions. Marius Bakke
2022-09-28gnu: expat: Update replacement to 2.4.9 [fixes CVE-2022-40674]....* gnu/packages/xml.scm (expat/fixed): Update to 2.4.9. Liliana Marie Prikler
2022-09-28gnu: gnome: Sort propagated inputs alphabetically within categories....* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Sort alphabetically within categories. Liliana Marie Prikler
2022-09-28gnu: telegram: Remove unused variables....* gnu/packages/telegram.scm (lib-rlottie-for-telegram-desktop) (lib-waylandshells-for-telegram-desktop,libtgvoip-for-telegram-desktop): Remove variables. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain
2022-09-28gnu: telegram-desktop: Sort inputs alphabetically....* gnu/packages/telegram.scm (telegram-desktop)[inputs]: Sort inputs alphabetically. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain
2022-09-28gnu: telegram-desktop: Update to 4.2.2....* gnu/packages/patches/telegram-desktop-allow-disable-libtgvoip.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch. * gnu/packages/telegram.scm (tgcalls-for-telegram-desktop) (codegen-for-telegram-desktop,lib-base-for-telegram-desktop) (lib-crl-for-telegram-desktop,lib-lottie-for-telegram-desktop) (lib-qr-for-telegram-desktop,lib-rpl-for-telegram-desktop) (lib-spellcheck-for-telegram-desktop,lib-storage-for-telegram-desktop) (lib-tl-for-telegram-desktop,lib-ui-for-telegram-desktop) (lib-webrtc-for-telegram-desktop,lib-webview-for-telegram-desktop) (cmake-helpers-for-telegram-desktop): Bump to submodule checkout. (rlottie-for-telegram-desktop): Bump to submodule checkout. [snippet]: Switch off werror. [arguments]: Inherit from rlottie. (telegram-desktop): Update to 4.2.2. [patches]: Add telegram-desktop-allow-disable-libtgvoip.patch. [arguments]<#:configure-flags>: Unbundle rlottie. <#:phases>: Adjusted accordingly. [native-inputs]: Add clang-toolchain. Remove cmake-shared, extra-cmake-modules and qttools-5. [inputs]: Add abseil-cpp-cxxstd17, kcoreaddons, libdispatch, libvpx, wayland, webkitgtk. Remove catch2, kwayland, libdbusmenu-qt, libtgvoip-for-telegram-desktop, libx11, materialdecoration and qt5ct. [propagated-inputs]: Remove dconf. [license]: Adjust accordingly. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain
2022-09-28gnu: Add libdispatch....* gnu/packages/c.scm (libdispatch): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain
2022-09-28gnu: Remove libvpx-for-telegram-desktop....* gnu/packages/telegram.scm (libvpx-for-telegram-desktop): Remove variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain
2022-09-28gnu: webrtc-for-telegram-desktop: Sort inputs alphabetically....* gnu/packages/telegram.scm (webrtc-for-telegram-desktop)[inputs]: Sort inputs alphabetically. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain
2022-09-28gnu: webrtc-for-telegram-desktop: Update to 621f3da5....* gnu/packages/patches/webrtc-for-telegram-desktop-fix-gcc12-cstdint.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/telegram.scm (webrtc-for-telegram-desktop): Update to 621f3da5. [patches]: Add webrtc-for-telegram-desktop-fix-gcc12-cstdint.patch. [snippet]: Unbundle libvpx and openh264. [native-inputs]: Remove perl. [inputs]: Replace pipewire with pipewire-0.3. Add abseil-cpp-cxxstd17, libdrm, libglvnd, libvpx, libxfixes, mesa, openh264. Remove alsa-lib, libx11 and pulseaudio. [arguments]<#:phases>: Adjust accordingly. [license]: Likewise. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain
2022-09-28gnu: Add crc32c....* gnu/packages/cpp.scm (crc32c): New variable. * gnu/packages/patches/crc32c-unbundle-googletest.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain
2022-09-28gnu: Add abseil-cpp-cxxstd17....* gnu/packages/cpp.scm (abseil-cpp-cxxstd17): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain
2022-09-28gnu: kcoreaddons: Update to 5.98.0....* gnu/packages/kde-frameworks.scm (kcoreaddons): Update to 5.98.0. [arguments]<#:phases>: Update blocklist for failing tests. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain
2022-09-28gnu: kcoreaddons: Remove trailing #t....* gnu/packages/kde-frameworks.scm (kcoreaddons)[arguments]<#:phases>: Remove trailing #t. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain
2022-09-28gnu: extra-cmake-modules: Update to 5.98.0....* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 5.98.0. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain
2022-09-28gnu: zplugins: Update to 0.2.4...* gnu/packages/music (zplugins): Update to 0.2.4 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sughosha
2022-09-28gnu: gnome: Remove input labels....* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Remove labels. Maxim Cournoyer
2022-09-28gnu: gnome: Update propagated dependencies....* gnu/packages/gnome.scm (gnome) [propgated-inputs]: Remove gnome-terminal and gedit. And add gnome-console and gnome-text-editor. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sughosha
2022-09-28services: samba: Remove unused variables and modules....* gnu/services/samba.scm (%smb-conf): Delete unused variable. Maxim Cournoyer
2022-09-28gnu: ffmpeg-5: Update to 5.1.2....* gnu/packages/video.scm (ffmpeg-5): Update to 5.1.2. Efraim Flashner
2022-09-28gnu: parallel: Update to 20220922....* gnu/packages/parallel.scm (parallel): Update to 20220922. Efraim Flashner
2022-09-28gnu: git-annex: Update to 10.20220927....* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220927. [inputs]: Add ghc-clientsession, ghc-wai, ghc-wai-extra, ghc-warp, ghc-warp-tls, ghc-yesod, ghc-yesod-core, ghc-yesod-form, and ghc-yesod-static. Efraim Flashner
2022-09-28gnu: vim: Update to 9.0.0594....* gnu/packages/vim.scm (vim): Update to 9.0.0594. [arguments]: Adjust custom 'patch-absolute-paths phase to add another file to patch. Efraim Flashner
2022-09-28Revert "gnu: Add rust-number-prefix-0.4."...This reverts commit 3ff582b82b047f709b761ccf075809c66fef7957. This package was already included in Guix. Efraim Flashner
2022-09-28gnu: exa: Only build with pandoc when supported....* gnu/packages/rust-apps.scm (exa)[arguments]: Adjust custom 'build-manual phase to only build when pandoc is available. Adjust custom 'install-extras to only install man pages when they are available. [native-inputs]: Only include pandoc on systems where it is supported. Efraim Flashner
2022-09-28gnu: exa: Don't install source....* gnu/packages/rust-apps.scm (exa)[arguments]: Add flag to not install the package source. Efraim Flashner
2022-09-28gnu: exa: Update to 0.10.1....* gnu/packages/rust-apps.scm (exa): Update to 0.10.1. [arguments]: Delete custom phase 'disable-failing-tests. Add custom 'build-manual phase. Remove trailing #t from phases. [cargo-inputs]: Replace rust-datetime-0.4 with 0.5, rust-git2-0.9 with 0.13, rust-number-prefix-0.3 with 0.4, rust-users-0.9 with 0.11, rust-zoneinfo-compiled-0.4 with 0.5. [cargo-native-inputs]: Replace rust-datetime-0.4 with 0.5. [native-inputs]: Add pandoc. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> gyara