aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/minetest.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-11-03 17:18:39 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-11-03 22:49:19 +0100
commitf76b1ecf163a24127eb515ea14d2bc1e0950ec02 (patch)
tree99caa9389b399fdfc86e6605588a3336bfb3f90d /gnu/packages/minetest.scm
parent41219277e14030144b9885687d3525476eef1b42 (diff)
downloadguix-f76b1ecf163a24127eb515ea14d2bc1e0950ec02.tar.gz
guix-f76b1ecf163a24127eb515ea14d2bc1e0950ec02.zip
gnu: r-diffbind: Update to 3.12.0.
* gnu/packages/bioconductor.scm (r-diffbind): Update to 3.12.0. Change-Id: Ib2ca5f8fc3e6d360ac2907ee8a35b7e0ab34251a
Diffstat (limited to 'gnu/packages/minetest.scm')
0 files changed, 0 insertions, 0 deletions
100'>2017-01-15daemon: Client settings no longer override daemon settings....Fixes <http://bugs.gnu.org/20217>. * nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0x161. * nix/nix-daemon/nix-daemon.cc (performOp): "build-max-jobs", "build-max-silent-time", and "build-cores" are no longer read upfront; instead, read them from the key/value list at the end. * nix/nix-daemon/guix-daemon.cc (main): Explicitly set 'settings.maxBuildJobs'. * guix/store.scm (%protocol-version): Bump to #x161. (set-build-options): #:max-build-jobs, #:max-silent-time, and #:build-cores now default to #f. Adjust handshake to new protocol. * tests/store.scm ("build-cores"): New test. * tests/guix-daemon.sh: Add test for default "build-cores" value. Ludovic Courtès 2016-11-16daemon: Add 'built-in-builders' RPC....* nix/libstore/builtins.cc (builtinBuilderNames): New function. * nix/libstore/builtins.hh (builtinBuilderNames): New declaration. * nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0x160. (WorkerOp)[wopBuiltinBuilders]: New value. * nix/nix-daemon/nix-daemon.cc (performOp): Handle it. * guix/store.scm (operation-id)[built-in-builders]: New value. * guix/store.scm (read-arg): Add 'string-list'. (built-in-builders): New procedure. * tests/derivations.scm ("built-in-builders"): New test. Ludovic Courtès 2015-12-02daemon: Add 'buildMode' parameter to 'buildPaths' RPC....* nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0x10f. * nix/libstore/remote-store.cc (RemoteStore::buildPaths): Send the BUILDMODE when the daemon supports it. Reject invalid values of BUILDMODE for old daemons. * nix/nix-daemon/nix-daemon.cc (performOp) <wopBuildPaths>: Read the build mode when the client supports it. Ludovic Courtès