diff options
Diffstat (limited to 'loftix/emulation.scm')
| -rw-r--r-- | loftix/emulation.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/loftix/emulation.scm b/loftix/emulation.scm index e649bc5..87df739 100644 --- a/loftix/emulation.scm +++ b/loftix/emulation.scm @@ -35,7 +35,9 @@ (recursive? #t))) (file-name (git-file-name name version)) (sha256 - (base32 "1qhblmr3azmvzv15w4isxws8zm8jmxxmskmjhmwnn5899rr34p0g")))) + (base32 "1qhblmr3azmvzv15w4isxws8zm8jmxxmskmjhmwnn5899rr34p0g")) + (patches (search-patches + "patches/qemu-for-aflplusplus-io_uring-2.2.patch")))) (arguments (substitute-keyword-arguments (package-arguments base) ((#:configure-flags _ #~'()) @@ -57,7 +59,7 @@ (delete 'fix-optionrom-makefile) (delete 'disable-unusable-tests) (replace 'configure - (lambda* (#:key inputs outputs configure-flags + (lambda* (#:key outputs configure-flags #:allow-other-keys) ;; The `configure' script doesn't understand some of the ;; GNU options. Thus, add a new phase that's compatible. |
