diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-08-12 15:39:59 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-08-12 15:39:59 +0200 |
commit | 57939283c0df16cbcec009c442a567ec6e3ff066 (patch) | |
tree | 8884cfedd96ea6a9e631fe6ff1659d02a87e551a /gnu/packages/emulators.scm | |
parent | c9093d27949626e61db9591d37cebc693d15ca5b (diff) | |
download | patches-57939283c0df16cbcec009c442a567ec6e3ff066.tar patches-57939283c0df16cbcec009c442a567ec6e3ff066.tar.gz |
gnu: mame: Fix build.
* gnu/packages/emulators.scm (mame): Apply upstream patch.
* gnu/packages/patches/mame-rapidjson-fix.patch: New file.
* gnu/local.mk: Register file.
Diffstat (limited to 'gnu/packages/emulators.scm')
-rw-r--r-- | gnu/packages/emulators.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 032ef90807..388611d1d8 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1196,6 +1196,10 @@ play them on systems for which they were never designed!") (sha256 (base32 "0p3zcb9l624dsy2gyv23ppp1k1iwd1vrg8cbn5v4fx1s44mx7f5c")) + (patches + ;; FIXME: Remove once 0.213 is out. Applied upstream as + ;; 0b5b13cf1e28550b49c387dec93f9801f029e313. + (search-patches "mame-rapidjson-fix.patch")) (modules '((guix build utils))) (snippet ;; Remove bundled libraries. |