aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorAndy Wingo <wingo@igalia.com>2016-02-25 22:23:53 +0100
committerAndy Wingo <wingo@igalia.com>2016-02-25 22:33:40 +0100
commit735e84c7bd10af6859d4a164a68595d8e67b826d (patch)
treed62998005dabf3ca4ed6a340d469e4f742f4045a /gnu/packages/games.scm
parentb4787e71aca75392f394a127a7df537a0a016b04 (diff)
downloadguix-735e84c7bd10af6859d4a164a68595d8e67b826d.tar.gz
guix-735e84c7bd10af6859d4a164a68595d8e67b826d.zip
gnu: libx264: Change source URL to HTTP.
* gnu/packages/video.scm (libx264): Download via HTTP. The videolan ftp server does not work with IPv6.
Diffstat (limited to 'gnu/packages/games.scm')
0 files changed, 0 insertions, 0 deletions
erriding the release title. ("conventional version number") ("v-prefixed version number") ("dates as version number"): New tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos 2021-09-18import: minetest: Delete duplicate dependencies....This fixes one of the issues noted in <https://issues.guix.gnu.org/50425#4>. * guix/import/minetest.scm (import-dependencies): Call 'delete-duplicates' on the resulting list. * tests/minetest.scm ("minetest->guix-package, multiple dependencies implemented by one mod"): New test. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos 2021-09-18tests/minetest: Fix 'test-package*' indenting....* tests/minetest.scm (Local Variables)[test-package*]: Set scheme-indent-function property to 1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos 2021-08-20guix: Add ContentDB importer....* guix/import/contentdb.scm: New file. * guix/scripts/import/contentdb.scm: New file. * tests/contentdb.scm: New file. * Makefile.am (MODULES, SCM_TESTS): Register them. * po/guix/POTFILES.in: Likewise. * doc/guix.texi (Invoking guix import): Document it. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Maxime Devos