aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-19gnu: Add numix-theme....* gnu/packages/gnome.scm (numix-theme): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org> Giacomo Leidi
2019-06-19grafts: Avoid 'query-valid-derivers' RPC....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'. Ludovic Courtès
2019-06-19derivations: Add 'derivation-input-derivation'....* guix/derivations.scm (derivation-input-derivation): New procedure. (derivation-prerequisites): Use it. Ludovic Courtès
2019-06-19gnu: Add python-pandocfilters....* gnu/packages/textutils.scm (python-pandocfilters): New variable. Nicolas Goaziou
2019-06-19gnu: Add ratpoints....* 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. Nicolas Goaziou
2019-06-19gnu: Add gf2x....* gnu/packages/algebra.scm (gf2x): New variable. Andreas Enge
2019-06-19gnu: Add zn_poly....* gnu/packages/sagemath.scm (zn_poly): New variable. Andreas Enge
2019-06-19gnu: Add pynac....* gnu/packages/sagemath.scm (pynac): New variable. Andreas Enge
2019-06-19gnu: python-gmpy2: Update to 2.1.0b1....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. Andreas Enge
2019-06-19gnu: balsa: Update to 2.5.7....* gnu/packages/mail.scm (balsa): Update to 2.5.7. [inputs]: Build with gtksourceview@3. Tobias Geerinckx-Rice
2019-06-19gnu: nano: Update to 4.3....* gnu/packages/nano.scm (nano): Update to 4.3. Tobias Geerinckx-Rice
2019-06-19gnu: notmuch: Update to 0.29.1....* gnu/packages/mail.scm (notmuch): Update to 0.29.1. Tobias Geerinckx-Rice
2019-06-19gnu: mpd: Update to 0.21.10....* gnu/packages/mpd.scm (mpd): Update to 0.21.10. Tobias Geerinckx-Rice
2019-06-19gnu: perl-xml-sax: Update to 1.02....* gnu/packages/xml.scm (perl-xml-sax): Update to 1.02. Tobias Geerinckx-Rice
2019-06-19gnu: shadow: Update home page....* gnu/packages/admin.scm (shadow)[home-page]: Update to new project home. Tobias Geerinckx-Rice
2019-06-19gnu: shadow: Update to 4.7....* gnu/packages/admin.scm (shadow): Update to 4.7. Tobias Geerinckx-Rice
2019-06-19gnu: ansible: Update to 2.8.1....* gnu/packages/admin.scm (ansible): Update to 2.8.1. Tobias Geerinckx-Rice
2019-06-19gnu: filezilla: Update to 3.42.1....* gnu/packages/ftp.scm (filezilla): Update to 3.42.1. Tobias Geerinckx-Rice
2019-06-19gnu: libfilezilla: Update to 0.16.0....* gnu/packages/ftp.scm (libfilezilla): Update to 0.16.0. Tobias Geerinckx-Rice
2019-06-19gnu: Add python-keras....* gnu/packages/machine-learning.scm (python-keras): New variable. Ricardo Wurmus
2019-06-19gnu: Add python-pytest-timeout....* gnu/packages/check.scm (python-pytest-timeout): New variable. Ricardo Wurmus
2019-06-19gnu: Add python-keras-preprocessing....* gnu/packages/machine-learning.scm (python-keras-preprocessing): New variable. Ricardo Wurmus
2019-06-19gnu: Add python-keras-applications....* gnu/packages/machine-learning.scm (python-keras-applications): New variable. Ricardo Wurmus
2019-06-19gnu: python-botocore: Update to 1.12.149....* gnu/packages/python-xyz.scm (python-botocore): Update to 1.12.149. [native-inputs]: Add python-urllib3. Ricardo Wurmus
2019-06-19gnu: python-s3transfer: Update to 0.2.0....* gnu/packages/python-web.scm (python-s3transfer): Update to 0.2.0. [propagated-inputs]: Add python-urllib3. Ricardo Wurmus
2019-06-19tests: Fix opensmtpd test....* gnu/tests/mail.scm (run-opensmtpd-test) <"mail arrived">: Invoke smtpctl by its full file name. Tobias Geerinckx-Rice
2019-06-18gnu: linux-libre: Update to 5.1.11....* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.11. (%linux-libre-hash): Update hash. Mark H Weaver
2019-06-18gnu: linux-libre@4.19: Update to 4.19.52....* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.52. (%linux-libre-4.19-hash): Update hash. Mark H Weaver
2019-06-18gnu: linux-libre@4.14: Update to 4.14.127....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.127. (%linux-libre-4.14-hash): Update hash. Mark H Weaver
2019-06-18gnu: linux-libre@4.9: Update to 4.9.182....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.182. Mark H Weaver
2019-06-18gnu: linux-libre@4.4: Update to 4.4.182....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.182. Mark H Weaver
2019-06-19linux-container: Remove networking service when network is shared with host....* 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. Arun Isaac
2019-06-18gnu: python2: Add 'cpe-name' property....* gnu/packages/python.scm (python2)[properties]: New field. Efraim Flashner
2019-06-18gnu: linbox: Add version 1.5.2....* gnu/packages/sagemath.scm (linbox-1.5.2): New variable. Andreas Enge
2019-06-18gnu: fflas-ffpack: Add version 2.3.2....* gnu/packages/sagemath.scm (fflas-ffpack-2.3.2): New variable. Andreas Enge
2019-06-18gnu: givaro: Add version 4.0.4....* gnu/packages/sagemath.scm (givaro-4.0.4): New variable. Andreas Enge
2019-06-18gnu: Add linbox....* gnu/packages/algebra.scm (linbox): New variable. Andreas Enge
2019-06-18gnu: Add fflas-ffpack....* gnu/packages/algebra.scm (fflas-ffpack): New variable. Andreas Enge
2019-06-18gnu: Add givaro....* gnu/packages/algebra.scm (givaro): New variable. Andreas Enge
2019-06-18gnu: Remove hydra....Our copy of hydra hasn't built in years. * gnu/packages/ci.scm (hydra): Remove variable. Efraim Flashner
2019-06-18gnu: python-on-guile: Update to 0.1.0-2.058c596....* 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". Ricardo Wurmus
2019-06-18gnu: Add python-iml....* gnu/packages/machine-learning.scm (python-iml): New variable. Nicolas Goaziou
2019-06-18gnu: aircrack-ng: Update to 1.5.2....* gnu/packages/networking.scm (aircrack-ng): Update to 1.5.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vasile Dumitrascu
2019-06-18gnu: Add emacs-gruvbox-theme...* gnu/packages/emacs-xyz.scm (emacs-gruvbox-theme): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zzull
2019-06-18gnu: Add python-slurm-magic....* gnu/packages/parallel.scm (python-slurm-magic): New variable. Ludovic Courtès
2019-06-18doc: Replace invalid uses of @var with @code....* doc/guix.texi: Replace @var with @code in cases where we refer to a Scheme variable and not to a metasyntactic variable. Ludovic Courtès
2019-06-18guix build: '--log-file' looks for build logs of equivalent derivations....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'. Ludovic Courtès
2019-06-18tests: Avoid 'delete-paths' calls for 'derivation-prerequisites-to-build'....* 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. Ludovic Courtès
2019-06-18gnu: gemmlowp-for-tensorflow: Use SSE2....* gnu/packages/machine-learning.scm (gemmlowp-for-tensorflow)[arguments]: Only enable SSE2, not SSE4.1 on i686 and x86_64 architectures. Ricardo Wurmus
2019-06-18gnu: Add python-matplotlib-venn....* gnu/packages/python-xyz.scm (python-matplotlib-venn): New variable. Ricardo Wurmus