Tobias Geerinckx-Rice
068f1a1905
etc: systemd services shouldn't ‘RemainAfterExit’.
...
* etc/guix-daemon.service.in (RemainAfterExit): Don't.
* etc/guix-publish.service.in (RemainAfterExit): Likewise don't.
2022-10-23 02:00:26 +02:00
Tobias Geerinckx-Rice
0f6ec662f6
etc: Add ‘Restart=always’ to both systemd services.
...
* etc/guix-daemon.service.in (Restart): ‘Always’ do.
* etc/guix-publish.service.in (Restart): Likewise.
2022-10-23 02:00:25 +02:00
Tobias Geerinckx-Rice
f16d91295a
etc: Add ‘OOMPolicy=continue’ to guix-daemon.service.
...
* etc/guix-daemon.service.in (OOMPolicy): Continue.
2022-10-23 02:00:00 +02:00
Tobias Geerinckx-Rice
086b63b0a9
gnu: libgphoto2: Update to 2.5.30.
...
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.30.
2022-10-23 02:00:00 +02:00
Tobias Geerinckx-Rice
754a6ea6f2
gnu: rsync: Update to 3.2.7.
...
* gnu/packages/rsync.scm (rsync): Update to 3.2.7.
2022-10-23 02:00:00 +02:00
Nicolas Goaziou
adeecacde9
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.
2022-10-29 23:52:15 +02:00
Sughosha via Guix-patches via
6db22e5262
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>
2022-10-29 23:52:15 +02:00
Aleksandr Vityazev
d231651696
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>
2022-10-29 23:52:15 +02:00
(
9ffeec668e
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-29 23:52:14 +02:00
Tobias Geerinckx-Rice
34e6c5d428
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.
2022-10-23 02:00:15 +02:00
Tobias Geerinckx-Rice
04ec2a15b9
gnu: dehydrated: ‘Build’ reproducibly.
...
* gnu/packages/tls.scm (dehydrated)[arguments]: Invoke gzip with ‘-n’.
2022-10-23 02:00:15 +02:00
Tobias Geerinckx-Rice
4f5e87f751
gnu: dehydrated: Use G-expressions.
...
* gnu/packages/tls.scm (dehydrated)[arguments]:
Rewrite as G-expressions.
2022-10-23 02:00:15 +02:00
Tobias Geerinckx-Rice
019be3f652
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.
2022-10-23 02:00:15 +02:00
Tobias Geerinckx-Rice
6e7102c5f7
gnu: pinentry-tty: Update to 1.2.1.
...
* gnu/packages/gnupg.scm (pinentry-tty): Update to 1.2.1.
2022-10-23 02:00:15 +02:00
Tobias Geerinckx-Rice
69521e7adc
gnu: goffice: Update to 0.10.53.
...
* gnu/packages/gnome.scm (goffice): Update to 0.10.53.
2022-10-23 02:00:15 +02:00
Tobias Geerinckx-Rice
4674eb5718
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.
2022-10-23 02:00:15 +02:00
Guillaume Le Vaillant
1ea1fa96fe
gnu: Add ndppd.
...
* gnu/packages/admin.scm (ndppd): New variable.
2022-10-29 13:58:45 +02:00
Nicolas Goaziou
db3c80e8ab
gnu: emacs-nano-modeline: Update to 0.7.2.
...
* gnu/packages/emacs-xyz.scm (emacs-nano-modeline): Update to 0.7.2.
2022-10-29 10:46:21 +02:00
Christopher Baines
e4fcb6d1b3
gnu: guix-build-coordinator: Update to 0-68.3768aec.
...
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-68.3768aec.
2022-10-29 09:37:43 +01:00
Christopher Baines
067deee14f
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.
2022-10-29 09:29:32 +01:00
Christopher Baines
a0c5f19dc6
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.
2022-10-29 09:29:32 +01:00
Christopher Baines
01cfc22700
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.
2022-10-29 09:29:31 +01:00
Christopher Baines
42c8315316
gnu: gnome-control-center: Update to 42.4.
...
* gnu/packages/gnome.scm (gnome-control-center): Update to 42.4.
2022-10-29 09:28:11 +01:00
Danny Milosavljevic
0a604c16b3
gnu: Add seer-gdb.
...
* gnu/packages/debug.scm (seer-gdb): New variable.
2022-10-28 21:55:39 +02:00
Vagrant Cascadian
ed70f80ccd
gnu: texlive-latex-atveryend: Fix typo.
...
* gnu/packages/tex.scm (texlive-latex-atveryend)[description]: Fix incorrectly
pluralized use of "package".
2022-10-28 11:51:00 -07:00
Ricardo Wurmus
b669735356
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.
2022-10-28 20:40:47 +02:00
(
8fed831e2a
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 17:25:58 +02:00
Christopher Baines
7797570479
gnu: sed: Skip failing test on GNU/Hurd.
...
* gnu/packages/base.scm (sed)[arguments]: Add #:make-flags.
2022-10-28 15:16:54 +01:00
Christopher Baines
2a152e1a42
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.
2022-10-28 15:16:54 +01:00
Mădălin Ionel Patrașcu
fe20121dc7
gnu: Add r-damefinder.
...
* gnu/packages/bioconductor.scm (r-damefinder): New variable.
2022-10-28 15:11:29 +02:00
Mădălin Ionel Patrașcu
812cbd9321
gnu: Add r-dama.
...
* gnu/packages/bioconductor.scm (r-dama): New variable.
2022-10-28 15:08:58 +02:00
Ricardo Wurmus
77a81280b2
gnu: Add ghc-6.6.
...
* gnu/packages/haskell.scm (ghc-6.6): New variable.
2022-10-28 15:00:21 +02:00
Ricardo Wurmus
171b729005
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.
2022-10-28 15:00:21 +02:00
Ricardo Wurmus
65ad002ff1
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.
2022-10-28 15:00:21 +02:00
Ricardo Wurmus
75b24abf09
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.
2022-10-28 15:00:21 +02:00
Ricardo Wurmus
bb4f24b3ae
gnu: flair: Set R_HOME.
...
* gnu/packages/bioinformatics.scm (flair)[arguments]: Set R_HOME.
2022-10-28 15:00:21 +02:00
Ricardo Wurmus
28950ed561
gnu: flair: Add missing R package.
...
* gnu/packages/bioinformatics.scm (flair)[inputs]: Add r-apeglm.
2022-10-28 15:00:20 +02:00
Mădălin Ionel Patrașcu
917b96cef7
gnu: Add r-debcam.
...
* gnu/packages/bioconductor.scm (r-debcam): New variable.
2022-10-28 15:00:20 +02:00
Mădălin Ionel Patrașcu
0d713c865b
gnu: Add r-dmwr2.
...
* gnu/packages/cran.scm (r-dmwr2): New variable.
2022-10-28 15:00:16 +02:00
Nicolas Goaziou
7d92434326
gnu: emacs-modus-themes: Update to 3.0.0.
...
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 3.0.0.
2022-10-28 11:16:08 +02:00
Nicolas Goaziou
575790f5f5
gnu: emacs-ediprolog: Update to 2.2.
...
* gnu/packages/emacs-xyz.scm (emacs-ediprolog): Update to 2.2.
2022-10-28 11:16:07 +02:00
Nicolas Goaziou
a31c653cb1
gnu: emacs-subed: Update to 1.0.16.
...
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.16.
2022-10-28 11:16:07 +02:00
Nicolas Goaziou
8b204f4e94
gnu: emacs-mmm-mode: Update to 0.5.9.
...
* gnu/packages/emacs-xyz.scm (emacs-mmm-mode): Update to 0.5.9.
2022-10-28 11:16:07 +02:00
Nicolas Goaziou
5b86417d91
gnu: emacs-ement: Update to 0.4.1.
...
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.4.1.
2022-10-28 11:16:06 +02:00
Lars-Dominik Braun
652c5d8a01
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.
2022-10-28 10:17:55 +02:00
Jonathan Brielmaier
328fa8b290
gnu: icedove: Update to 102.4.1.
...
* gnu/packages/gnuzilla.scm (%icedove-build-id, %icedove-version) Update to 102.4.1.
2022-10-28 10:02:35 +02:00
Lars-Dominik Braun
332568d3e8
gnu: r-mixedpower: Improve compatibility with R>=4.2.
...
Upstream’s fix is incomplete and thus commit
7871447cf5
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.
2022-10-28 09:59:11 +02:00
Maxim Cournoyer
3511ad2857
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.
2022-10-27 23:34:46 -04:00
Maxim Cournoyer
ff097b450b
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.
2022-10-27 23:34:46 -04:00
Maxim Cournoyer
b42b0e6d62
profiles: info-dir-file: Remove install-info '--silent' option.
...
Relates to <https://issues.guix.gnu.org/58821 >.
Revert 4fef1e850e
, 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.
2022-10-27 23:34:45 -04:00