jackhill/guix/guix.git
2 years agognu: Add janet-posix-spawn. wip-janet
Jack Hill [Sat, 15 May 2021 04:45:28 +0000 (00:45 -0400)]
gnu: Add janet-posix-spawn.

* gnu/packages/jaent-xyz.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

2 years agobuild-system: Add janet-build-system.
Jack Hill [Sat, 15 May 2021 04:41:34 +0000 (00:41 -0400)]
build-system: Add janet-build-system.

* guix/build-system/janet.scm: New file.
* guix/build/janet-build-system.scm: New file.
* Makefile.am (MODULES): Add them.

2 years agognu: janet: Respect GUIX_JANET_PATH
Jack Hill [Thu, 13 May 2021 05:13:08 +0000 (01:13 -0400)]
gnu: janet: Respect GUIX_JANET_PATH

* gnu/packages/patches/janet-guix-janet-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/lisp.scm (janet)[source]: Use it
[native-search-paths]: New field.

2 years agognu: janet: Support cross-compilation
Jack Hill [Thu, 13 May 2021 04:58:30 +0000 (00:58 -0400)]
gnu: janet: Support cross-compilation

* gnu/packages/lisp.scm (janet)[make-flags]: Use cc-for-target.

2 years agognu: janet: Prefer PREFIX over DESTDIR
Jack Hill [Thu, 13 May 2021 04:55:01 +0000 (00:55 -0400)]
gnu: janet: Prefer PREFIX over DESTDIR

* gnu/packages/lisp.scm (janet)[make-flags]: Specify output path with PREFIX
instead of DESTDIR.

2 years agognu: janet: Use #:test-target
Jack Hill [Thu, 13 May 2021 04:51:52 +0000 (00:51 -0400)]
gnu: janet: Use #:test-target

* gnu/packages/lisp.scm (janet)[arguments]: Add 'test-target' keyword. Remove
customized 'check' phase.

2 years agognu: janet: Update to 1.15.5.
Jack Hill [Thu, 13 May 2021 05:09:22 +0000 (01:09 -0400)]
gnu: janet: Update to 1.15.5.

* gnu/packages/lisp.scm (janet): Update to 1.15.5.

2 years agognu: gupnp: Add missing input.
Jack Hill [Sat, 1 May 2021 21:04:35 +0000 (17:04 -0400)]
gnu: gupnp: Add missing input.

Fixes <https://bugs.gnu.org/48142>.
Reported by Shyam Saran <syamsaran12345@gmail.com>.

This fixes the fatal error "Settings schema 'org.gnome.system.proxy' is not
installed", which causes builds to fail.

* gnu/packages/gnome.scm (gupnp)[inputs]: Add gsettings-desktop-schemas.

2 years agognu: neovim: Add 'XDG_DATA_DIRS' search path spec.
Jack Hill [Fri, 30 Apr 2021 04:33:12 +0000 (00:33 -0400)]
gnu: neovim: Add 'XDG_DATA_DIRS' search path spec.

* gnu/packages/vim.scm (neovim)[native-search-paths]: New field.

2 years agognu: neovim: Use luajit instead of lua.
Jack Hill [Thu, 29 Apr 2021 22:18:35 +0000 (18:18 -0400)]
gnu: neovim: Use luajit instead of lua.

* gnu/packages/vim.scm (neovim)[arguments]: Remove non-default
configure-flags.
[inputs]: Use replace lua-5.1 with luajit.

2 years agognu: Add ajam.
Jack Hill [Sun, 25 Apr 2021 05:37:33 +0000 (01:37 -0400)]
gnu: Add ajam.

* gnu/packages/build-tools.scm (ajam): New variable.

2 years agolicenses: Add Perfoce licence for Jam.
Jack Hill [Sun, 25 Apr 2021 22:13:24 +0000 (18:13 -0400)]
licenses: Add Perfoce licence for Jam.

* guix/licenses.scm (perforce-jam): New variable.

2 years agoWIP: bees service
Jack Hill [Fri, 26 Feb 2021 17:38:06 +0000 (12:38 -0500)]
WIP: bees service

2 years agognu: Add bees.
Jack Hill [Fri, 26 Feb 2021 17:37:12 +0000 (12:37 -0500)]
gnu: Add bees.

* gnu/packages/file-system.scm (bees): New variable.

2 years agoWIP:afs-service-commit
Jack Hill [Mon, 17 Aug 2020 04:34:50 +0000 (00:34 -0400)]
WIP:afs-service-commit

2 years agognu: Add kafs-client
Jack Hill [Sun, 16 Aug 2020 21:28:21 +0000 (17:28 -0400)]
gnu: Add kafs-client

* gnu/packages/afs.scm: New file.
* gnu/packages/patches/kafs-client-soname-symlink.patch: New file.

2 years agoservices: qemu-binfmt: Preserve argv[0] by default.
Ludovic Courtès [Fri, 9 Jul 2021 22:20:24 +0000 (00:20 +0200)]
services: qemu-binfmt: Preserve argv[0] by default.

Previously, argv[0] would be replaced by the absolute file name of the
executable.  This could cause discrepancies, for example in the
Coreutils test suite: <https://issues.guix.gnu.org/49485>.

* gnu/services/virtualization.scm (<qemu-platform>)[flags]: Default to "FP".

2 years agognu: go-github-com-golang-snappy: Update to 0.0.4.
Arun Isaac [Fri, 9 Jul 2021 15:54:40 +0000 (21:24 +0530)]
gnu: go-github-com-golang-snappy: Update to 0.0.4.

* gnu/packages/syncthing.scm (go-github-com-golang-snappy): Update to 0.0.4.

2 years agognu: emacs-dash: Update to 2.19.0.
Andrew Tropin [Fri, 9 Jul 2021 11:45:19 +0000 (14:45 +0300)]
gnu: emacs-dash: Update to 2.19.0.

* gnu/packages/emacs-xyz.scm (emacs-dash): Update to 2.19.0.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2 years agognu: emacs-telega: Fix 'patch-source' phase.
Zhu Zihao [Fri, 9 Jul 2021 14:58:34 +0000 (22:58 +0800)]
gnu: emacs-telega: Fix 'patch-source' phase.

* gnu/packages/emacs-xyz.scm (emacs-telega)[#:phases]<patch-sources>:
Add missing slash in ‘/bin’ when patching general commands.
Also patch telega-vvnote.el.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2 years agoself: Remove stale comment about "mmap(PROT_NONE) failed" crash.
Ludovic Courtès [Fri, 9 Jul 2021 15:32:05 +0000 (17:32 +0200)]
self: Remove stale comment about "mmap(PROT_NONE) failed" crash.

This crash was fixed by 0aef94e7bcbd272720f14c5343f74da5201ef90a, itself
a followup to 47d48f0c43c13c0b43bc3e37b6239efd4bf2f74c.

* guix/self.scm (translate-texi-manuals)[build]: Remove reference to the
PROT_NONE bug.

2 years agoRevert "self: Build translated manuals with a single process."
Ludovic Courtès [Fri, 9 Jul 2021 15:05:28 +0000 (17:05 +0200)]
Revert "self: Build translated manuals with a single process."

This reverts commit af2d6ec092c98ac5f32d8e9e182a141e1268805b, which the
parent commit makes unnecessary.

2 years agodoc: Build manual translations with 'guile-3.0-latest'.
Ludovic Courtès [Fri, 9 Jul 2021 15:12:52 +0000 (17:12 +0200)]
doc: Build manual translations with 'guile-3.0-latest'.

Fixes <https://bugs.gnu.org/47428>.
Reported by Leo Famulari <leo@famulari.name>.

* doc/build.scm (translated-texi-manuals): Explicitly use 'guile-3.0-latest'.

2 years agognu: emacs-xyz: Fix indentation.
Leo Prikler [Fri, 9 Jul 2021 13:06:45 +0000 (15:06 +0200)]
gnu: emacs-xyz: Fix indentation.

* gnu/packages/emacs-xyz.scm: Delete trailing newline.
(emacs-purescript-mode): Delete trailing space.

2 years agognu: emacs-telega-server: Update to 0.7.025.
Leo Prikler [Fri, 9 Jul 2021 13:06:11 +0000 (15:06 +0200)]
gnu: emacs-telega-server: Update to 0.7.025.

* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.7.025.

2 years agognu: emacs-telega-contrib: Update to 0.7.024.
Zhu Zihao [Fri, 25 Jun 2021 05:29:30 +0000 (13:29 +0800)]
gnu: emacs-telega-contrib: Update to 0.7.024.

* gnu/packages/emacs-xyz.scm(emacs-telega-contrib): Update to 0.7.024.
[arguments]<#:phases>: Back to root directory of build before phase
'install-license-files' to properly install licenses.
[propagated-inputs]: Add emacs-dashboard, emacs-transient.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2 years agognu: emacs-telega: Update to 0.7.024.
Zhu Zihao [Fri, 25 Jun 2021 05:26:51 +0000 (13:26 +0800)]
gnu: emacs-telega: Update to 0.7.024.

* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.7.024.
[build-system] Use emacs-build-system.
[arguments] Add #:emacs.
Drop outdated phases.
Update ‘patch-sources’ phase to find new occurences of ffmpeg to patch.
Add new ‘configure’ and ‘install-share-files’ phases.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2 years agognu: Add emacs-telega-server.
Zhu Zihao [Fri, 25 Jun 2021 05:25:05 +0000 (13:25 +0800)]
gnu: Add emacs-telega-server.

* gnu/packages/emacs-xyz.scm (emacs-telega-server): New variable.
* gnu/packages/patches/emacs-telega-path-placeholder.patch: New file.
* gnu/package/patches/emacs-telega-patch-server-functions.patch: Remove stale patch.
* gnu/local.mk (dist_patch_DATA): Update accordingly.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2 years agoci: Add bootstrap packages to the core subset.
Mathieu Othacehe [Fri, 9 Jul 2021 10:07:24 +0000 (12:07 +0200)]
ci: Add bootstrap packages to the core subset.

* gnu/ci.scm (%bootstrap-packages): New variable.
(cuirass-jobs): Add it to the core subset.

2 years agosystem: Provide mg instead of zile.
Mathieu Othacehe [Fri, 9 Jul 2021 08:20:39 +0000 (10:20 +0200)]
system: Provide mg instead of zile.

Since the update to the 2.6.2 release, the closure size of zile has
increased. Switch to mg which is lighter.

* gnu/system.scm (%base-packages-interactive): Replace zile by mg.
* doc/guix.texi (Proceeding with the Installation,
Using the Configuration System): Adapt those sections.

2 years agognu: python-arrow: Honor #:tests? in 'check' phase.
Ludovic Courtès [Thu, 8 Jul 2021 21:44:06 +0000 (23:44 +0200)]
gnu: python-arrow: Honor #:tests? in 'check' phase.

* gnu/packages/time.scm (python-arrow)[arguments]: 'check' phase honors
 #:tests?.

2 years agognu: python-arrow: Update to 1.1.1.
Kris Fremen [Mon, 5 Jul 2021 08:09:13 +0000 (04:09 -0400)]
gnu: python-arrow: Update to 1.1.1.

* gnu/packages/time.scm (python-arrow): Update to 1.1.1.

2 years agognu: Add repo2docker.
Hugo Lecomte [Mon, 5 Jul 2021 07:29:31 +0000 (09:29 +0200)]
gnu: Add repo2docker.

* gnu/packages/jupyter.scm (repo2docker): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: Add python-pydata-sphinx-theme.
Hugo Lecomte [Mon, 5 Jul 2021 07:29:30 +0000 (09:29 +0200)]
gnu: Add python-pydata-sphinx-theme.

* gnu/packages/sphinx.scm (python-pydata-sphinx-theme): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: Add python-sphinxcontrib-autoprogram.
Hugo Lecomte [Mon, 5 Jul 2021 07:29:29 +0000 (09:29 +0200)]
gnu: Add python-sphinxcontrib-autoprogram.

* gnu/packages/sphinx.scm (python-sphinxcontrib-autoprogram): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: Add python-jupyter-sphinx.
Hugo Lecomte [Mon, 5 Jul 2021 07:29:28 +0000 (09:29 +0200)]
gnu: Add python-jupyter-sphinx.

* gnu/packages/sphinx.scm (python-jupyter-sphinx): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: Add python-pytest-regressions.
Hugo Lecomte [Mon, 5 Jul 2021 07:29:27 +0000 (09:29 +0200)]
gnu: Add python-pytest-regressions.

* gnu/packages/check.scm (python-pytest-regressions): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: Add python-pytest-datadir.
Hugo Lecomte [Mon, 5 Jul 2021 07:29:26 +0000 (09:29 +0200)]
gnu: Add python-pytest-datadir.

* gnu/packages/check.scm (python-pytest-datadir): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: Add python-recommonmark.
Hugo Lecomte [Mon, 5 Jul 2021 07:29:25 +0000 (09:29 +0200)]
gnu: Add python-recommonmark.

* gnu/packages/python-xyz.scm (python-recommonmark): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: Add python-escapism.
Hugo Lecomte [Mon, 5 Jul 2021 07:29:24 +0000 (09:29 +0200)]
gnu: Add python-escapism.

* gnu/packages/python-xyz.scm (python-escapism): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: python-seaborn: Update to 0.11.1.
Ludovic Courtès [Thu, 8 Jul 2021 16:56:56 +0000 (18:56 +0200)]
gnu: python-seaborn: Update to 0.11.1.

* gnu/packages/patches/python-seaborn-kde-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python-xyz.scm (python-seaborn): Use it, and update to
0.11.1.

2 years agognu: python-seaborn: Simplify 'start-xserver' phase.
Ludovic Courtès [Thu, 8 Jul 2021 15:32:50 +0000 (17:32 +0200)]
gnu: python-seaborn: Simplify 'start-xserver' phase.

* gnu/packages/python-xyz.scm (python-seaborn)[arguments]: In
'start-xserver' phase, assume "Xvfb" is in $PATH.

2 years agognu: python-seaborn: 'check' phase honors #:tests?.
Ludovic Courtès [Thu, 8 Jul 2021 15:27:23 +0000 (17:27 +0200)]
gnu: python-seaborn: 'check' phase honors #:tests?.

* gnu/packages/python-xyz.scm (python-seaborn)[arguments]: Change
'check' phase to honor #:tests?.

2 years agognu: mergerfs-tools: Update to 0.0.0-3.3b6fe00.
Tobias Geerinckx-Rice [Fri, 9 Jul 2021 01:20:50 +0000 (03:20 +0200)]
gnu: mergerfs-tools: Update to 0.0.0-3.3b6fe00.

* gnu/packages/file-systems.scm (mergerfs-tools): Update to 0.0.0-3.3b6fe00.

2 years agognu: mergerfs: Clean up arguments.
Tobias Geerinckx-Rice [Fri, 9 Jul 2021 00:56:08 +0000 (02:56 +0200)]
gnu: mergerfs: Clean up arguments.

* gnu/packages/file-systems.scm (mergerfs)[arguments]: Remove some
incorrect comments & rewrite code accordingly.  Pass the PREFIX as a
make flag.

2 years agognu: mergerfs: Do not refer to the native bash.
Tobias Geerinckx-Rice [Fri, 9 Jul 2021 00:52:47 +0000 (02:52 +0200)]
gnu: mergerfs: Do not refer to the native bash.

* gnu/packages/linux.scm (mergerfs)[inputs]: Add bash-minimal.
[arguments]: Refer to it rather than to the native build bash.

2 years agognu: mergerfs: Cross-compile.
Tobias Geerinckx-Rice [Fri, 9 Jul 2021 00:48:34 +0000 (02:48 +0200)]
gnu: mergerfs: Cross-compile.

* gnu/packages/file-systems.scm (mergerfs)[arguments]: Use CC-FOR-TARGET
and CXX-FOR-TARGET.  Don't let the Makefile strip binaries.

2 years agognu: mergerfs: Update to 2.32.6.
Tobias Geerinckx-Rice [Fri, 9 Jul 2021 00:47:14 +0000 (02:47 +0200)]
gnu: mergerfs: Update to 2.32.6.

* gnu/packages/file-systems.scm (mergerfs): Update to 2.32.6.

2 years agognu: Add bibtool.
Ivan Gankevich [Wed, 7 Jul 2021 07:25:51 +0000 (10:25 +0300)]
gnu: Add bibtool.

* gnu/packages/tex.scm (bibtool): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: clikan: Upgrade to 0.2.1.
jgart via Guix-patches via [Tue, 6 Jul 2021 23:53:00 +0000 (19:53 -0400)]
gnu: clikan: Upgrade to 0.2.1.

* gnu/packages/task-management.scm (clikan)[version]: Upgrade to
0.2.1.
[arguments]: Enable tests.
[inputs]: Add python-rich.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: drawing: Update to 0.8.2.
Vinicius Monego [Tue, 6 Jul 2021 19:12:48 +0000 (19:12 +0000)]
gnu: drawing: Update to 0.8.2.

* gnu/packages/gnome.scm (drawing): Update to 0.8.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: lightspark: Update to 0.8.5.
Vinicius Monego [Tue, 6 Jul 2021 19:09:41 +0000 (19:09 +0000)]
gnu: lightspark: Update to 0.8.5.

* gnu/packages/animation.scm (lightspark): Update to 0.8.5.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: linux-libre 5.4: Update to 5.4.130.
Leo Famulari [Wed, 7 Jul 2021 18:29:56 +0000 (14:29 -0400)]
gnu: linux-libre 5.4: Update to 5.4.130.

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.130.
(linux-libre-5.4-pristine-source): Update hash.

2 years agognu: linux-libre 5.10: Update to 5.10.48.
Leo Famulari [Wed, 7 Jul 2021 18:29:34 +0000 (14:29 -0400)]
gnu: linux-libre 5.10: Update to 5.10.48.

* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.48.
(linux-libre-5.10-pristine-source): Update hash.

2 years agognu: linux-libre: Update to 5.12.15.
Leo Famulari [Wed, 7 Jul 2021 18:29:18 +0000 (14:29 -0400)]
gnu: linux-libre: Update to 5.12.15.

* gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.15.
(linux-libre-5.12-pristine-source): Update hash.

2 years agognu: python-shiboken-2: Update to 5.15.2.
Leo Famulari [Thu, 8 Jul 2021 04:21:52 +0000 (00:21 -0400)]
gnu: python-shiboken-2: Update to 5.15.2.

* gnu/packages/qt.scm (python-shiboken-2): Update to 5.15.2.

2 years agognu: libolm: Respect "--without-tests".
Maxime Devos [Thu, 8 Jul 2021 16:38:25 +0000 (18:38 +0200)]
gnu: libolm: Respect "--without-tests".

* gnu/packages/libolm.scm
  (libolm)[arguments]<#:phases>{check}: Respect #:tests?.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2 years agognu: python-h2: Respect "--without-tests".
Maxime Devos [Thu, 8 Jul 2021 15:41:58 +0000 (17:41 +0200)]
gnu: python-h2: Respect "--without-tests".

* gnu/packages/python-web.scm
  (python-h2)[arguments]<#:phases>{check}: Respect #:tests?.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2 years agognu: python-h11: Respect "--without-tests".
Maxime Devos [Thu, 8 Jul 2021 15:24:22 +0000 (17:24 +0200)]
gnu: python-h11: Respect "--without-tests".

* gnu/packages/python-web.scm
  (python-h11)[arguments]<#:phases>{check}: Respect #:tests?.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2 years agognu: python-hpack: Respect "--without-tests".
Maxime Devos [Thu, 8 Jul 2021 15:23:53 +0000 (17:23 +0200)]
gnu: python-hpack: Respect "--without-tests".

* gnu/packages/python-web.scm
  (python-hpack)[arguments]<#:phases>{check}: Respect #:tests?.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2 years agognu: python-hyperframe: Respect "--without-tests".
Maxime Devos [Thu, 8 Jul 2021 15:12:46 +0000 (17:12 +0200)]
gnu: python-hyperframe: Respect "--without-tests".

* gnu/packages/python-web.scm
  (python-hyperframe)[arguments]<#:phases>{check}: Respect #:tests?.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2 years agognu: python-watchgod: Respect "--without-tests".
Maxime Devos [Thu, 8 Jul 2021 15:07:49 +0000 (17:07 +0200)]
gnu: python-watchgod: Respect "--without-tests".

* gnu/packages/python-xyz.scm
  (python-watchgod)[arguments]<#:phases>{check}: Respect #:tests?.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2 years agognu: python-pymediainfo: Respect "--without-tests".
Maxime Devos [Thu, 8 Jul 2021 15:07:42 +0000 (17:07 +0200)]
gnu: python-pymediainfo: Respect "--without-tests".

* gnu/packages/python-xyz.scm
  (python-pymediainfo)[arguments]<#:phases>{check}: Respect
  #:tests?.  Don't bother returning #t as it isn't required
  anymore.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2 years agognu: zile-on-guile: Fix build.
Mathieu Othacehe [Thu, 8 Jul 2021 15:12:26 +0000 (17:12 +0200)]
gnu: zile-on-guile: Fix build.

This is a follow-up of da40d07066096a3b5a852041ea01fbb32240deda.

* gnu/packages/zile.scm (zile-on-guile)[arguments]: Restore the original
patch-/bin/sh phase.

2 years agognu: Add python-cmaes.
Vinicius Monego [Wed, 30 Jun 2021 21:40:26 +0000 (21:40 +0000)]
gnu: Add python-cmaes.

* gnu/packages/machine-learning.scm (python-cmaes): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2 years agognu: xvfb-run: Fix ‘xvfb-run --help’ in a pure environment.
Maxime Devos [Wed, 10 Mar 2021 12:14:15 +0000 (13:14 +0100)]
gnu: xvfb-run: Fix ‘xvfb-run --help’ in a pure environment.

* gnu/packages/xorg.scm (xvfb-run)[arguments]: Refer to ‘cat’
  by absolute file name, and test whether ‘xvfb-run --help’
  succeeds in a pure environment in the ‘check’ phase.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2 years agognu: zile: Update to 2.6.2.
Matthew James Kraai [Sun, 6 Jun 2021 11:51:00 +0000 (04:51 -0700)]
gnu: zile: Update to 2.6.2.

* gnu/packages/zile.scm (zile): Update to 2.6.2.
[arguments]: Adjust file list in custom 'patch-/bin/sh phase.
[inputs]: Add gee and glib.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2 years agognu: emacs-chronometrist: Update to 0.9.0.
Nicolas Goaziou [Thu, 8 Jul 2021 13:32:40 +0000 (15:32 +0200)]
gnu: emacs-chronometrist: Update to 0.9.0.

* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.9.0.
[source]: Update upstream URL.
[inputs]: Add emacs-spark.  Remove emacs-anaphora and emacs-literate-elisp.

2 years agognu: python-pikepdf: Update to 2.14.2.
Nicolas Goaziou [Thu, 8 Jul 2021 13:10:45 +0000 (15:10 +0200)]
gnu: python-pikepdf: Update to 2.14.2.

* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.14.2.

2 years agognu: pinentry-bemenu: Fix license.
Nicolas Goaziou [Thu, 8 Jul 2021 13:07:42 +0000 (15:07 +0200)]
gnu: pinentry-bemenu: Fix license.

* gnu/packages/gnupg.scm (pinentry-bemenu)[license]: Use GPL 3+.

2 years agognu: Add pinentry-bemenu.
Nikita Domnitskii [Mon, 28 Jun 2021 12:07:27 +0000 (12:07 +0000)]
gnu: Add pinentry-bemenu.

* gnu/packages/gnupg.scm (pinentry-bemenu): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: bemenu: Update to 0.6.2.
Nikita Domnitskii [Mon, 28 Jun 2021 12:07:25 +0000 (12:07 +0000)]
gnu: bemenu: Update to 0.6.2.

* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: newsboat: Update to 2.24.
Efraim Flashner [Thu, 8 Jul 2021 07:53:45 +0000 (10:53 +0300)]
gnu: newsboat: Update to 2.24.

* gnu/packages/syndication.scm (newsboat): Update to 2.24.
[arguments]: Update rust to 1.48.
[cargo-inputs]: Replace rust-cxx-0.5 with 1, rust-gettext-rs-0.6 with
0.7.
[cargo-development-inputs]: Replace rust-cxx-build-0.5 with 1.

2 years agognu: rust-once-cell-1: Update to 1.8.0.
Efraim Flashner [Thu, 8 Jul 2021 07:53:45 +0000 (10:53 +0300)]
gnu: rust-once-cell-1: Update to 1.8.0.

* gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.8.0.

2 years agognu: mcrl2: Update to 202106.0.
Jan (janneke) Nieuwenhuizen [Thu, 8 Jul 2021 07:49:38 +0000 (09:49 +0200)]
gnu: mcrl2: Update to 202106.0.

* gnu/packages/maths.scm (mcrl2): Update to 202106.0.

2 years agomailmap: Update entries for Matthew James Kraai.
Matthew James Kraai [Mon, 5 Jul 2021 03:44:00 +0000 (20:44 -0700)]
mailmap: Update entries for Matthew James Kraai.

* .mailmap: Change name for Matthew James Kraai.
* gnu/packages/lisp-xyz.scm, gnu/packages/python-xyz.scm,
gnu/packages/rust.scm: Likewise.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: darktable: Update to 3.6.0.
John Kehayias [Thu, 8 Jul 2021 07:44:10 +0000 (09:44 +0200)]
gnu: darktable: Update to 3.6.0.

* gnu/packages/photo.scm (darktable): Update to 3.6.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: Add emacs-consult-notmuch.
Andrew Tropin [Wed, 7 Jul 2021 14:12:47 +0000 (17:12 +0300)]
gnu: Add emacs-consult-notmuch.

* gnu/packages/emacs-xyz.scm (emacs-consult-notmuch): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: emacs-deadgrep: Add missing input.
Matthew James Kraai [Wed, 7 Jul 2021 23:56:24 +0000 (16:56 -0700)]
gnu: emacs-deadgrep: Add missing input.

* gnu/packages/emacs-xyz.scm (emacs-deadgrep)[inputs]: Add ripgrep.
[arguments]: Add configure phase to set deadgrep-executable to absolute path.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: %guile-3.0-static-stripped: Rename to %guile-static-stripped.
Efraim Flashner [Thu, 8 Jul 2021 06:39:05 +0000 (09:39 +0300)]
gnu: %guile-3.0-static-stripped: Rename to %guile-static-stripped.

* gnu/packages/make-bootstrap.scm (%guile-3.0-static-stripped): Rename
to %guile-static-stripped.
(%guile-bootstrap-tarball): Adjust accordingly.
* gnu/system/linux-initrd.scm (expression->initrd): Use
%guile-static-stripped as default guile.
* doc/guix.texi (initial RAM disk)[expression->initrd]: Adjust
documentation accordingly.

2 years agognu: make-bootstrap: Use guile-3.0 bootstrap tarball.
Efraim Flashner [Sat, 12 Jun 2021 20:21:02 +0000 (23:21 +0300)]
gnu: make-bootstrap: Use guile-3.0 bootstrap tarball.

* gnu/packages/make-bootstrap.scm (%guile-bootstrap-tarball): Use
guile-3.0.
(%guile-static-stripped): Remove variable.

2 years agognu: make-bootstrap: Build with gcc-7.
Efraim Flashner [Sat, 12 Jun 2021 20:15:57 +0000 (23:15 +0300)]
gnu: make-bootstrap: Build with gcc-7.

* gnu/packages/make-bootstrap.scm (gcc-for-bootstrap)[Inherit]: Inherit
from gcc-7.
[inputs]: Use package-inputs from gcc-7.
(package-with-relocatable-glibc)[native-inputs]: Have cross-gcc use
gcc-7.
(%gcc-static)[inherit]: Inherit from gcc-7.
[arguments]: Use package-arguments from gcc-7.
[inputs]: Replace isl-0.18 with isl. Use package-inputs from gcc-7.
[native-inputs]: Use package-native-inputs from gcc-7.
(%gcc-stripped)[inherit]: Inherit from gcc-7.

2 years agoguix-install.sh: Prompt for configuring substitutes discovery.
Maxim Cournoyer [Mon, 5 Jul 2021 20:44:29 +0000 (16:44 -0400)]
guix-install.sh: Prompt for configuring substitutes discovery.

Also ensure prompt_yes_no always print the message with a trailing space,
which is more pleasing to the eye.

* etc/guix-daemon.conf.in <--discover=no>: New guix-daemon option.
* etc/guix-daemon.service.in: Likewise.
* etc/init.d/guix-daemon.in: Likewise.
* etc/openrc/guix-daemon.in: Likewise.
* etc/guix-install.sh (configure_substitute_discovery): New procedure.
(sys_enable_guix_daemon): Ask the user whether automatic substitute discovery
should be enabled.  Set the '--discover' argument accordingly.
(prompt_yes_no): Add a trailing space to the message.
(sys_authorize_build_farms): Remove trailing space from the message argument.
* NEWS (Distribution): Add news.

2 years agognu: python-pikepdf: Update to 2.14.1.
Nicolas Goaziou [Wed, 7 Jul 2021 22:03:17 +0000 (00:03 +0200)]
gnu: python-pikepdf: Update to 2.14.1.

* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.14.1.

2 years agognu: giac: Update to 1.7.0-17.
Nicolas Goaziou [Wed, 7 Jul 2021 21:03:25 +0000 (23:03 +0200)]
gnu: giac: Update to 1.7.0-17.

* gnu/packages/algebra.scm (giac): Update to 1.7.0-17.

2 years agognu: emacs-pyim: Update to 3.9.0.
Nicolas Goaziou [Wed, 7 Jul 2021 20:53:54 +0000 (22:53 +0200)]
gnu: emacs-pyim: Update to 3.9.0.

* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.0.

2 years agognu: VTK 8: Re-fix a build failure with recent versions of freetype.
Leo Famulari [Wed, 7 Jul 2021 20:11:26 +0000 (16:11 -0400)]
gnu: VTK 8: Re-fix a build failure with recent versions of freetype.

* gnu/packages/patches/vtk-8-fix-freetypetools-build-failure.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image-processing.scm (vtk-8): Dis-inherit from VTK. Use the
package definition that predated the update to VTK 9, taken from commit
f4dc8ac6dfa036d98aa0990ae22268a9650899d0.

2 years agognu: kicad-doc: Remove unnecessary code.
Tobias Geerinckx-Rice [Wed, 7 Jul 2021 19:22:33 +0000 (21:22 +0200)]
gnu: kicad-doc: Remove unnecessary code.

* gnu/packages/engineering.scm (arguments): Skip #:tests? instead of
deleting the 'check phase.  Remove the 'set-perl-env phase.

2 years agognu: kicad-doc: Fix build.
Tobias Geerinckx-Rice [Wed, 7 Jul 2021 19:21:39 +0000 (21:21 +0200)]
gnu: kicad-doc: Fix build.

Fixes <https://issues.guix.gnu.org/49458>.

* gnu/packages/engineering.scm (native-inputs): Add perl-yaml-tiny.

2 years agoguix-install.sh: No longer export GUIX_PROFILE.
Hartmut Goebel [Mon, 24 May 2021 15:26:52 +0000 (17:26 +0200)]
guix-install.sh: No longer export GUIX_PROFILE.

If GUIX_PROFILE is exported here, any subsequent
"source /some/other/profile/etc/profile" will set variables pointing to
"$HOME/.guix-profile" instead of pointing to the sourced profile.

* etc/guix-install.sh (sys_create_init_profile): No longer export GUIX_PROFILE.

2 years agoself: Build translated manuals with a single process.
Maxim Cournoyer [Wed, 7 Jul 2021 18:40:51 +0000 (14:40 -0400)]
self: Build translated manuals with a single process.

Works around <https://issues.guix.gnu.org/47428>.

* guix/self.scm (translate-texi-manuals): Set parallel-job-count to 1.

2 years agoservices: Add bitmask-service-type.
Raghav Gururajan [Sat, 3 Jul 2021 05:04:09 +0000 (01:04 -0400)]
services: Add bitmask-service-type.

* gnu/services/vpn.scm (bitmask-service-type): New variable.
* doc/guix.texi: Document it.

Co-authored-by: jgart <jgart@dismail.de>
2 years agognu: Add bitmask.
Raghav Gururajan [Sun, 13 Jun 2021 22:28:15 +0000 (18:28 -0400)]
gnu: Add bitmask.

* gnu/packages/vpn.scm (bitmask): New variable.

Co-authored-by: jgart <jgart@dismail.de>
2 years agognu: Add go-0xacab-org-leap-shapeshifter.
Raghav Gururajan [Tue, 25 May 2021 02:16:01 +0000 (22:16 -0400)]
gnu: Add go-0xacab-org-leap-shapeshifter.

* gnu/packages/golang.scm (go-0xacab-org-leap-shapeshifter): New variable.

2 years agognu: Add go-github-com-operatorfoundation-shapeshifter-transports.
Raghav Gururajan [Tue, 25 May 2021 02:00:35 +0000 (22:00 -0400)]
gnu: Add go-github-com-operatorfoundation-shapeshifter-transports.

* gnu/packages/golang.scm (go-github-com-operatorfoundation-shapeshifter-transports): New variable.

2 years agognu: Add go-github-com-kataras-golog.
Raghav Gururajan [Tue, 25 May 2021 01:37:05 +0000 (21:37 -0400)]
gnu: Add go-github-com-kataras-golog.

* gnu/packages/golang.scm (go-github-com-kataras-golog): New variable.

2 years agognu: Add go-github-com-kataras-pio.
Raghav Gururajan [Tue, 25 May 2021 01:09:08 +0000 (21:09 -0400)]
gnu: Add go-github-com-kataras-pio.

* gnu/packages/golang.scm (go-github-com-kataras-pio): New variable.

2 years agognu: Add go-github-com-shadowsocks-go-shadowsocks2.
Raghav Gururajan [Tue, 25 May 2021 00:56:29 +0000 (20:56 -0400)]
gnu: Add go-github-com-shadowsocks-go-shadowsocks2.

* gnu/packages/golang.scm (go-github-com-shadowsocks-go-shadowsocks2): New variable.

2 years agognu: Add go-github-com-riobard-go-bloom.
Raghav Gururajan [Tue, 25 May 2021 00:32:43 +0000 (20:32 -0400)]
gnu: Add go-github-com-riobard-go-bloom.

* gnu/packages/golang.scm (go-github-com-riobard-go-bloom): New variable.

2 years agognu: Add go-github-com-aead-chacha20.
Raghav Gururajan [Tue, 25 May 2021 00:21:09 +0000 (20:21 -0400)]
gnu: Add go-github-com-aead-chacha20.

* gnu/packages/golang.org (go-github-com-aead-chacha20): New variable.