~ruther/guix-local

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.
605cb7b4 — Lars-Dominik Braun 4 years ago
gnu: python-uvloop: Update to 0.16.0.

Version 0.14.0 is not compatible with Python 3.9[1]. Additionally unvendor the
copy of libuv, which was unused, but retained in the source tarball,
fix subprocess spawning and enable tests, so we know when future updates
break it.

[1] https://github.com/MagicStack/uvloop/issues/349

* gnu/packages/python-web.scm (python-uvloop): Update to 0.16.0.
[source]: Add snippet to remove pre-built loop.c and vendored libuv.
[arguments]<#:phases>: Substitute /bin/sh in 'preparations phase, override
'check phase and disable failing tests.
[native-inputs]: Remove python-flake8, because it causes test failures
and add python-pytest-timeout.
f3655d32 — Efraim Flashner 4 years ago
gnu: newsboat: Add release-monitoring-url.

* gnu/packages/syndication.scm (newsboat)[properties]: New field.
bc7a910f — Efraim Flashner 4 years ago
gnu: youtube-dl: Add release-monitoring-url.

* gnu/packages/video.scm (youtube-dl)[properties]: New field.
7e9a0852 — Efraim Flashner 4 years ago
gnu: yt-dlp: Add release-monitoring-url.

* gnu/packages/video.scm (yt-dlp)[properties]: New field.
12e120a2 — Efraim Flashner 4 years ago
gnu: parallel: Update to 20220122.

* gnu/packages/parallel.scm (parallel): Update to 20220122.
a4eae0c3 — Maxim Cournoyer 4 years ago
gnu: Add btrbk.

* gnu/packages/backup.scm (btrbk): New variable.
2f4e6513 — Nicolas Goaziou 4 years ago
gnu: lagrange: Update to 1.10.2.

* gnu/packages/web-browsers.scm (lagrange): Update to 1.10.2.
483731c8 — Hartmut Goebel 4 years ago
gnu: Add grc.

* gnu/packages/shellutils.scm (grc): New variable.
ecb3f1b9 — Chris Marusich 4 years ago
gnu: luajit: Remove powerpc64le-linux from supported-systems.

* gnu/packages/lua.scm (luajit)[supported-systems]: New field.  Set it to the
result of deleting "powerpc64le-linux" from %supported-systems.
5b465de0 — Nicolas Goaziou 4 years ago
gnu: fsearch: Update to 0.1.1.

* gnu/packages/search.scm (fsearch): Update to 0.1.1.
13b905bf — Giacomo Leidi 4 years ago
gnu: Add python-tweepy.

* gnu/packages/python-web.scm (python-tweepy): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
65045871 — Calum Irwin 4 years ago
gnu: zig: Update to 0.9.0

* gnu/packages/patches/zig-disable-libc-note-test.patch: Move patch changes to new file.
* gnu/packages/patches/zig-use-system-paths.patch: Update line numbers.
* gnu/packages/zig.scm: Update to 0.9.0

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c9627323 — Ludovic Courtès 4 years ago
gnu: guile@2.0: Build with '-fexcess-precision=standard' on i686.

Fixes <https://issues.guix.gnu.org/53462>.
Reported by Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>.

This is a followup to 9b09a753a9711f7614564272013138fce6fec708.

* gnu/packages/guile.scm (guile-2.0)[arguments]: Augment #:configure-flags
when 'target-x86-32?'.
(guile-2.2)[arguments]: Tweak #:configure-flags to keep derivation unchanged.
(guile-3.0)[arguments]: Likewise.
1bfd634e — Nicolas Goaziou 4 years ago
gnu: scribus: Update to 1.5.8.

* gnu/packages/scribus.scm (scribus): Update to 1.5.8.
[inputs]: Remove labels.
d41bb831 — Nicolas Goaziou 4 years ago
gnu: emacs-posframe: Update to 1.1.7.

* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.1.7.
Next