aboutsummaryrefslogtreecommitdiff
path: root/doc/local.mk
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2021-10-24 22:22:13 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2021-10-24 22:27:31 +0200
commit1636acaac500ce65249b49b97c06865deb1fb6b2 (patch)
treebe073ce028e335f7f8ba87a31094d4ec1777034f /doc/local.mk
parentab8c08c51913671861ebadf11cc3c2bf3d82658c (diff)
downloadguix-1636acaac500ce65249b49b97c06865deb1fb6b2.tar.gz
guix-1636acaac500ce65249b49b97c06865deb1fb6b2.zip
gnu: python2-pygame-sdl2: Update to renpy-version 7.4.10.
* gnu/packages/game-development.scm (python2-pygame-sdl2): Update to renpy-version 7.4.10.
Diffstat (limited to 'doc/local.mk')
0 files changed, 0 insertions, 0 deletions
:01 +0100'>2019-02-04daemon: Add "/guix" to default 'nixLibexecDir'....This makes it easier to run the uninstalled daemon. * nix/local.mk (libstore_a_CPPFLAGS): Append "/guix" to NIX_LIBEXEC_DIR. * build-aux/pre-inst-env.in (NIX_LIBEXEC_DIR): Adjust comment. * nix/libstore/builtins.cc (builtinDownload): Remove SUBDIR and its use. * nix/libstore/local-store.cc (runAuthenticationProgram): Ditto. * nix/libstore/gc.cc (addAdditionalRoots): Remove "/guix" prefix. * nix/nix-daemon/guix-daemon.cc (main): Ditto. Ludovic Courtès 2019-02-04daemon: Remove the 'NIX_SUBSTITUTERS' environment variable....* nix/libstore/globals.cc (Settings:update): Remove changes to 'substituters'. * nix/nix-daemon/guix-daemon.cc (main): Set 'settings.substituters' directly instead of changing the 'NIX_SUBSTITUTERS' environment variable. * build-aux/pre-inst-env.in: Remove reference to 'NIX_SUBSTITUTERS'. Ludovic Courtès