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