aboutsummaryrefslogtreecommitdiff
path: root/tests/gem.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2024-11-25 14:30:28 +0100
committerLudovic Courtès <ludo@gnu.org>2024-12-01 20:14:15 +0100
commit4b5dae8defe4c0d5e98b5ce6abba853007485f23 (patch)
treeaa400c2eb90fc7a7d929f2c25c6daea00705133b /tests/gem.scm
parenta6334223719bf6b2695d2dc0e75dbfe69e901bd7 (diff)
downloadguix-4b5dae8defe4c0d5e98b5ce6abba853007485f23.tar.gz
guix-4b5dae8defe4c0d5e98b5ce6abba853007485f23.zip
packages: Factorize ‘all-packages’.
* gnu/packages.scm (all-packages): New procedure. * etc/source-manifest.scm (all-packages): Remove. * guix/scripts/graph.scm (all-packages): Remove. * guix/scripts/refresh.scm (all-packages): Remove. * guix/scripts/weather.scm (all-packages): Remove. Change-Id: I6072952c4b877b541037ce86402cfb7744eeb0a0
Diffstat (limited to 'tests/gem.scm')
0 files changed, 0 insertions, 0 deletions
scm (sameboy)[arguments]: Add a trailing #t to the install phase. Jakub Kądziołka 2020-03-12gnu: mame: Use HTTPS home page....* gnu/packages/emulators.scm (mame)[home-page]: Use HTTPS. Tobias Geerinckx-Rice 2020-03-12gnu: dosbox: Use HTTPS home page....* gnu/packages/emulators.scm (dosbox)[home-page]: Use HTTPS. Tobias Geerinckx-Rice 2020-03-11gnu: emulation-station: Use HTTPS home page....* gnu/packages/emulators.scm (emulation-station)[home-page]: Use HTTPS. Tobias Geerinckx-Rice 2020-03-01gnu: mame: Update to 0.219....* gnu/packages/emulators.scm (mame): Update to 0.219. Nicolas Goaziou 2020-02-29gnu: higan: Update home page....* gnu/packages/emulators.scm (higan)[home-page]: Follow (HTTPS) redirection. Tobias Geerinckx-Rice 2020-02-23gnu: desmume: fix build on new GCC versions...* gnu/packages/emulation.scm (desmume): add patches * gnu/packages/patches/desmume-gcc6-fixes.patch: new file * gnu/packages/patches/desmume-gcc7-fixes.patch: new file * gnu/local.mk (dist_patch_DATA): register the above Note: desmume-gcc6-fixes.patch contains some CRLF line endings. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net> raingloom 2020-02-23gnu: mgba: Update to 0.8.1....* gnu/packages/emulators.scm (mgba): Update to 0.8.1. [inputs, native-inputs]: Move qttools to native-inputs as per guix lint (guix size says it's not used at runtime). [license]: Add expat for src/third-party/discord-rpc. Jakub Kądziołka 2020-02-18gnu: Add gnome-arcade....* gnu/packages/emulators.scm (gnome-arcade): New variable. Pierre Neidhardt 2020-02-16gnu: emulation-station: Fix build....* gnu/packages/emulators.scm (emulation-station): Switch to an unreleased git commit. Jakub Kądziołka 2020-02-16gnu: higan: Explain why v106, and not v107, is being packaged...* gnu/packages/emulators.scm (higan): Add a comment. Jakub Kądziołka 2020-02-16gnu: higan: Don't use auto-generated tarball....* gnu/packages/emulators.scm (higan)[source]: Don't use autogenerated tarball. Fetch from the new location for the repository. Jakub Kądziołka 2020-02-16gnu: higan: End phases with #t...* gnu/packages/emulators.scm (higan)[arguments]: End all phases with #t. Jakub Kądziołka 2020-02-02gnu: scummvm: Pacify linter....* gnu/packages/emulators.scm (scummvm)[inputs]: Move "nasm"... [native-inputs]: ... here. Nicolas Goaziou 2020-02-02gnu: mame: Update to 0.218....* gnu/packages/emulators.scm (mame): Update to 0.218. Nicolas Goaziou 2020-01-26gnu: pcsxr: Wrap with GSETTINGS_SCHEMA_DIR path variable....Without setting this path variable, gtk+ must be installed in the user's profile for pcsxr's GUI to work. * gnu/packages/emulators.scm (pcsxr)[arguments]: Add 'wrap-program' phase and return #t from 'cd-subdir' and 'fix-cdio-lookup' phases. Kei Kebreau 2020-01-25gnu: mgba: Update to 0.8.0....* gnu/packages/emulators.scm (mgba): Update to 0.8.0. Nicolas Goaziou