aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-19grafts: Avoid 'query-valid-derivers' RPC.Ludovic Courtès
Previously we'd make 502 'query-valid-derivers' RPCs for "guix build vim -d", and after this patch, we don't do any. Furthermore, the previous strategy was "stateful" in the sense that 'item->deriver' could return a derivation that is not the one that was actually computed by this process, but an "equivalent" one (due to fixed-output derivations); which one is chosen would depend on the state of the store. This in turn means that we'd have to call 'read-derivation-from-file' to actually read .drv files (as opposed to getting them from %DERIVATION-CACHE). This is costly and doesn't work with GUIX_DAEMON_SOCKET=ssh://…. * guix/grafts.scm (item->deriver): Remove. (reference-origin): New procedure. (cumulative-grafts): Use it instead of 'item->deriver'.
2019-06-19derivations: Add 'derivation-input-derivation'.Ludovic Courtès
* guix/derivations.scm (derivation-input-derivation): New procedure. (derivation-prerequisites): Use it.
2019-06-19gnu: Add python-pandocfilters.Nicolas Goaziou
* gnu/packages/textutils.scm (python-pandocfilters): New variable.
2019-06-19gnu: Add ratpoints.Nicolas Goaziou
* gnu/packages/maths.scm (ratpoints): New variable. * gnu/packages/patches/ratpoints-sturm_and_rp_private.patch: New file. * gnu/local.mk (dist_patch_DATA): Reference patch.
2019-06-19gnu: Add gf2x.Andreas Enge
* gnu/packages/algebra.scm (gf2x): New variable.
2019-06-19gnu: Add zn_poly.Andreas Enge
* gnu/packages/sagemath.scm (zn_poly): New variable.
2019-06-19gnu: Add pynac.Andreas Enge
* gnu/packages/sagemath.scm (pynac): New variable.
2019-06-19gnu: python-gmpy2: Update to 2.1.0b1.Andreas Enge
The gmpy2 package has become a standard package in sage-8.7, and the latest stable release is too old. * gnu/packages/sagemath.scm (python-gmpy2): Update to 2.1.0b1.
2019-06-19gnu: balsa: Update to 2.5.7.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (balsa): Update to 2.5.7. [inputs]: Build with gtksourceview@3.
2019-06-19gnu: nano: Update to 4.3.Tobias Geerinckx-Rice
* gnu/packages/nano.scm (nano): Update to 4.3.
2019-06-19gnu: notmuch: Update to 0.29.1.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (notmuch): Update to 0.29.1.
2019-06-19gnu: mpd: Update to 0.21.10.Tobias Geerinckx-Rice
* gnu/packages/mpd.scm (mpd): Update to 0.21.10.
2019-06-19gnu: perl-xml-sax: Update to 1.02.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (perl-xml-sax): Update to 1.02.
2019-06-19gnu: shadow: Update home page.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (shadow)[home-page]: Update to new project home.
2019-06-19gnu: shadow: Update to 4.7.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (shadow): Update to 4.7.
2019-06-19gnu: ansible: Update to 2.8.1.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (ansible): Update to 2.8.1.
2019-06-19gnu: filezilla: Update to 3.42.1.Tobias Geerinckx-Rice
* gnu/packages/ftp.scm (filezilla): Update to 3.42.1.
2019-06-19gnu: libfilezilla: Update to 0.16.0.Tobias Geerinckx-Rice
* gnu/packages/ftp.scm (libfilezilla): Update to 0.16.0.
2019-06-19gnu: Add python-keras.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-keras): New variable.
2019-06-19gnu: Add python-pytest-timeout.Ricardo Wurmus
* gnu/packages/check.scm (python-pytest-timeout): New variable.
2019-06-19gnu: Add python-keras-preprocessing.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-keras-preprocessing): New variable.
2019-06-19gnu: Add python-keras-applications.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-keras-applications): New variable.
2019-06-19gnu: python-botocore: Update to 1.12.149.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.12.149. [native-inputs]: Add python-urllib3.
2019-06-19gnu: python-s3transfer: Update to 0.2.0.Ricardo Wurmus
* gnu/packages/python-web.scm (python-s3transfer): Update to 0.2.0. [propagated-inputs]: Add python-urllib3.
2019-06-19tests: Fix opensmtpd test.Tobias Geerinckx-Rice
* gnu/tests/mail.scm (run-opensmtpd-test) <"mail arrived">: Invoke smtpctl by its full file name.
2019-06-18gnu: linux-libre: Update to 5.1.11.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.11. (%linux-libre-hash): Update hash.
2019-06-18gnu: linux-libre@4.19: Update to 4.19.52.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.52. (%linux-libre-4.19-hash): Update hash.
2019-06-18gnu: linux-libre@4.14: Update to 4.14.127.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.127. (%linux-libre-4.14-hash): Update hash.
2019-06-18gnu: linux-libre@4.9: Update to 4.9.182.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.182.
2019-06-18gnu: linux-libre@4.4: Update to 4.4.182.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.182.
2019-06-19linux-container: Remove networking service when network is shared with host.Arun Isaac
* gnu/system/linux-container.scm (dummy-networking-service-type): New variable. (containerized-operating-system): If network is shared with host, replace static-networking-service-type with dummy-networking-service-type.
2019-06-18gnu: python2: Add 'cpe-name' property.Efraim Flashner
* gnu/packages/python.scm (python2)[properties]: New field.
2019-06-18gnu: linbox: Add version 1.5.2.Andreas Enge
* gnu/packages/sagemath.scm (linbox-1.5.2): New variable.
2019-06-18gnu: fflas-ffpack: Add version 2.3.2.Andreas Enge
* gnu/packages/sagemath.scm (fflas-ffpack-2.3.2): New variable.
2019-06-18gnu: givaro: Add version 4.0.4.Andreas Enge
* gnu/packages/sagemath.scm (givaro-4.0.4): New variable.
2019-06-18gnu: Add linbox.Andreas Enge
* gnu/packages/algebra.scm (linbox): New variable.
2019-06-18gnu: Add fflas-ffpack.Andreas Enge
* gnu/packages/algebra.scm (fflas-ffpack): New variable.
2019-06-18gnu: Add givaro.Andreas Enge
* gnu/packages/algebra.scm (givaro): New variable.
2019-06-18gnu: Remove hydra.Efraim Flashner
Our copy of hydra hasn't built in years. * gnu/packages/ci.scm (hydra): Remove variable.
2019-06-18gnu: python-on-guile: Update to 0.1.0-2.058c596.Ricardo Wurmus
* gnu/packages/guile-xyz.scm (python-on-guile): Update to 0.1.0-2.058c596. [source]: Fetch from fork at git.elephly.net. [arguments]: Remove phase "use-canonical-directory-for-go-files".
2019-06-18gnu: Add python-iml.Nicolas Goaziou
* gnu/packages/machine-learning.scm (python-iml): New variable.
2019-06-18gnu: aircrack-ng: Update to 1.5.2.Vasile Dumitrascu
* gnu/packages/networking.scm (aircrack-ng): Update to 1.5.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-18gnu: Add emacs-gruvbox-themeZzull
* gnu/packages/emacs-xyz.scm (emacs-gruvbox-theme): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-18gnu: Add python-slurm-magic.Ludovic Courtès
* gnu/packages/parallel.scm (python-slurm-magic): New variable.
2019-06-18doc: Replace invalid uses of @var with @code.Ludovic Courtès
* doc/guix.texi: Replace @var with @code in cases where we refer to a Scheme variable and not to a metasyntactic variable.
2019-06-18guix build: '--log-file' looks for build logs of equivalent derivations.Ludovic Courtès
Previously, '--log-file' would look for log files only for the current derivation, and thus wouldn't find log files of equivalent derivations that produce the same output. * guix/scripts/build.scm (guix-build) <log-file?>: Replace 'derivation-file-name' by 'derivation->output-path'.
2019-06-18tests: Avoid 'delete-paths' calls for 'derivation-prerequisites-to-build'.Ludovic Courtès
* tests/derivations.scm ("derivation-prerequisites-to-build when outputs already present"): Insert random text in BUILDER, and remove two calls to 'delete-paths'. Use 'derivation->output-path' for INPUT-PATH instead of an old idiom.
2019-06-18gnu: gemmlowp-for-tensorflow: Use SSE2.Ricardo Wurmus
* gnu/packages/machine-learning.scm (gemmlowp-for-tensorflow)[arguments]: Only enable SSE2, not SSE4.1 on i686 and x86_64 architectures.
2019-06-18gnu: python-pytz: Update to 2019.1.Marius Bakke
* gnu/packages/time.scm (python-pytz): Update to 2019.1.
2019-06-18gnu: python-babel: Update to 2.7.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-babel): Update to 2.7.0. (python2-babel-2.6): New variable. * gnu/packages/sphinx.scm (python2-sphinx)[propagated-inputs]: Change PYTHON2-BABEL to PYTHON2-BABEL-2.6.