~ruther/guix-local

008a0f87 — Marius Bakke 4 years ago
gnu: zabbix-server: Adjust style.

* gnu/packages/monitoring.scm (zabbix-server)[arguments]: Rewrite as gexp,
use #:phases matching, and remove trailing #t's.
88e4c874 — Marius Bakke 4 years ago
services: zabbix-agent: Respect user and group configuration.

* gnu/services/monitoring.scm (zabbix-agent-account): Look up user and group
from CONFIG instead of hard-coded values.
bbc2fb0d — Marius Bakke 4 years ago
etc: Remove redundant SELinux permissions block.

* etc/guix-daemon.cil.in (guix_daemon): Consolidate two blocks adding
sock_file permissions on guix_daemon_conf_t.
35635581 — Ricardo Wurmus 4 years ago
gnu: nyacc: Fix bug 60474.

* gnu/packages/mes.scm (nyacc)[arguments]: Add build phase 'fix-60474.
011db003 — Ricardo Wurmus 4 years ago
gnu: nyacc: Update to 1.06.5.

* gnu/packages/mes.scm (nyacc): Update to 1.06.5.
[source]: Simplify snippet.
070b8a89 — Maxim Cournoyer 4 years ago
.guix-authorizations: Authorize Vinicius Monego.

* .guix-authorizations (monego): Add OpenPGP key fingerprint.
ebac2019 — Vinicius Monego 4 years ago
gnu: Add python-regions.

* gnu/packages/astronomy.scm (python-regions): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5e51ccc1 — Vinicius Monego 4 years ago
gnu: Add python-photutils.

* gnu/packages/astronomy.scm (python-photutils): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
fb12d6b4 — Vinicius Monego 4 years ago
gnu: Add python-astropy-healpix.

* gnu/packages/astronomy.scm (python-astropy-healpix): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4eca8c6a — Vinicius Monego 4 years ago
gnu: Add python-astroquery.

* gnu/packages/astronomy.scm (python-astroquery): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b28be250 — Vinicius Monego 4 years ago
gnu: Add python-pyvo.

* gnu/packages/astronomy.scm (python-pyvo): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5543f80d — Ludovic Courtès 4 years ago
doc: Document 'invoke' & co.

* doc/guix.texi (Build Utilities)[Program Invocation]: New subsection.
d582b399 — Ludovic Courtès 4 years ago
build: Require Guile >= 3.0.3.

Fixes <https://issues.guix.gnu.org/53157>.
Reported by Efraim Flashner <efraim@flashner.co.il>.

* configure.ac: Require Guile >= 3.0.3.
* doc/guix.texi (Requirements): Update accordingly.
b8743fef — Ludovic Courtès 4 years ago
environment: '--check' does nothing when used with '--container'.

Partly fixes <https://issues.guix.gnu.org/53355>.
Reported by Chris Marusich <cmmarusich@gmail.com>.

* guix/scripts/environment.scm (guix-environment*): Warn and do nothing
when both '--check' and '--container' are used.
c0139a59 — Niklas Eklund 4 years ago
gnu: Add emacs-puni.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
4235c6ee — Leo Famulari 4 years ago
gnu: QGIS: Build without QtWebKit.

See <https://issues.guix.gnu.org/53289> and <https://issues.guix.gnu.org/53512>
for more information about this change.

* gnu/packages/geo.scm (qgis)[inputs]: Remove qtwebkit.
[arguments]: Pass "-DWITH_QTWEBKIT=NO" to #:configure-flags. Make the
custom 'check' phase honor TESTS?. Skip even more failing tests.
676de0a3 — Leo Famulari 4 years ago
gnu: FreeCAD: Replace QtWebKit with QtWebEngine.

See <https://issues.guix.gnu.org/53289> for more information about this change.

* gnu/packages/engineering.scm (freecad)[inputs]: Remove QTWEBKIT. Add
QTDECLARATIVE, QTWEBCHANNEL, and QTWEBENGINE.
7a291f4e — Leo Famulari 4 years ago
Add copyright notice for 'Bird'.

This is a followup to commit cc74d19d663b78a9ec8207d7e3a41cabfbe1a100.

* gnu/packages/video.scm: Add copyright attribution.
gnu: Add gallery-dl.

* gnu/packages/video.scm (gallery-dl): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
a58bcf92 — Danny Milosavljevic 4 years ago
gnu: Add python-esprima.

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