Ricardo Wurmus writes: > * gnu/packages/games.scm (teeworlds): New variable. > * gnu/packages/patches/teeworlds-use-latest-wavpack.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add patch. [...] > + ;; Bam expects all files to have a recent time stamp. > + (for-each (lambda (file) > + (utime file 1 1)) > + (find-files ".")) This comment is hilarious :) The patches LGTM!