summaryrefslogtreecommitdiff
path: root/gnu/packages/debug.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/debug.scm')
-rw-r--r--gnu/packages/debug.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 6c8b192f6d8..7f0a0fa4af7 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -375,7 +375,7 @@ tool.")
375 (delete-file "tests/qemu-iotests/127") 375 (delete-file "tests/qemu-iotests/127")
376 (delete-file "tests/qemu-iotests/267")))) 376 (delete-file "tests/qemu-iotests/267"))))
377 '()))))) 377 '())))))
378 (inputs (modify-inputs (package-inputs base) 378 (inputs (modify-inputs inputs
379 (delete "dtc"))) 379 (delete "dtc")))
380 (home-page "https://github.com/AFLplusplus/qemuafl") 380 (home-page "https://github.com/AFLplusplus/qemuafl")
381 (synopsis "QEMU for AFL++"))))) 381 (synopsis "QEMU for AFL++")))))
@@ -717,7 +717,7 @@ the position of the variable and allows you to modify its value.")
717 "11vvch8bi0yhjfz7gn92b3xmmm0cgi3qfiyhbnnj89frkhbwd87n")) 717 "11vvch8bi0yhjfz7gn92b3xmmm0cgi3qfiyhbnnj89frkhbwd87n"))
718 (patches (search-patches "remake-impure-dirs.patch")))) 718 (patches (search-patches "remake-impure-dirs.patch"))))
719 (inputs 719 (inputs
720 (modify-inputs (package-inputs gnu-make) 720 (modify-inputs inputs
721 (prepend readline))) 721 (prepend readline)))
722 (home-page "https://bashdb.sourceforge.net/remake/") 722 (home-page "https://bashdb.sourceforge.net/remake/")
723 (description "Remake is an enhanced version of GNU Make that adds improved 723 (description "Remake is an enhanced version of GNU Make that adds improved