1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00
Commit Graph

146 Commits

Author SHA1 Message Date
Nguyễn Gia Phong
b7aff82573 gnu: Add fandango.
* gnu/packages/debug.scm (fandango): New variable.

Change-Id: I393e64a77e936af881aac20eb9422db9b6162e67
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-03-26 06:39:05 +01:00
Ludovic Courtès
1ae20f03f4 gnu: Reference the inherited inputs values.
This commit was made by running this command:

  sed -e's/modify-inputs (package-\([a-z-]*\)inputs [a-zA-Z0-9-]\+)/modify-inputs \1inputs/g' -i gnu/packages/*.scm

… and then reverting individual hunks where the change would trigger unbound
variable warnings or other issues (such as ‘native-inputs’ is bound in the
body of the ‘inputs’ field, but it refers to the ‘native-inputs’ thunk defined
just above).

Change-Id: I6d94819f2809313fa1fbefc61897502ee7d66fab
2026-03-20 13:27:16 +01:00
Ludovic Courtès
2a50c9598b gnu: Reference the inherited ‘arguments’ value.
This commit was made by running this command:

  sed -e's/substitute-keyword-arguments (package-arguments [a-zA-Z0-9-]\+)/substitute-keyword-arguments arguments/g' -i gnu/packages/*.scm

… and then:

  1. reverting changes from ‘gnu/packages/rust.scm’ and
     ‘gnu/packages/java.scm’ since they would incur derivation changes and/or
     breakage;
  2. reverting the change for ‘gcc-final’ in ‘gnu/packages/commencement.scm’;
  3. reverting the change for ‘onnx-optimizer’, ‘openquest’, and ‘certbot’,
     which use ‘substitute-keyword-arguments’ for arguments that are not
     inherited (and thus ‘arguments’ would be unbound);
  4. reverting the change for ‘insight-toolkit-legacy’ and ‘wine64-staging’
     which make bogus assumptions about inherited arguments.

Change-Id: I122a7cf517b6b63cae38944b5d33ade4b1f5a89c
2026-03-20 13:27:15 +01:00
Nguyễn Gia Phong
18905cfc4c gnu: aflplusplus: Update to 4.40c.
* gnu/packages/debug.scm (aflplusplus): Update to 4.40c.

Change-Id: Ie1cf588398d35f79e8e5efdec42a9d3a9f98fb96
Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-03-19 18:13:23 +01:00
Nguyễn Gia Phong
75e55e42cd gnu: qemu-for-aflplusplus: Update to 5.2.50-2.7c3bab7.
* gnu/packages/debug.scm (qemu-for-aflplusplus):
  Update to 5.2.50-2.7c3bab7.

Change-Id: I3496d8a54b2701ccaca4b2a4c5ae8fd08678e631
Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-03-19 18:13:23 +01:00
Andreas Enge
dbdc450f55 gnu: Remove qemu-for-american-fuzzy-lop.
* gnu/packages/debug.scm (qemu-for-american-fuzzy-lop): Delete variable.
* gnu/packages/patches/qemu-glibc-2.27.patch,
gnu/packages/patches/qemu-glibc-2.30.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Unregister patches.

Fixes: guix/guix#5668
Change-Id: I860b2c87fb203fc96b715514064c9a229cbc008b
2026-02-17 13:44:24 +01:00
Andreas Enge
2cec827d76 gnu: Remove american-fuzzy-lop.
* gnu/packages/debug.scm (american-fuzzy-lop): Delete variable.

Change-Id: I10d6004dc9e3c574eec49e523c8633bab7d6d90b
2026-02-17 13:44:24 +01:00
Andreas Enge
40fdbd43a1 gnu: aflplusplus: Drop inheritance from american-fuzzy-lop.
The resulting derivation remains unchanged.

* gnu/packages/debug.scm (aflplusplus)[inherit]: Remove field.
[build-system, synopsis, license]: Copy-paste fields from
american-fuzzy-lop.
[arguments]: Use arguments from american-fuzzy-lop and keep the
duplicate %modify-phases.

Change-Id: I3972e1ab2ace5a84041181a83d728822c7f49c5f
2026-02-17 13:44:24 +01:00
Nguyễn Gia Phong
ec46166949 gnu: aflplusplus: Update to 4.35c.
* gnu/packages/debug.scm (aflplusplus): Update to 4.35c.

Merges guix/guix!5560

Change-Id: I9e00abb6c06430b110c11bfffe4f0e8a2612d6f7
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25 21:30:34 +01:00
Nguyễn Gia Phong
89bd110b82 gnu: qemu-for-aflplusplus: Update to 5.2.50-1.60ebd56.
* gnu/packages/debug.scm (qemu-for-aflplusplus): Update to
5.2.50-1.60ebd56.

Merges guix/guix!5560

Change-Id: I3f2ebbdf751e8df31319f0e47dc6da83585cb273
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Modified-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25 21:30:33 +01:00
Nguyễn Gia Phong
625ed9311c Update Nguyễn Gia Phong's new email address.
* .mailmap: New entry.

Change-Id: I839ba6c7be463c5b59c7e68247ae5e46d2ceeeaf
Reviewed-by: Maxim Cournoyer <maxim@guixotic.coop>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-18 17:16:43 +00:00
Sören Tempel
e11b178721 gnu: aflplusplus: Enable llvm_mode and afl-clang-lto.
* gnu/packages/debug.scm (aflplusplus)
[inputs]: Replace gcc-11 with gcc; add clang.
[native-inputs]: Replace gcc-11 with gcc.
[arguments]<make-flags>: Set CXX, LLVM_CONFIG, AFL_REAL_LD, CLANG_BIN,
CLANGPP_BIN, LLVM_LTO and AFL_CLANG_FLTO.
<phases>: Add fatal-llvm-failure and patch-clang-path.

Closes: guix/guix#3358
Change-Id: Ia306cc33b07186299c4310619a0b70bc42fea1be
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-11-24 18:50:37 +08:00
Nguyễn Gia Phong
6c965c460f gnu: aflplusplus: Use qemu-for-aflplusplus.
* gnu/packages/debug.scm (aflplusplus) [inputs]:
Replace qemu with qemu-for-aflplusplus.

Closes: guix/guix#3319
Change-Id: I17f7f5eba5ac0ace54634dc2b8eecde4b3e19a6f
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-11-22 13:39:08 +08:00
Nguyễn Gia Phong
b9e5d234d9 gnu: Add qemu-for-aflplusplus.
* gnu/packages/debug.scm (qemu-for-aflplusplus): New variable.

Change-Id: Iecb693c5f4544ac511387a59819ecab422c62949
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-11-22 13:38:41 +08:00
Nguyễn Gia Phong
df2eadaa33 gnu: aflplusplus: Update to 4.34c.
* gnu/packages/debug.scm (aflplusplus): Update to 4.34c.

Closes: guix/guix#3204
Change-Id: I70fa7206ea43269f255e0a5c7acee07319c48804
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-11-14 16:42:53 +08:00
Artyom V. Poptsov
0e97fd66d7 gnu: zzuf: Fix build.
* gnu/packages/debug.scm (zzuf): Fix build by explicitly using an older
version of GCC.
[native-inputs]: Add gcc-13.

Change-Id: If32f40333205791c7250e54ca280972fa6820b40
2025-10-22 19:25:45 +03:00
Maxim Cournoyer
a520e31858 gnu: Add rr-zen-pmu-workaround.
* gnu/packages/debug.scm (rr-zen-pmu-workaround): New variable.

Change-Id: I8259ac9f90185c62d8a1f9716e24fbc2d6aa7d62
Co-authored-by: Robin Templeton <robin@guixotic.coop>
2025-10-08 23:23:52 +09:00
Maxim Cournoyer
dab43052a6 gnu: rr: Update to 5.9.0-0.7fe1e36.
* gnu/packages/debug.scm (rr): Update to 5.9.0-0.7fe1e36.
[#:phases]: Delete trailing #t.

Change-Id: Ic922056ee613abe7c910e9a93cb8ee8892cb4a06
2025-10-08 23:23:52 +09:00
Nguyễn Gia Phong
970169487a gnu: Add python-fiu.
* gnu/packages/debug.scm (python-fiu): New variable.

Closes: guix/guix#2765
Change-Id: I266bd6fb1ca5f201a1934a707b76930d343567b0
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-09-30 14:04:24 +08:00
Nguyễn Gia Phong
b70e9d6e2a gnu: Add fiu.
* gnu/packages/debug.scm (fiu): New variable.

Change-Id: I1bd7d80a7ff00a812a5ea1730273b2cd5d6f4343
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-09-30 14:04:15 +08:00
Nguyễn Gia Phong
679c9b0d8b gnu: aflplusplus: Update to 4.33c.
* gnu/packages/debug.scm (aflplusplus): Update to 4.33c.

Change-Id: I8b4cd403926ffe9cb39fd340baf341a5b438e39d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-09-25 22:04:26 +02:00
Maxim Cournoyer
10482f731e Reapply "Update Maxim's email address."
This reverts commit a7db92d9b3, this time with
the more careful command, to avoid a world rebuild:

grep -rl --exclude-dir=build --exclude-dir=patches --exclude=ld-wrapper.in \
  --exclude=sitecustomize.py --exclude=guix-emacs.el maxim.cournoyer@gmail.com |
  xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'

Change-Id: I0871f5cf9ace79e34e78e24154d0da6ea95a3a91
2025-09-18 13:44:12 +09:00
Maxim Cournoyer
a7db92d9b3 Revert "Update Maxim's email address."
This reverts commit d0d87a744d. Oops! This
caused a world rebuild.

Change-Id: I25fff644b2b61d0ee93d69b457b04c72b5b74d15
2025-09-18 12:07:31 +09:00
Maxim Cournoyer
d0d87a744d Update Maxim's email address.
The change was automated via:

  git grep -l maxim.cournoyer@gmail.com |
    xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'

* .mailmap: New entry.

Change-Id: Iaa88b1e51c94159c49138fb43910badb990eb169
2025-09-18 08:05:19 +09:00
Sharlatan Hellseher
dc4b93311c gnu: delve: Enable tests.
* gnu/packages/debug.scm (delve)[arguments]<tests?>: Enable.
<test-flags>: Skip 2 problematic tests.

Change-Id: I35e013b52a8f464608e41ad444d603ee7829c472
2025-09-10 13:39:02 +01:00
Sharlatan Hellseher
9e09b1f9a2 gnu: delve: Update to 1.25.2.
* gnu/packages/debug.scm (delve): Update to 1.25.2.

Change-Id: I27bf94365bbb160f2f8d2140c32601208a194325
2025-09-10 13:33:00 +01:00
Greg Hogan
f8f49bf558 gnu: rr: Update to 5.9.0.
* gnu/packages/debug.scm (rr): Update to 5.9.0.
[native-inputs]: Remove ninja.
[inputs]: Add zstd:lib.
[arguments]<#:configure-flags>: Add zstd:lib to rpath.

Change-Id: If9417dad0c8d40ec2bea42e55830fd5638d0098d
2025-08-28 15:13:46 +00:00
Sharlatan Hellseher
0aef9716b6 gnu: delve: Update to 1.25.1.
* gnu/packages/debug.scm (delve): Update to 1.25.1.
[srouce] <snippet>: Delete "vendor" directory.
[arguments] <tests?>: Use it instead deleting 'check phase.
[native-inputs]: Add go-github-com-cilium-ebpf,
go-github-com-cosiner-argv, go-github-com-creack-pty,
go-github-com-derekparker-trie, go-github-com-go-delve-liner,
go-github-com-google-go-dap, go-github-com-hashicorp-golang-lru,
go-github-com-mattn-go-colorable, go-github-com-mattn-go-isatty,
go-github-com-spf13-cobra, go-github-com-spf13-pflag,
go-go-starlark-net, go-golang-org-x-arch, go-golang-org-x-sys,
go-golang-org-x-telemetry, go-golang-org-x-tools, and
go-gopkg-in-yaml-v3.

Closes guix/guix#2131
Change-Id: I23c5f6f477002d8d0b3288973c497ecc2750c05b

Change-Id: Iea21ebf095c70c3654fbfd868c5f697912473dea
Signed-off-by: jgart <jgart@dismail.de>
2025-08-24 21:06:45 -05:00
Nicolas Graves
234505067a gnu: c-reduce: Update to 2.10.0-0.31e855e.
* gnu/packages/debug.scm (c-reduce): Update to 2.10.0-0.31e855e.
[inputs]: Replace llvm-9 by llvm-18 ; clang-9 by clang-18.

Change-Id: I00ea28cde580dd18224aec2da54082400364d00f
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-07-19 15:36:30 +02:00
Nicolas Graves
a7a0a7bf80 gnu: c-reduce: Improve style.
Migrate to the modern input style.  Also move native-inputs and inputs
after arguments.

* gnu/packages/debug.scm (inputs): Rewrite using the modern style.

Change-Id: Ife16ce6fac01460382b7a82a8f778e629d2c079e
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-07-19 15:36:30 +02:00
Nicolas Graves
e899b9a20e gnu: c-reduce: Improve phases.
It's not necessary to search for each perl input because they are
already set by the build-system in PERL5LIB.

* gnu/packages/debug.scm (c-reduce)[arguments]<#:phases>: Switch to
gexps.  Improve phase 'set-load-paths readability.

Change-Id: I0d073b5994526bce3aac4b1147fa923f5ccdf00e
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-07-19 15:36:29 +02:00
Nicolas Graves
e848419d92 gnu: c-reduce: Switch to git source.
The original page is down.

* gnu/packages/debug.scm (c-reduce)[source]: Switch to git-fetch.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-07-19 15:36:20 +02:00
Efraim Flashner
e8a3d363f4 gnu: cppdap: Link with libatomic.
* gnu/packages/debug.scm (cppdap)[arguments]: Remove configure-flag
linking the executable with libatomic when building for riscv64-linux.
Add a phase to link with libatomic.

Change-Id: I16c899d921967caafa159d11d30d6c81a6d67729
2025-06-11 08:45:40 +03:00
Efraim Flashner
c072428ed7 gnu: cppdap: Fix build on riscv64-linux.
* gnu/packages/debug.scm (cppdap)[arguments]: When building for
riscv64-linux add a configure-flag to link with latomic.

Change-Id: I1ff388ac5551270b8c12fa6a62231a86200e024a
2025-06-08 15:35:38 -04:00
arthurhdrodrigues--- via Guix-patches via
7c6945330c gnu: aflplusplus: Update to 4.32c.
* gnu/packages/debug.scm (aflplusplus): Update to 4.32c.

Change-Id: I5e15360386f80ea36134b578127699c34e080c86
Signed-off-by: Christopher Baines <mail@cbaines.net>
2025-05-26 09:19:11 +01:00
Danny Milosavljevic
064684610d gnu: seer-gdb: Support wayland.
* gnu/packages/debug.scm (seer-gdb)[build-system]: Switch to qt-build-system.
[inputs]: Add qtwayland-5.

Change-Id: I217e15a9944ace6b7b5b652709f06dfa3123ba1b
2025-02-16 14:29:47 +01:00
Nguyễn Gia Phong
988f21068a gnu: aflplusplus: Update to 4.31c.
* gnu/packages/debug.scm (aflplusplus): Update to 4.31c.

Change-Id: Iae9d04ee4ae648bac3ca56c24c99b16e894f9c76
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-02-11 19:54:03 +08:00
Nguyễn Gia Phong
e7030fbfb7 gnu: aflplusplus: Update to 4.30c.
* gnu/packages/debug.scm (aflplusplus): Update to 4.30c.

Change-Id: Id7cbea11e53faf138e2d5691ff298a20ba6d63b0
Signed-off-by: Hilton Chain <hako@ultrarare.space>
2024-12-08 15:28:42 +08:00
Zheng Junjie
2520314368 gnu: qtcharts: Rename to qtcharts-5.
* gnu/packages/qt.scm (qtcharts): Rename to ...
(qtcharts-5): ... this.
* gnu/packages/astronomy.scm (stellarium)[inputs]: Adjust accordingly.
* gnu/packages/debug.scm (seer-gdb)[inputs]: Likewise.
* gnu/packages/education.scm (gcompris-qt)[inputs]: Likewise.
* gnu/packages/kde-utils.scm (atelier)[inputs]: Likewise.
(libatcore)[inputs]: Likewise.
* gnu/packages/radio.scm (welle-io)[inputs]: Likewise.
(sdrangel)[inputs]: Likewise.

Change-Id: If9e321be75d0b442355cc96d950de1ea57b364cd
2024-11-21 22:52:53 +08:00
Danny Milosavljevic
b654587cd9 gnu: delve: Update to 1.23.1.
* gnu/packages/debug.scm (delve): Update to 1.23.1.

Change-Id: I4e87ffa86abe6c82743c1a722fa8654e6a5b6366
2024-11-14 11:02:13 +01:00
Andy Tai
c32dcfd09c gnu: ddd: Update to 3.4.1.
* gnu/packages/debug.scm (ddd): Update to 3.4.1.
[source](origin): Add new patch to fix build.
[arguments]<#:configure-flags>: Add explicit flag fir freetype
include path.
[native-inputs]: Add bison, flex and perl.
[inputs]: Add freetype, libxaw, and libxft.
* gnu/packages/patches/ddd-build.patch: New file.
* gnu/local.mk: Register new file.

Change-Id: Ic305cc0c7e15d0f0565f2adde514a43497e11f98
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 17:28:51 +02:00
Tobias Geerinckx-Rice
bafcf9bd15 gnu: aflplusplus: Update to 4.21c.
* gnu/packages/debug.scm (aflplusplus): Update to 4.21c.

Change-Id: I7fcd55d0e9df0f3b3daf1fcb527f7b2948fb941e
2024-09-08 02:00:00 +02:00
Adam Faiz
9ea5ec1b8c gnu: Add backward-cpp.
* gnu/packages/debug.scm (backward-cpp): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-08-31 15:04:42 +02:00
Maxime Devos
2abc77996e gnu: debug: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.

* gnu/packages/debug.scm
(c-reduce)[inputs]: Add 'bash-minimal'.
(scanmem)[inputs]: Likewise.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I6cae82e90a994384aa3ddd737dd885444a0f5cad
2024-08-31 10:42:34 +02:00
Ludovic Courtès
4c8997c123 gnu: rr: Add ‘supported-systems’ field.
* gnu/packages/debug.scm (rr)[supported-systems]: New field.

Change-Id: I6d93b1eae91fbe6c963e737afd6e5d2a30160ac1
2024-07-26 17:44:39 +02:00
Karl Hallsby
d7c51ee981 gnu: rr: Update to 5.8.0.
* gnu/packages/debug.scm (rr): Update to 5.8.0.

Change-Id: Ic4bf20a68d05233c28b3f3956e9c8e10dc78fb2e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-20 12:12:15 +02:00
Daniel Ziltener
2d19e505f6 gnu: Add cppdap.
* gnu/packages/debug.scm (cppdap): New variable.
* gnu/packages/patches/cppdap-add-CPPDAP_USE_EXTERNAL_GTEST_PACKAGE.patch: New
patch.
* gnu/local.mk (dist_patch_DATA): Register it.

Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Change-Id: I328ca0c01787defcc9d18f4ccd7762c86412cca7
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-04-23 16:45:34 +08:00
Denis 'GNUtoo' Carikli
06221e910a gnu: Add aflplusplus.
* gnu/packages/debug.scm (aflplusplus): New variable.

Change-Id: Ibda36187e839d5f533d461444db25a7ba5567f0f
Modified-by: Hilton Chain <hako@ultrarare.space>
Signed-off-by: Hilton Chain <hako@ultrarare.space>
2024-01-25 23:48:49 +08:00
Greg Hogan
3320c97043 gnu: rr: Update to 5.7.0.
* gnu/packages/debug.scm (rr): Update to 5.7.0.

Change-Id: I5b70f5d266876077b533182ccdcd2160fec6fcc4
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-12-23 11:17:49 +01:00
Andrew Jose
a051056193 gnu: delve: Update to 1.21.0.
* gnu/packages/debug.scm (delve): Update to 1.21.0.
[propagated-inputs]: Remove go.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-15 10:00:10 +01:00