mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: american-fuzzy-lop: Change custom qemu input.
* gnu/packages/debug.scm (american-fuzzy-lop)[inputs]: Custom-qemu now inherits from private qemu-minimal-2.10. * gnu/packages/bootloaders.scm (qemu-minimal-2.10): Add note to move variable to gnu/packages/debug.scm when no longer needed in bootloaders.scm.
This commit is contained in:
parent
cfcc0f3c63
commit
5c213d1bee
2 changed files with 2 additions and 1 deletions
|
@ -74,6 +74,7 @@ (define unifont
|
|||
;; The GRUB test suite fails with later versions of Qemu, so we
|
||||
;; keep it at 2.10 for now. See
|
||||
;; <https://lists.gnu.org/archive/html/bug-grub/2018-02/msg00004.html>.
|
||||
;; TODO: When grub no longer needs this version, move to gnu/packages/debug.scm.
|
||||
(define qemu-minimal-2.10
|
||||
(package
|
||||
(inherit qemu-minimal)
|
||||
|
|
|
@ -169,7 +169,7 @@ (define-public american-fuzzy-lop
|
|||
(inputs
|
||||
`(("custom-qemu"
|
||||
;; The afl-qemu tool builds qemu 2.10.0 with a few patches applied.
|
||||
,(package (inherit qemu-minimal)
|
||||
,(package (inherit (@@ (gnu packages bootloaders) qemu-minimal-2.10))
|
||||
(name "afl-qemu")
|
||||
(inputs
|
||||
`(("afl-src" ,source)
|
||||
|
|
Loading…
Reference in a new issue