~ruther/guix-local

82e0408b — Vinicius Monego 11 months ago
gnu: blanket: Update to 0.8.0, fix build.

* gnu/packages/task-management.scm (blanket): Update to 0.8.0.
[source]: Fix indentation.
[arguments]: Use Gexp as well as search-input-file in phases. Remove
'#:tests? #f'.
<#:phases>: Move 'wrap-libs' after 'glib-or-gtk-wrap'.
[native-inputs]: Add blueprint-compiler.
[inputs]: Replace gtk+ by gtk. Add libadwaita.

Change-Id: I1f09ce2d93f4121b0bcfe7da7d2c13460809bfde
bb5eeffe — nomike 11 months ago
gnu: pythonscad: Update to 0.0.0-1-e1d4903.

* gnu/packages/engineering.scm (pythonscad): Update to 0.0.0-0-e1d4903.

Change-Id: I74365812dddef885acb240c9ed233e7c87c001cf
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
f70a74b2 — nomike 11 months ago
gnu: pythonscad: Fix in-application version display.

* gnu/packages/engineering.scm (pythonscad): Fix in-application version
display.
[arguments]<#:configure-flags>: Filter out flags "-DOPENSCAD_VERSION" and
"-DOPENSCAD_COMMIT" from inherited package. Add flags "-DOPENSCAD_VERSION" and
"-DOPENSCAD_COMMIT" locally.

Change-Id: I3d0b8e97dfb14041491cfd67baf1a9d3d15c1b86
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
c1045f16 — John Kehayias 11 months ago
gnu: docker-compose: Fix runtime error by using python-docker@5.

This is a followup to 3eb1ceac58985c0407f3ade1cfa72dbee1b7886a and
8d53a088520bccc063b7eaf1936b6e2dbed7f9ba to fix the old v1 docker-compose we
have until Docker is upgraded.

* gnu/packages/docker.scm (docker-compose)[inputs]: Replace python-docker
with python-docker@5.

Change-Id: Ia53a4dad7e88901ac37b6e9a0bd734605afae9e6
8d53a088 — John Kehayias 11 months ago
gnu: Add python-docker-5.

This is a followup to commit 3eb1ceac58985c0407f3ade1cfa72dbee1b7886a along
with an upcoming commit to use this in docker-compose to fully fix it.  This
package is added just for the old version 1 of docker-compose and should be
removed once Docker is updated (which includes "docker compose" v2 built-in).

* gnu/packages/docker.scm (python-docker-5): New variable.

Change-Id: I9e640ca3a87fb6e055524cd5acc79588ac36fe36
96e37a67 — Andreas Enge 11 months ago
gnu: qmapshack: Update to 1.18.0 and build with Qt6.

* gnu/packages/geo.scm (qmapshack): Update to 1.18.0.
[qtbase]: Add field.
[inputs]: Remove curl, qtbase-5, qtdeclarative-5, qtlocation-5,
qtwebchannel-5, qtwebengine-5, quazip-5, sqlite, and zlib; add
qt5compat, qtpositioning, qttools, qtwebengine, and quazip.
[native-inputs]: Remove qttools-5.
[arguments]<#:phases>: Adapt to Qt6 and gexps.

Change-Id: I1e593033b56e30a430dc8f79e46619cab85a3bc9
gnu: trealla: Update to 2.81.3.

* gnu/packages/prolog.scm (trealla): Update to 2.81.3.

Change-Id: I4d55a8986c7c7fa7eaa8527c4f9b79de1262e1ad
e3e98bf8 — Guillaume Le Vaillant 11 months ago
gnu: monero-gui: Update to 0.18.4.1.

* gnu/packages/finance.scm (monero-gui): Update to 0.18.4.1.

Change-Id: I885d9695eb8fed51ff633649775966da72630749
6bc11821 — Guillaume Le Vaillant 11 months ago
gnu: p2pool: Update to 4.9.

* gnu/packages/finance.scm (p2pool): Update to 4.9.
  [native-inputs]: Add xz.
  [arguments]: Update 'check' phase.

Change-Id: I173d52b33943665c6cb46d10b2161b78a6c8de20
9b1b0a88 — Guillaume Le Vaillant 11 months ago
gnu: monero: Update to 0.18.4.1.

* gnu/packages/finance.scm (monero): Update to 0.18.4.1.

Change-Id: Idfcb7a38de1e6c649cf81ae12d98def8d2240cdd
085199e9 — Guillaume Le Vaillant 11 months ago
gnu: txr: Update to 302.

* gnu/packages/lisp.scm (txr): Update to 302.

Change-Id: I71d5c82a9536a53e9220641fff8a206acf16402a
e02421a7 — Andreas Enge 11 months ago
gnu: quazip: Update to 1.5.

* gnu/packages/compression.scm (quazip): Update to 1.5.

Change-Id: Id8fd2682f1c7a0bea2fbd4b4b2f5b3f3cdd9cefc
8aa2e46a — Andreas Enge 11 months ago
gnu: routino: Update to 3.4.3.

* gnu/packages/geo.scm (routino): Update to 3.4.3.

Change-Id: Ie04dd19d3c538c38f1d436d8e75b51f2669235e2
24f997bf — Ashish SHUKLA 11 months ago
gnu: waybar: Update to 0.14.0.

* gnu/packages/wm.scm (waybar): Update to 0.14.0.

Change-Id: Ia8325d95d08a7f3f5a630a0dcbac26af688bf841
Signed-off-by: Andreas Enge <andreas@enge.fr>
66fc4f53 — Andreas Enge 11 months ago
gnu: quesoglc: Fix commit.

This is a follow-up to commit 175a368b9c3c023b22925d7b0ef3cbb616cd55cc .

* gnu/packages/game-development.scm (quesoglc)[arguments]
<#:configure-flags>: Really change as intended.

Change-Id: I8bc96cb5f3fc5136a051bd2868c14b631c83f4b3
175a368b — Aaron Covrig 11 months ago
gnu: quesoglc: Fix build with gcc-14.

* gnu/packages/game-development.scm (quesoglc)[arguments]
<#:configure-flags>: Add CFLAGS to turn pointer checks into warnings.

Fixes: guix/guix#1894
Change-Id: I9cca0e190b1eb0d15bf34040df868152beb6424b
Signed-off-by: Andreas Enge <andreas@enge.fr>
3eb1ceac — John Kehayias 11 months ago
gnu: docker-compose: Fix build.

python-pyyaml-5 does not build and is needed for docker-compose.  This is
a stopgap until docker can be updated to the modern Go version, which
includes "docker compose".

* gnu/packages/docker.scm (docker-compose)[arguments]: Add phase fix-pyyaml
to relax python-pyyaml requirement.
[inputs]: Replace python-pyyaml-5 with python-pyyaml.

Change-Id: I7410f8b5a8f308aeaae5793399dbfc5eef0e1822
Signed-off-by: Andreas Enge <andreas@enge.fr>
42d7a9dd — Andreas Enge 11 months ago
gnu: python-django-4.2: Remove the alias.

* gnu/packages/django.scm (python-django-4.2): Rename to...
(python-django): ...this instead of defining the latter as the former.
* gnu/packages/maths.scm (python-mathics-django)[propagated-inputs],
gnu/packages/monitoring.scm (graphite-web)[propagated-inputs]:
Use python-django instead of python-django-4.2.

Change-Id: I9dd9d86d4f9af5c6ee66fd57949ad565a6657062
8f1a5c74 — Andreas Enge 11 months ago
gnu: Remove python-django-3.1.14.

* gnu/packages/django.scm (python-django-3.1.14): Delete variable.

Change-Id: Ib332b5a64696f6df6e35dd40538d4a23033afa97
47eaa5ef — Andreas Enge 11 months ago
gnu: kaidan: Add input.

This is a follow-up to commit ba5279cafded9c7375ef65f3720727e9973756a0 .

* gnu/packages/messaging.scm (kaidan)[inputs]: Add sonnet.

Change-Id: I2913a4bd2c5da2993ed23bb2a681c29d0d72e076
Next