~ruther/guix-local

d508545f — Greg Hogan 3 months ago
gnu: libdjinterop: Mark tests as disabled.

* gnu/packages/audio.scm (libdjinterop)[arguments]<#:tests?>: Unset.

Change-Id: I3fcb2b9ec7b2d332987fbe5ab65282819bdf398c
9a2ab579 — Greg Hogan 3 months ago
gnu: opencascade-occt-7.6.1: Fix source origin.

* gnu/packages/maths.scm (opencascade-occt-7.6.1):
[source]<origin>: Do not inherit source version.

Change-Id: Iadb988c48bd6d2bc5a4da0ae06bb5c35826d4f75
e2d04e31 — Greg Hogan 3 months ago
gnu: snapcast: Update to 0.34.0.

* gnu/packages/audio.scm (snapcast): Update to 0.34.0.

Change-Id: Ic8887bb7016688b7eb078f8491531dfedc06b7d2
c4bcacb7 — Greg Hogan 3 months ago
gnu: dealii: Update to 9.7.1.

* gnu/packages/maths.scm (dealii): Update to 9.7.1.
[inputs]: Add taskflow.

Change-Id: I0430a74f003dad56799d1eb339760fb27863ce21
df0c6146 — Greg Hogan 3 months ago
gnu: taskflow: Update to 3.10.0.

* gnu/packages/cpp.scm (taskflow): Update to 3.10.0.

Change-Id: I4ebe53f57ebe19e655c8517c5a5adf08cdce3a05
0091d0e7 — Greg Hogan 3 months ago
gnu: folly: Update to 2025.11.10.00.

* gnu/packages/cpp.scm (folly): Update to 2025.11.10.00.

Change-Id: Ida26bd295856d89671b7af2a6f10f51fc4ec5a25
8cbe98c8 — Greg Hogan 3 months ago
gnu: ninja: Update to 1.13.2.

* gnu/packages/ninja.scm (ninja): Update to 1.13.2.

Change-Id: I5f062e3e92a5f65e6081b0fb20fd4d21ee195a5a
f873ae0c — Greg Hogan 6 months ago
gnu: cmake: Update to 4.1.3.

* gnu/packages/cmake.scm (cmake): Update to 4.1.3.

Change-Id: I05d31c3d527a60bda22d454631a54fa6fad3b3ef
201cd120 — Greg Hogan 4 months ago
gnu: cmake-bootstrap: Update to 3.31.10.

* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.31.10.

Change-Id: I39fb99903fc96e0afa7d0e297b832c62c9a45787
dffaaf19 — Greg Hogan 6 months ago
gnu: cmake-build: Prevent stalls initiating tests.

* guix/build/cmake-build-system.scm (check): Set minimum bound for
test-load so that system tasks do not prevent low-core machines from
starting execution of the test suite.

Change-Id: I8751bb5b42c2a66f160117729fcb5648a635341c
e62a6b6c — Ricardo Wurmus 3 months ago
gnu: Add slurm-minimal-25.05.

* gnu/packages/parallel.scm (slurm-minimal-25.05, slurm-25.05): New variables.

Change-Id: Ia3b4be72b1b055abee81c895b4def0d6c145bde8
af5812c4 — Cayetano Santos 3 months ago
gnu: verilator: Update to 5.042.

* gnu/packages/electronics.scm (verilator): Update to 5.042.

Change-Id: Icea25d7db107e0ed1bc5578da82a4efcea02a9fc
537895fe — Cayetano Santos 3 months ago
gnu: nvc: Update to 1.18.2.

* gnu/packages/electronics.scm (nvc): Update to 1.18.2.

Change-Id: I20463dcf01fddffec88d682199f421316067b0b2
b9717c2e — Sergey Trofimov 3 months ago
gnu: qutebrowser: Update to 3.6.2.

* gnu/packages/web-browsers.scm (qutebrowser): Update to 3.6.2.

Closes: guix/guix#4516
Change-Id: I4bd9f644ce028ae88c3af2f6db181bf68d2d4a60
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
f48ceed4 — Raven Hallsby 4 months ago
gnu: quickshell: Install QML shared objects & definitions.

* gnu/packages/wm.scm (quickshell): Install QML shared objects to output.
Update CMake generator configure flag to use Guix's #:generator keyword
argument for cmake-build-system.

Quickshell does not use these libraries at runtime, since they are statically
linked. But external tooling (e.g. qmllint) need to know about these
definitions. We place these libraries in the standard QML location so that
$QML_IMPORT_PATH can find these libraries.

Change-Id: I38afada42b8e6903970e470b0c8948783fcb3d7f
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
b5f91bd8 — Raven Hallsby 4 months ago
gnu: quickshell: Remove custom build & install phases.

* gnu/packages/wm.scm (quickshell): Remove custom phases.

Quickshell uses the cmake-build-system, whose build and install phases are
nearly identical to these custom phases. Reusing the standard cmake phases
also means we allow Guix to control the build parallelism.

Change-Id: Ia6f5da50165b1e9ce6b4443cbd64328c51f88222
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
c1054098 — Robin Ole Heinemann 3 months ago
gnu: Add libpsf.

* gnu/packages/electronics.scm (libpsf): New variable.

Change-Id: I5891522df22fc38cbea19add4d5888dbc047e2a5
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
c9eb69dd — Sharlatan Hellseher 3 months ago
gnu: liquidctl: Update to 1.15.0.

* gnu/packages/hardware.scm (liquidctl): Update to 1.15.0.
[native-inputs]: Add python-setuptools.

Change-Id: Iab8c3aaa6155acab54d92dfed90c38e0334dea58
d3600a04 — Nicolas Graves 3 months ago
gnu: unoconv: Switch to pyproject.

* gnu/packages/libreoffice.scm (unoconv):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Add 'check phase replacement.
[native-inputs]: Add gnu-make, python-setuptools.

Change-Id: I2a8c35fddcc9af4a51c0414feea8a74261b37de2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
56bd65a4 — Nicolas Graves 3 months ago
gnu: licenseheaders: Update to 0.8.8.

* gnu/packages/license.scm (licenseheaders): Update to 0.8.8.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Improve style.
<#:test-backend, #:test-flags, #:phases>: Run tests.
[native-inputs]: Add python-setuptools.

Change-Id: Idbfc65edac210c9423ca9b6786c442ca75b8bbef
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Next