aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/textutils.scm
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2024-01-28 17:54:11 +0100
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2024-01-28 18:34:30 +0100
commit08ed3ec64ecd571d92d497b2493f5c0225102c99 (patch)
tree82a3cc5d5f8b9fbdbb27b87b20eafec4297666ec /gnu/packages/textutils.scm
parent567aa4c7aadc44ee912f288e20e2b2228b7d0c07 (diff)
downloadguix-08ed3ec64ecd571d92d497b2493f5c0225102c99.tar.gz
guix-08ed3ec64ecd571d92d497b2493f5c0225102c99.zip
gnu: renpy: Fix hashes.
* gnu/packages/game-development.scm (python-pygame-sdl2, python-renpy): Redownload sources from upstream and use the provided hashes. Fixes: Broken hashes for Ren'py <https://bugs.gnu.org/68644#20>
Diffstat (limited to 'gnu/packages/textutils.scm')
0 files changed, 0 insertions, 0 deletions
and add 'setenv' call for "_NIX_OPTIONS" instead. (SubstitutionGoal::finished): Remove 'readLine' call for 'dummy'. * guix/scripts/substitute.scm (%allow-unauthenticated-substitutes?): Remove second argument to 'make-parameter'. (process-query): Call 'warn-about-missing-authentication' when (%allow-unauthenticated-substitutes?) is #t. (guix-substitute): Wrap body in 'parameterize'. Set 'guix-warning-port' too. No longer exit when 'substitute-urls' returns the empty list. No longer print newline initially. * tests/substitute.scm (test-quit): Parameterize 'current-error-port' to account for the port changes in 'guix-substitute'. Ludovic Courtès