Age | Commit message (Expand) | Author |
2022-10-23 | etc: systemd services shouldn't ‘RemainAfterExit’....* etc/guix-daemon.service.in (RemainAfterExit): Don't.
* etc/guix-publish.service.in (RemainAfterExit): Likewise don't.
| Tobias Geerinckx-Rice |
2022-10-23 | etc: Add ‘Restart=always’ to both systemd services....* etc/guix-daemon.service.in (Restart): ‘Always’ do.
* etc/guix-publish.service.in (Restart): Likewise.
| Tobias Geerinckx-Rice |
2022-10-23 | etc: Add ‘OOMPolicy=continue’ to guix-daemon.service....* etc/guix-daemon.service.in (OOMPolicy): Continue.
| Tobias Geerinckx-Rice |
2022-10-23 | gnu: libgphoto2: Update to 2.5.30....* gnu/packages/photo.scm (libgphoto2): Update to 2.5.30.
| Tobias Geerinckx-Rice |
2022-10-23 | gnu: rsync: Update to 3.2.7....* gnu/packages/rsync.scm (rsync): Update to 3.2.7.
| Tobias Geerinckx-Rice |
2022-10-29 | gnu: 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-29 | gnu: 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-29 | gnu: 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-29 | gnu: 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-23 | gnu: 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-23 | gnu: dehydrated: ‘Build’ reproducibly....* gnu/packages/tls.scm (dehydrated)[arguments]: Invoke gzip with ‘-n’.
| Tobias Geerinckx-Rice |
2022-10-23 | gnu: dehydrated: Use G-expressions....* gnu/packages/tls.scm (dehydrated)[arguments]:
Rewrite as G-expressions.
| Tobias Geerinckx-Rice |
2022-10-23 | gnu: 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-23 | gnu: pinentry-tty: Update to 1.2.1....* gnu/packages/gnupg.scm (pinentry-tty): Update to 1.2.1.
| Tobias Geerinckx-Rice |
2022-10-23 | gnu: goffice: Update to 0.10.53....* gnu/packages/gnome.scm (goffice): Update to 0.10.53.
| Tobias Geerinckx-Rice |
2022-10-23 | gnu: 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-29 | gnu: Add ndppd....* gnu/packages/admin.scm (ndppd): New variable.
| Guillaume Le Vaillant |
2022-10-29 | gnu: 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-29 | gnu: 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-29 | gnu: 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-29 | gnu: 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-29 | gnu: 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-29 | gnu: gnome-control-center: Update to 42.4....* gnu/packages/gnome.scm (gnome-control-center): Update to 42.4.
| Christopher Baines |
2022-10-28 | gnu: Add seer-gdb....* gnu/packages/debug.scm (seer-gdb): New variable.
| Danny Milosavljevic |
2022-10-28 | gnu: texlive-latex-atveryend: Fix typo....* gnu/packages/tex.scm (texlive-latex-atveryend)[description]: Fix incorrectly
pluralized use of "package".
| Vagrant Cascadian |
2022-10-28 | gnu: 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-28 | doc: contributing: Expand "Sending a Patch Series"....* doc/contributing.texi: Expand on sending patches and using
git send-email.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| ( |
2022-10-28 | gnu: sed: Skip failing test on GNU/Hurd....* gnu/packages/base.scm (sed)[arguments]: Add #:make-flags.
| Christopher Baines |
2022-10-28 | gnu: 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-28 | gnu: Add r-damefinder....* gnu/packages/bioconductor.scm (r-damefinder): New variable.
| Mădălin Ionel Patrașcu |
2022-10-28 | gnu: Add r-dama....* gnu/packages/bioconductor.scm (r-dama): New variable.
| Mădălin Ionel Patrașcu |
2022-10-28 | gnu: Add ghc-6.6....* gnu/packages/haskell.scm (ghc-6.6): New variable.
| Ricardo Wurmus |
2022-10-28 | gnu: 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-28 | gnu: 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-28 | gnu: 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-28 | gnu: flair: Set R_HOME....* gnu/packages/bioinformatics.scm (flair)[arguments]: Set R_HOME.
| Ricardo Wurmus |
2022-10-28 | gnu: flair: Add missing R package....* gnu/packages/bioinformatics.scm (flair)[inputs]: Add r-apeglm.
| Ricardo Wurmus |
2022-10-28 | gnu: Add r-debcam....* gnu/packages/bioconductor.scm (r-debcam): New variable.
| Mădălin Ionel Patrașcu |
2022-10-28 | gnu: Add r-dmwr2....* gnu/packages/cran.scm (r-dmwr2): New variable.
| Mădălin Ionel Patrașcu |
2022-10-28 | gnu: 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-28 | gnu: emacs-ediprolog: Update to 2.2....* gnu/packages/emacs-xyz.scm (emacs-ediprolog): Update to 2.2.
| Nicolas Goaziou |
2022-10-28 | gnu: emacs-subed: Update to 1.0.16....* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.16.
| Nicolas Goaziou |
2022-10-28 | gnu: 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-28 | gnu: emacs-ement: Update to 0.4.1....* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.4.1.
| Nicolas Goaziou |
2022-10-28 | gnu: 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-28 | gnu: icedove: Update to 102.4.1....* gnu/packages/gnuzilla.scm (%icedove-build-id, %icedove-version) Update to 102.4.1.
| Jonathan Brielmaier |
2022-10-28 | gnu: 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-27 | gnu: 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-27 | gnu: 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-27 | profiles: info-dir-file: Remove install-info '--silent' option....Relates to <https://issues.guix.gnu.org/58821>.
Revert 4fef1e850e4872f2bc7c1f0a10cbac176b50895f, which silenced useful
information such as the following warning:
install-info: warning: no info dir entry in
`/gnu/store/...-rottlog-0.72.2/share/info/rottlog.info.gz'
Rationale: profile hooks output is now hidden by default, and can be made
visible via the --verbosity option.
| Maxim Cournoyer |