Nigko Yerden writes: > * gnu/packages/games.scm (torcs): Update to 1.3.8. > * gnu/packages/patches/torcs-glibc-default-source.patch: Delete file. > * gnu/packages/patches/torcs-isnan.patch: Delete file. > * gnu/packages/patches/torcs-nullptr.patch: Delete file. > * gnu/local.mk (dist_patch_DATA): Unregister torcs-glibc-default-source.patch, > torcs-isnan.patch, and torcs-nullptr.patch. > > Change-Id: Ieb7b3db0c1ee66e62fb2873722326141815a2008 > --- > gnu/local.mk | 3 - > gnu/packages/games.scm | 55 +++++++++---------- > .../patches/torcs-glibc-default-source.patch | 25 --------- > gnu/packages/patches/torcs-isnan.patch | 15 ----- > gnu/packages/patches/torcs-nullptr.patch | 14 ----- > 5 files changed, 27 insertions(+), 85 deletions(-) > delete mode 100644 gnu/packages/patches/torcs-glibc-default-source.patch > delete mode 100644 gnu/packages/patches/torcs-isnan.patch > delete mode 100644 gnu/packages/patches/torcs-nullptr.patch Thanks for the patch, this looks good to me, I've pushed this to master as c7be40ab4c94685783c71b24700c2752cde7fc01. Chris