aboutsummaryrefslogtreecommitdiff
path: root/emacs/guix-config.el.in
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-04-10 10:55:28 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-04-10 10:55:28 +0300
commit6a308947b459ba73204aab428e3894af04432d2f (patch)
treea62f11a202d779d0c0d9ddb8d9f495690f1244ca /emacs/guix-config.el.in
parent5b9fe59fbe322a4f4662f5df1f64bd7a027d11a3 (diff)
downloadguix-6a308947b459ba73204aab428e3894af04432d2f.tar.gz
guix-6a308947b459ba73204aab428e3894af04432d2f.zip
gnu: python-requests: Rearrange inputs.
* gnu/packages/python.scm (python-requests)[propagated-inputs]: Move python-py, python-pytest, python-pytest-cov, python-wheel from here... [native-inputs]: ... to here.
Diffstat (limited to 'emacs/guix-config.el.in')
0 files changed, 0 insertions, 0 deletions
-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-12-08store: 'open-connection' no longer raises '&nar-error' for protocol errors....* guix/store.scm (open-connection): Guard body against 'nar-error?' and re-raise as '&nix-connection-error'. * tests/store.scm ("connection handshake error"): New test. Ludovic Courtès