aboutsummaryrefslogtreecommitdiff
path: root/build-aux/git-version-gen
diff options
context:
space:
mode:
authorJesse Gibbons <jgibbons2357+guix@gmail.com>2020-02-10 10:18:57 -0700
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-08-12 17:08:47 +0200
commit8677e8699a0a882efb579de385d020f3aebf0127 (patch)
treee9aa23a0100a80477e9881b12026f160d513ed4b /build-aux/git-version-gen
parente7e69e56f59546efce6ffd8e7d3cbee70970930c (diff)
downloadguix-8677e8699a0a882efb579de385d020f3aebf0127.tar.gz
guix-8677e8699a0a882efb579de385d020f3aebf0127.zip
gnu: freedink-engine: Fix SDL hints.
* gnu/packages/games.scm: freedink: [patches]: Add fix. * gnu/packages/patches/freedink-engine-fix-sdl-hints.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'build-aux/git-version-gen')
0 files changed, 0 insertions, 0 deletions
ion. Maxim Cournoyer 2022-05-31etc/committer: Prefix (sxml xpath) symbols to avoid name conflict....This avoids a naming conflict for 'filter', provided by both (srfi srfi-1) and (sxml xpath). * etc/committer.scm.in: Use 'use-modules' instead of 'import', and use a prefix for the (sxml xpath) module. (new-sexp): Adjust accordingly. (change-commit-message): Likewise. Maxim Cournoyer