jgart
8fc33ef848
gnu: trealla: Update to 2.82.29.
...
* gnu/packages/prolog.scm (trealla): Update to 2.82.29.
Change-Id: I98c93dc3897a1aa708703c1d5eae1664c89ef801
2025-09-03 09:33:10 -05:00
Christopher Baines
2f6319cf94
gnu: lukesmithxyz-st: Fix broken builder script.
...
I believe broken in e03f2316e4 with the switch
to a G-exp for the st package phases.
* gnu/packages/suckless.scm (lukesmithxyz-st)[arguments]: Change phases to a
gexp.
Change-Id: I0cb47d07dd40e9d15ffebee089ccac7750f28bad
2025-09-03 14:55:28 +01:00
Maxim Cournoyer
077f3a5e4b
gnu: watcher: Update to 0.13.8.
...
* gnu/packages/file-systems.scm (watcher): Update to 0.13.8.
[#:tests?]: Delete.
[#:phases] {check}: Delete.
Change-Id: I4cc961f941ee662e8e725ffcd1ce85715b7b725b
2025-09-03 22:03:54 +09:00
Cayetano Santos
b298b2c7ad
gnu: Add osvvm.
...
* gnu/packages/electronics.scm (osvvm): New variable.
Change-Id: I7e8dcae236e15bdd75d22cf04d6039fc333257b0
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop >
Modified-by: Maxim Cournoyer <maxim@guixotic.coop >
2025-09-03 21:24:25 +09:00
Cayetano Santos
9a830d118a
gnu: Add json-for-vhdl.
...
* gnu/packages/electronics.scm (json-for-vhdl): New variable.
Change-Id: Ia43b8332a882ecd3499a63ea9855e10d65fbac77
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop >
2025-09-03 21:23:11 +09:00
Cayetano Santos
339d7793bc
gnu: python-hdlmake: Update to 3.3-3.c56cb8e.
...
* gnu/packages/fpga.scm (python-hdlmake): Update to 3.3-3.c56cb8e.
[native-inputs]: Remove python-setuptools and python-wheel; add python-setuptools-next.
Change-Id: I8f2ea9bcb3673532f8b27bb04b02e33a163ab41d
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop >
2025-09-03 21:19:28 +09:00
Cayetano Santos
182e721b55
gnu: python-migen: Update to 0.9.2-1.6e3a9e1.
...
* gnu/packages/fpga.scm (python-migen): Update to 0.9.2-1.6e3a9e1.
[native-inputs]: Remove python-setuptools and python-wheel; add python-setuptools-next.
Change-Id: Id20f8a46c2608c081c9fcd7133b43723c86fa98d
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop >
2025-09-03 21:19:28 +09:00
Maxim Cournoyer
ceb243e475
gnu: grub: Unconditionally disable grub_cmd_date test.
...
* gnu/packages/bootloaders.scm (grub) [#:phases] {skip-tests}: Remove
conditional.
Change-Id: I9a91377810a60fc0d7a909b4619fc53fe2b5cc8e
2025-09-03 21:04:39 +09:00
Maxim Cournoyer
c5da26f402
gnu: qemu: Reinstate the bios-tables test.
...
* gnu/packages/virtualization.scm (qemu): Add comment.
[source] <patches>: Remove qemu-disable-bios-tables-test.patch
[#:phases] {replace-firmwares}: Adjust file names.
* gnu/packages/patches/qemu-disable-bios-tables-test.patch: Delete file.
* gnu/local.mk: De-register it.
Change-Id: I9835c21533ce7217d3928f5c02db8a0355af89c8
2025-09-03 20:30:49 +09:00
Maxim Cournoyer
261a1065d8
gnu: acpica: Update to 20250807.
...
* gnu/packages/admin.scm (acpica): Update to 20250807.
Change-Id: I707a5259e59084d01346c0fb6a79e4ff7ddbdd15
2025-09-03 20:30:49 +09:00
Maxim Cournoyer
83b292cc44
gnu: seabios-qemu: Sync configuration options.
...
* gnu/packages/firmware.scm (format-qemu-firmware-config-options): New helper
procedure.
(seabios-qemu) [#:phases] {build}: Sync configuration options with those
found in QEMU 10.1.0. Simplify the data representation logic a bit, to allow
for more automation in future changes.
Change-Id: Icd94da3824993754d98e8f748dc4e50e22d02c0b
2025-09-03 20:30:49 +09:00
Maxim Cournoyer
41b3883c11
gnu: seabios: Update home-page URI.
...
* gnu/packages/firmware.scm (seabios) [home-page]: Update.
Change-Id: I1a48c88f1a8d235d2aa0fbf69474ba66e25f55d7
2025-09-03 20:30:49 +09:00
Maxim Cournoyer
122abc75f2
gnu: openbios-qemu-ppc: Update to 1.1-2.c3a19c1.
...
* gnu/packages/firmware.scm (openbios-qemu-ppc): Update to 1.1-2.c3a19c1.
Change-Id: I31402ef06db0542abeba0eec8d4ec0b2e5e94e2c
2025-09-03 20:30:49 +09:00
Maxim Cournoyer
bfeeb9982f
gnu: ipxe: Update to 1.21.1-4.969ce2c.
...
* gnu/packages/bootloaders.scm (ipxe): Update to 1.21.1-4.969ce2c.
Change-Id: I00ed2edf1a71c3050d1517311fad979687e580f0
2025-09-03 20:30:49 +09:00
Ludovic Courtès
b377ec079d
services: nginx: Ensure ‘stop’ is synchronous.
...
Fixes guix/maintenance#17 .
Fixes a bug whereby ‘nginx -s stop’ might return before the main nginx process
has actually stopped, which in turn would lead ‘herd restart nginx’ to hang.
* gnu/services/web.scm (nginx-shepherd-service): Change ‘stop’ to use
‘make-kill-destructor’.
Reported-by: Maxim Cournoyer <maxim@guixotic.coop >
Change-Id: I69e8626aab07f806ddc8b1d09d9f0e052a85cf47
2025-09-03 12:34:13 +02:00
Ludovic Courtès
ecc34394f3
gnu: guile-fibers@1.4: Fix cross-compilation.
...
* gnu/packages/guile-xyz.scm (guile-fibers-1.4)[arguments]: Add
‘fix-cross-compilation’ phase.
Change-Id: I615800f2f0021cc86f7e6e002e3871b5986eee24
2025-09-03 11:57:57 +02:00
Ludovic Courtès
ec50c8f693
gnu: guile-fibers@1.4: Clear ‘arguments’ field.
...
* gnu/packages/guile-xyz.scm (guile-fibers-1.4)[arguments]: New field.
Change-Id: I84f13fc7864c4ea348f8a2859afd005d888a0169
2025-09-03 11:33:24 +02:00
Nicolas Graves
c7efa748fa
gnu: python-zxcvbn: Update to 4.5.0.
...
* gnu/packages/python-crypto.scm (python-zxcvbn): Update to 4.5.0.
Change-Id: I6ffd23b13bf600acba3bbce2602b2db8a21acfb2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-03 08:01:07 +01:00
Nicolas Graves
16df8904e1
gnu: python-zxcvbn: Switch to pyproject.
...
* gnu/packages/python-crypto.scm (python-zxcvbn):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
[source, description]: Improve style.
Change-Id: Id8e5ced7a074af5c8518c34a1d584740fdc2cafe
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-03 08:01:07 +01:00
Nicolas Graves
db8c641876
gnu: python-sop: Update to 0.5.1.
...
* gnu/packages/python-crypto.scm (python-sop): Update to 0.5.1.
Change-Id: I685033da8c86bdf9727519a95584b252cd6de608
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-03 08:01:07 +01:00
Nicolas Graves
4e36a25e10
gnu: python-sop: Switch to pyproject.
...
* gnu/packages/python-crypto.scm (python-sop):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: If3b9533b3f8cf1f831f6343729fcf12ad8b13e75
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-03 08:01:06 +01:00
Nicolas Graves
f7088bc19f
gnu: python-pylibscrypt: Update to 2.0.0.
...
* gnu/packages/python-crypto.scm (python-pylibscrypt): Update to 2.0.0.
Change-Id: I61befa3843e32808f56f868da75c84e4a8c0d675
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-03 08:01:06 +01:00
Nicolas Graves
7e794cec95
gnu: python-scrypt: Update to 0.9.4.
...
* gnu/packages/python-crypto.scm (python-scrypt): Update to 0.9.4.
Change-Id: I861d204950db34b514771b12bb4ede2c3ce45986
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-03 08:01:06 +01:00
Nicolas Graves
7e3edc04f0
gnu: python-scrypt: Switch to pyproject.
...
* gnu/packages/python-crypto.scm (python-scrypt):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
[home-page]: Udpate it.
[description]: Improve it.
Change-Id: I35248aaaedb9ffb74e41226ece37feb3a0f2c84f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-03 08:01:06 +01:00
Nicolas Graves
8ce2483421
gnu: python-pylibscrypt: Switch to pyproject.
...
* gnu/packages/python-crypto.scm (python-pylibscrypt):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments, inputs]: Remove them.
[native-inputs]: Add python-pytest, python-setuptools, python-wheel.
[description]: Rewrite it.
Change-Id: I012930b6dad02b02a15c7bda5f6dc96cad632343
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-03 08:01:06 +01:00
Nicolas Graves
479de7b3ad
gnu: python-ntlm-auth: Update to 1.5.0.
...
* gnu/packages/python-crypto.scm (python-ntlm-auth): Update to 1.5.0.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-requests,
python-setuptools, python-wheel.
Change-Id: Ib97d312871975aac472b303930e2073214d73b66
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-03 08:01:06 +01:00
Nicolas Graves
6b52644ecc
gnu: python-mcuboot-imgtool: Switch to pyproject.
...
* gnu/packages/python-crypto.scm (python-mcuboot-imgtool):
[source]<uri>: Update url.
[build-system]: Switch to pyproject-build-system.
[arguments, description]: Improve style.
[native-inputs]: Add python-pytest, python-setuptools, python-wheel.
Change-Id: I2e722867413d9d46bb67ab03a58be34d5dea5f5a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-03 08:01:06 +01:00
Sharlatan Hellseher
e4bdc82668
gnu: python-ed25519: Update to 1.5.
...
* gnu/packages/python-crypto.scm (python-ed25519): Update to 1.5.
Change-Id: I09bf6c259debca4eb11cf618026a706a7e688631
2025-09-03 08:01:06 +01:00
Nicolas Graves
4957d7866c
gnu: python-ed25519: Switch to pyproject.
...
* gnu/packages/python-crypto.scm (python-ed25519):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments] <phases>: Use custom 'check.
[native-inputs]: Add python-setuptools-next.
[description]: Improve it.
Change-Id: If9964e5907a8b06041083d8512458363306db9a0
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-03 08:01:06 +01:00
Nicolas Graves
aa6126d588
gnu: python-certipy: Update to 0.2.2.
...
* gnu/packages/python-crypto.scm (python-certipy): Update to 0.2.2.
[propagated-inputs]: Replace python-pyopenssl by python-cryptography.
[native-inputs]: Add python-pypa-build, python-flask.
Change-Id: If2a740e90d60e88f3d0839a6c3c6fac7a70b505c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-03 08:01:06 +01:00
Nicolas Graves
64ac97f8c0
gnu: python-certipy: Switch to pyproject.
...
* gnu/packages/python-crypto.scm (python-certipy):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: I120a86ca80bd2798154ae4a1717463b6ee736bde
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-03 08:01:05 +01:00
Nicolas Graves
2b2daab068
gnu: python-axolotl: Switch to pyproject.
...
* gnu/packages/python-crypto.scm (python-axolotl):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Replace phase 'remove-tests by phase
'cleanup-install.
[native-inputs]: Add python-pytest, python-setuptools, python-wheel.
[description]: Run guix style.
Change-Id: I70bb567982555cf96b6bc84e2900b33910b05414
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-03 08:01:05 +01:00
Nicolas Graves
0ea6bda82f
gnu: python-robber: Switch to pyproject.
...
* gnu/packages/python-check.scm (python-robber):
[source]: Run guix style.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: I52825bbefe3d4c02681e76ce0dfcc7a490d5f11d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-02 21:13:19 +01:00
Nicolas Graves
580d1f52e5
gnu: python-pytest-services: Switch to pyproject.
...
* gnu/packages/python-check.scm (python-pytest-services):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Update comment.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: Ib5932dc71639c9f264f15702a3b318a2f39c74f1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-02 21:13:19 +01:00
Nicolas Graves
162d72fe07
gnu: python-pytest-pydocstyle: Update to 2.4.0.
...
* gnu/packages/python-check.scm (python-pytest-pydocstyle): Update to 2.4.0.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-pytest-isort,
python-pytest-pycodestyle, python-setuptools, python-wheel.
[description]: Run guix style.
2025-09-02 21:13:19 +01:00
Nicolas Graves
1bba49c77e
gnu: python-pytest-parawtf: Switch to pyproject.
...
* gnu/packages/python-check.scm (python-pytest-parawtf):
[source, description]: Run guix style.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Replace it with...
<#:test-flags>: ...them.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: Id47b094ac260f4623d2cf85c4cc5c646d992be04
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-02 21:13:19 +01:00
Nicolas Graves
df3d8bdd9b
gnu: python-pytest-helpers-namespace: Switch to pyproject.
...
* gnu/packages/python-check.scm (python-pytest-helpers-namespace):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Remove 'check phase replacement. Add
'set-version phase.
[native-inputs]: Add python-wheel.
[description]: Run guix style.
Change-Id: I868b710a45d0663697354b8590667486afd9fbf7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-02 21:13:19 +01:00
Nicolas Graves
3fa2014c1f
gnu: python-pytest-doctest-custom: Switch to pyproject.
...
* gnu/packages/python-check.scm (python-pytest-doctest-custom):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Improve style.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: I62c718785134be0ad13adbddeba098c05cdc472c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-02 21:13:19 +01:00
Nicolas Graves
db1c4b8556
gnu: python-eradicate: Update to 3.0.0.
...
* gnu/packages/python-check.scm (python-eradicate): Update to 3.0.0.
Change-Id: I7f823f784fc1790217ca5837aa9415279c64c45c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-02 21:13:18 +01:00
Nicolas Graves
943ea45728
gnu: python-eradicate: Switch to pyproject.
...
* gnu/packages/python-check.scm (python-eradicate):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
[description]: Run guix style.
Change-Id: I02b61fc9d5db59ea18fbdaa14bafe1d51da81523
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-02 21:13:18 +01:00
Nicolas Graves
194312d630
gnu: python-codacy-coverage: Switch to pyproject.
...
* gnu/packages/python-check.scm (python-codacy-coverage):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
[description]: Run guix style.
Change-Id: I0d47d6bc793e70753df3b59a8b97eb739074627c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-02 21:13:14 +01:00
Nicolas Graves
96fdd95d20
gnu: python-google-crc32c: Add crc32c input.
...
A warning highlighted that our previous version was not using the
native implementation but the slower python one. This commit fixes
it.
* gnu/packages/python-crypto.scm (python-google-crc32c)[inputs]: Add
crc32c.
Change-Id: I320a63e96d3c7abe61f42b758690436f9d73f3ce
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-02 21:04:47 +01:00
Nicolas Graves
d0cc8f6e4f
gnu: python-google-crc32c: Move to (gnu packages python-crypto).
...
* gnu/packages/python-web.scm (python-google-crc32c): Move from here…
* gnu/packages/python-crypto.scm (python-google-crc32c): …to here.
Change-Id: I211f02fabaf35fcef7c5bee67675cfb3f590ea95
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-02 21:04:40 +01:00
Nicolas Graves
6df869cd97
gnu: python-google-crc32c: Switch to pyproject.
...
* gnu/packages/python-web.scm (python-google-crc32c):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: I96f9d00b17d92568603074d92afde7824bc92e11
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-02 21:04:35 +01:00
Nicolas Graves
83f234a549
gnu: crc32c: Move to (gnu packages crypto).
...
* gnu/packages/cpp.scm (crc32c): Move from here…
* gnu/packages/crypto.scm (crc32c): …to here.
Change-Id: I62bee9e02c9480646093c174dfe84ccc72e4577a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-09-02 21:04:24 +01:00
Efraim Flashner
520ba1b904
gnu: target->hare-arch: Check for system support before target support.
...
This fixes bug #2449 .
* gnu/packages/hare.scm (target->hare-arch): Only when building on a
supported system check if the target is supported by hare.
Change-Id: I9bb2bd32a204043ce2702a206598398fbd0541eb
2025-09-02 20:36:21 +03:00
Josep Bigorra
a407d3f8bd
gnu: ggg: Update to 0.4.16.
...
* gnu/packages/image.scm (ggg): Update to 0.4.16.
[arguments]: Modified the log.sh to log.bash due to upstream rename. Removed
unneeded mkdir-p calls.
[inputs]: Added imagemagick runtime dependency which was missing.
Change-Id: Ie48eefc2a42396f4070d2051df6ea2521459f1e2
Signed-off-by: jgart <jgart@dismail.de >
2025-09-02 12:21:49 -05:00
jgart
c65c189c62
gnu: trealla: Update to 2.82.28.
...
* gnu/packages/prolog.scm (trealla): Update to 2.82.28.
Change-Id: I6c79deaf11465c3eab90b8e0a0466b4e808b5d67
2025-09-02 12:18:29 -05:00
Ashish SHUKLA
105757fac1
gnu: janet: Update to 1.39.1
...
* gnu/packages/lisp.scm (janet): Update to 1.39.1.
Change-Id: I9421f93374f6ffe261b8bf93e63742aac82849bb
Signed-off-by: jgart <jgart@dismail.de >
2025-09-02 12:16:43 -05:00
Omar Bassam
5b06f051bf
gnu: sbcl-plump: Update to 2.0.0-4.251fbe0
...
* gnu/packages/lisp-xyz.scm (sbcl-plump): Update to 2.0.0-4.251fbe0
Change-Id: I2264cc751d17775970fcd74ef58572935ec238d2
Signed-off-by: jgart <jgart@dismail.de >
2025-09-02 12:12:58 -05:00