summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2022-10-23gnu: libgphoto2: Update to 2.5.30....* gnu/packages/photo.scm (libgphoto2): Update to 2.5.30. Tobias Geerinckx-Rice
2022-10-23gnu: rsync: Update to 3.2.7....* gnu/packages/rsync.scm (rsync): Update to 3.2.7. Tobias Geerinckx-Rice
2022-10-29gnu: helm: Improve package style....* gnu/packages/music.scm (helm)[arguments]: Use G-expressions. Remove trailing #T from phases. [inputs]: Remove labels. Sort alphabetically. [native-inputs]: Sort alphabetically. Nicolas Goaziou
2022-10-29gnu: helm: fix not finding Factory Presets...* gnu/packages/music.scm (helm): Fix not finding Factory Presets. This change fixes hardcoded paths so that Factory Presets can be found. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Sughosha via Guix-patches via
2022-10-29gnu: emacs-tmr: Update arguments and license....* gnu/packages/emacs-xyz.scm (emacs-trm): [arguments]: Rename PATCH-FFPLAY phase to PATCH-PATHS and substitute TMR-SOUND-FILE variable. Add MAKEINFO phase; [inputs]: Add SOUND-THEME-FREEDESKTOP; [license]: Add fdl1.3+; [use-modules]: Add (gnu packages libcanberra). Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Aleksandr Vityazev
2022-10-29gnu: wesnoth: Update to 1.16.6....* gnu/packages/games.scm (wesnoth): Update to 1.16.6. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> (
2022-10-23gnu: rapidjson: Fix powerpc64le-linux build....…by avoiding ‘-march=native’, which is an unnecessary risk even if the result is not installed. * gnu/packages/web.scm (rapidjson)[arguments]: Replace the outdated 'patch-aarch-march-detection phase with an unconditional 'fix-march=native one. Tobias Geerinckx-Rice
2022-10-23gnu: dehydrated: ‘Build’ reproducibly....* gnu/packages/tls.scm (dehydrated)[arguments]: Invoke gzip with ‘-n’. Tobias Geerinckx-Rice
2022-10-23gnu: dehydrated: Use G-expressions....* gnu/packages/tls.scm (dehydrated)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2022-10-23gnu: dehydrated: Update to 0.7.0-0.6fb8eba....* gnu/packages/tls.scm (dehydrated): Update to 0.7.0-0.6fb8eba. [source]: Use GIT-FETCH & GIT-FILE-NAME. [arguments]: Adjust accordingly. Don't explicitly return #t from phases. [native-inputs]: Remove tar. Tobias Geerinckx-Rice
2022-10-23gnu: pinentry-tty: Update to 1.2.1....* gnu/packages/gnupg.scm (pinentry-tty): Update to 1.2.1. Tobias Geerinckx-Rice
2022-10-23gnu: goffice: Update to 0.10.53....* gnu/packages/gnome.scm (goffice): Update to 0.10.53. Tobias Geerinckx-Rice
2022-10-23gnu: memtest86+: Build reproducibly....* gnu/packages/hardware.scm (memtest86+)[source]: Add patch. * gnu/packages/patches/memtest86+-build-reproducibly.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice
2022-10-29gnu: Add ndppd....* gnu/packages/admin.scm (ndppd): New variable. Guillaume Le Vaillant
2022-10-29gnu: emacs-nano-modeline: Update to 0.7.2....* gnu/packages/emacs-xyz.scm (emacs-nano-modeline): Update to 0.7.2. Nicolas Goaziou
2022-10-29gnu: guix-build-coordinator: Update to 0-68.3768aec....* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-68.3768aec. Christopher Baines
2022-10-29gnu: bzip2: Fix script interpreters when cross-compiling....Add bash-minimal as an input fixes the interpreters for various scripts (like bzdiff and bzgrep) when cross-compiling. * gnu/packages/compression.scm (bzip2)[inputs]: Add bash-minimal when cross compiling. Christopher Baines
2022-10-29gnu: xz: Fix script interpreters when cross-compiling....Add bash-minimal as an input fixes the interpreters for various scripts (like xzgrep and xzless) when cross-compiling. * gnu/packages/compression.scm (xz)[inputs]: Add bash-minimal when cross compiling. Christopher Baines
2022-10-29gnu: gzip: Fix script interpreters when cross-compiling....Add bash-minimal as an input fixes the interpreters for various scripts (like zcat and zless) when cross-compiling. * gnu/packages/compression.scm (gzip)[inputs]: Add bash-minimal when cross compiling. Christopher Baines
2022-10-29gnu: gnome-control-center: Update to 42.4....* gnu/packages/gnome.scm (gnome-control-center): Update to 42.4. Christopher Baines
2022-10-28gnu: Add seer-gdb....* gnu/packages/debug.scm (seer-gdb): New variable. Danny Milosavljevic
2022-10-28gnu: texlive-latex-atveryend: Fix typo....* gnu/packages/tex.scm (texlive-latex-atveryend)[description]: Fix incorrectly pluralized use of "package". Vagrant Cascadian
2022-10-28gnu: python-rpy2: Update to 3.5.5....* gnu/packages/statistics.scm (python-rpy2): Update to 3.5.5. [arguments]: Run all tests; run them conditionally. Ricardo Wurmus
2022-10-28gnu: sed: Skip failing test on GNU/Hurd....* gnu/packages/base.scm (sed)[arguments]: Add #:make-flags. Christopher Baines
2022-10-28gnu: diffutils: Skip failing test on GNU/Hurd....* gnu/packages/base.scm (diffutils)[arguments]: Add #:make-flags. * gnu/packages/commencement.scm (diffutils-boot0)[arguments]: Adjust to always use substitute-keyword-arguments. Christopher Baines
2022-10-28gnu: Add r-damefinder....* gnu/packages/bioconductor.scm (r-damefinder): New variable. Mădălin Ionel Patrașcu
2022-10-28gnu: Add r-dama....* gnu/packages/bioconductor.scm (r-dama): New variable. Mădălin Ionel Patrașcu
2022-10-28gnu: Add ghc-6.6....* gnu/packages/haskell.scm (ghc-6.6): New variable. Ricardo Wurmus
2022-10-28gnu: ghc-6.0: Adjust configuration....* gnu/packages/haskell.scm (ghc-6.0)[arguments]: Pass --enable-src-tree-happy option; remove --with-hc option because we use the same GHC for everything; add --with-gcc option to embed absolute file name of GCC. [native-inputs]: Remove unused python-2. Ricardo Wurmus
2022-10-28gnu: ghc-4: Embed absolute file name of GCC in GHC....* gnu/packages/haskell.scm (ghc-4)[arguments]: Pass "--with-gcc" option to configure script. Ricardo Wurmus
2022-10-28gnu: flair: Update to 1.6.4....* gnu/packages/bioinformatics.scm (flair): Update to 1.6.4. [propagated-inputs]: Add python-numpy and python-scipy. Ricardo Wurmus
2022-10-28gnu: flair: Set R_HOME....* gnu/packages/bioinformatics.scm (flair)[arguments]: Set R_HOME. Ricardo Wurmus
2022-10-28gnu: flair: Add missing R package....* gnu/packages/bioinformatics.scm (flair)[inputs]: Add r-apeglm. Ricardo Wurmus
2022-10-28gnu: Add r-debcam....* gnu/packages/bioconductor.scm (r-debcam): New variable. Mădălin Ionel Patrașcu
2022-10-28gnu: Add r-dmwr2....* gnu/packages/cran.scm (r-dmwr2): New variable. Mădălin Ionel Patrașcu
2022-10-28gnu: emacs-modus-themes: Update to 3.0.0....* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 3.0.0. Nicolas Goaziou
2022-10-28gnu: emacs-ediprolog: Update to 2.2....* gnu/packages/emacs-xyz.scm (emacs-ediprolog): Update to 2.2. Nicolas Goaziou
2022-10-28gnu: emacs-subed: Update to 1.0.16....* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.16. Nicolas Goaziou
2022-10-28gnu: emacs-mmm-mode: Update to 0.5.9....* gnu/packages/emacs-xyz.scm (emacs-mmm-mode): Update to 0.5.9. Nicolas Goaziou
2022-10-28gnu: emacs-ement: Update to 0.4.1....* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.4.1. Nicolas Goaziou
2022-10-28gnu: r-mixedpower: Fix faulty commit....Fix previous commit, which did not contain the following changes: * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/statistics.scm (r-mixedpower)[source]: Use it. Lars-Dominik Braun
2022-10-28gnu: icedove: Update to 102.4.1....* gnu/packages/gnuzilla.scm (%icedove-build-id, %icedove-version) Update to 102.4.1. Jonathan Brielmaier
2022-10-28gnu: r-mixedpower: Improve compatibility with R>=4.2....Upstream’s fix is incomplete and thus commit 7871447cf5d9fc5a7b5fe5277fc5e111e5ce32d7 was insufficient. * gnu/packages/patches/r-mixedpower-r2power.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/statistics.scm (r-mixedpower)[source]: Use it. Lars-Dominik Braun
2022-10-27gnu: rottlog: Apply patch adding a Texinfo direntry....Relates to <https://issues.guix.gnu.org/58821>. * gnu/packages/patches/rottlog-direntry.patch: Add patch. * gnu/packages/admin.scm (rottlog): Apply it. * gnu/local.mk (dist_patch_DATA): Register it. Maxim Cournoyer
2022-10-27gnu: rottlog: Use gexps and bootstrap Autotools build system....* gnu/packages/admin.scm (rottlog) [snippet]: Delete build system files. Delete trailing #t. Patch Makefile.am instead of Makefile.in. Do not patch INSTALL_RC and INSTALL_SCRIPT variables default values. [arguments]: Use gexps. Delete trailing #t. [make-flags]: Override INSTALL_RC and INSTALL_SCRIPT. [phases]{fix-configure}: Delete phase. [native-inputs]: Add autoconf. Sort inputs. Maxim Cournoyer
2022-10-27gnu: linux-libre: Update to 5.19.17....* gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.17. (linux-libre-5.19-pristine-source): Update hash. Leo Famulari
2022-10-28gnu: findutils: Skip failing test on GNU/Hurd....* gnu/packages/base.scm (findutils)[arguments]: Add #:make-flags. * gnu/packages/commencement.scm (findutils-boot0)[arguments]: Likewise. Ludovic Courtès
2022-10-28gnu: grep: Skip failing tests on GNU/Hurd....* gnu/packages/base.scm (grep)[arguments]: Add #:make-flags. Ludovic Courtès
2022-10-28gnu: coreutils: Skip failing tests on GNU/Hurd....* gnu/packages/base.scm (coreutils)[arguments]: Add "tests/df/unreadable.sh" and "test-perror2" to the 'XFAIL_TESTS' list. Ludovic Courtès
2022-10-27gnu: swftools: Fix typos....* gnu/packages/animation.scm (swftools)[description]: Avoid uses of "allows to". Vagrant Cascadian