summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* hydra: Add support for manifests.Clément Lassieur2018-09-13
| | | | | | | * build-aux/hydra/gnu-system.scm (arguments->manifests, manifests->packages): New procedures. (hydra-jobs): Add a "manifests" subset. * doc/guix.texi (Continuous Integration): Update accordingly.
* gnu: rust@1.20.0: Replace "default-ar" by "ar".Danny Milosavljevic2018-09-13
| | | | | * gnu/packages/rust.scm (rust-1.20)[arguments]<#:phases>[configure]: Replace "default-ar" by "ar".
* gnu: Add rust@1.22.1.Danny Milosavljevic2018-09-13
| | | | * gnu/packages/rust.scm (rust-1.22): New variable.
* gnu: Add rust@1.21.0.Danny Milosavljevic2018-09-13
| | | | * gnu/packages/rust.scm (rust-1.21): New variable.
* gnu: rust-bootstrap: Clean up comments.Danny Milosavljevic2018-09-13
| | | | * gnu/packages/rust.scm (rust-bootstrap): Clean up comments.
* gnu: rust: Move "cc" from rust-bootstrap to rust proper.Danny Milosavljevic2018-09-13
| | | | | | * gnu/packages/rust.scm (rust-bootstrap)[arguments]<#:phases>[install]: Delete "cc". (rust-1.23)[arguments]<#:phases>: Delete "provide-cc" deletion.
* gnu: rust@1.23.0: Use rust@1.20.0 as template.Danny Milosavljevic2018-09-13
| | | | | | | | | | | | | * gnu/packages/rust.scm (rust-1.23)[inherit]: Use rust-1.20. [arguments]<#:phases>: Delete "patch-cargo-tomls" phase deletion. Add "provide-cc" phase deletion. Add "configure-archiver" phase deletion. [configure]: Inherit phase. [reset-timestamps-after-changes]: Inherit phase. [build]: Inherit phase. [check]: Inherit phase. [install]: Inherit phase. [wrap-rustc]: Inherit phase.
* gnu: Add emacs-org-reveal.Maxim Cournoyer2018-09-12
| | | | * gnu/packages/emacs.scm (emacs-org-reveal): New variable.
* gnu: Add emacs-elpy.Maxim Cournoyer2018-09-12
| | | | * gnu/packages/emacs.scm (emacs-elpy): New variable.
* gnu: Add emacs-highlight-indentation.Maxim Cournoyer2018-09-12
| | | | * gnu/packages/emacs.scm (emacs-highlight-indentation): New variable.
* gnu: Add emacs-pyvenv.Maxim Cournoyer2018-09-12
| | | | * gnu/packages/emacs.scm (emacs-pyvenv): New variable.
* gnu: Add emacs-find-file-in-project.Maxim Cournoyer2018-09-12
| | | | * gnu/packages/emacs.scm (emacs-find-file-in-project): New variable.
* gnu: Add emacs-mocker.Maxim Cournoyer2018-09-12
| | | | * gnu/packages/emacs.scm (emacs-mocker): New variable.
* gnu: Add emacs-el-x.Maxim Cournoyer2018-09-12
| | | | * gnu/packages/emacs.scm (emacs-el-x): New variable.
* gnu: Add python-black.Maxim Cournoyer2018-09-12
| | | | * gnu/packages/python.scm (python-black): New variable.
* gnu: Add python-toml.Maxim Cournoyer2018-09-12
| | | | * gnu/packages/python.scm (python-toml): New variables.
* gnu: python-jedi: Update to 0.12.1.Maxim Cournoyer2018-09-12
| | | | | * gnu/packages/python.scm (python-jedi): Update to 0.12.1. [propagated-inputs]: Move python-parso here, as it is required at run time.
* gnu: Add rust@1.20.0.Danny Milosavljevic2018-09-13
| | | | * gnu/packages/rust.scm (rust-1.20): New variable.
* git-download: Rewrite 'git-predicate' using Guile-Git.Ludovic Courtès2018-09-13
| | | | | | | | | | Fixes <https://bugs.gnu.org/27925>. * guix/git-download.scm (files->directory-tree) (directory-in-tree?): Remove. (git-file-list): New procedures. (git-predicate): Use it instead of opening a pipe to 'git'. Remove directory tree hack and rely exclusively on inode/device numbers.
* gnu: rust@1.19.0: Remove superfluous install-file call.Danny Milosavljevic2018-09-12
| | | | | * gnu/packages/rust.scm (rust-1.19)[arguments]<#:phases>[build]: Remove superfluous install-file call.
* gnu: rust@1.19.0: Install rustdoc.Danny Milosavljevic2018-09-12
| | | | | * gnu/packages/rust.scm (rust-1.19)[arguments]<#:phases>[install]: Install rustdoc.
* gnu: rust@1.19.0: Use match-lambda directly.Danny Milosavljevic2018-09-12
| | | | | | | Follow-up to 3159ef7c99c646b78b04cedb1bd3525c301ef978. * gnu/packages/rust.scm (rust-1.19)[arguments]<#:phases>[build]: Use match-lambda directly.
* gnu: gnurl: Update to 7.61.1.Nils Gillmann2018-09-12
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.61.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Zsh: Remove workaround required for Zsh 5.6.Leo Famulari2018-09-12
| | | | | | | This is a followup to commit 5a5d3e356311620df253d7c213c1bda79cd20128. * gnu/packages/shells.scm (zsh)[arguments]: Remove substitutions in 'patch-test' phase.
* gnu: emacs-hl-todo: Update to 1.9.0.Pierre Neidhardt2018-09-12
| | | | * gnu/packages/emacs.scm (emacs-hl-todo): Update to 1.9.0.
* gnu: python-scikit-learn: Update to 0.19.2.Ricardo Wurmus2018-09-12
| | | | | | | | * gnu/packages/machine-learning.scm (python-scikit-learn): Update to 0.19.2. [source]: Fetch from git. [arguments]: Run tests before installation; replace "check" phase, add "build-ext" phase; delete "reset-gzip-timestamps" phase. [native-inputs]: Add python-pytest and python-pandas; remove python-nose.
* gnu: Add emacs-blimp.Pierre Neidhardt2018-09-12
| | | | * gnu/packages/emacs.scm (emacs-blimp): New variable.
* gnu: Add emacs-org-web-tools.Pierre Neidhardt2018-09-12
| | | | * gnu/packages/emacs.scm (emacs-org-web-tools): New variable.
* gnu: Add emacs-youtube-dl.Pierre Neidhardt2018-09-12
| | | | * gnu/packages/emacs.scm (emacs-youtube-dl): New variable.
* gnu: libfilezilla: Update to 0.13.1.Tobias Geerinckx-Rice2018-09-12
| | | | * gnu/packages/ftp.scm (libfilezilla): Update to 0.13.1.
* gnu: sg3-utils: Update to 1.43.Tobias Geerinckx-Rice2018-09-12
| | | | | * gnu/packages/scsi.scm (sg3-utils): Update to 1.43. [license]: Add bsd-2.
* gnu: syslinux: Use HTTPS home page.Tobias Geerinckx-Rice2018-09-12
| | | | * gnu/packages/bootloaders.scm (syslinux)[home-page]: Use HTTPS.
* gnu: syslinux: Use INVOKE.Tobias Geerinckx-Rice2018-09-12
| | | | | * gnu/packages/bootloaders.scm (syslinux)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: zsh: Update to 5.6.1.Tobias Geerinckx-Rice2018-09-12
| | | | * gnu/packages/shells.scm (zsh): Update to 5.6.1.
* gnu: zsh: Use HTTPS.Tobias Geerinckx-Rice2018-09-12
| | | | * gnu/packages/shells.scm (zsh)[source, home-page]: Use HTTPS.
* gnu: Add perl-mock-config.Tobias Geerinckx-Rice2018-09-12
| | | | * gnu/packages/perl-check.scm (perl-mock-config): New public variable.
* gnu: perl-moosex-getopt: Update to 0.73.Efraim Flashner2018-09-12
| | | | | | * gnu/packages/perl.scm (perl-moosex-getopt): Update to 0.73. [native-inputs]: Add perl-module-build-tiny, perl-path-tiny, perl-test-needs.
* netsurf: Register patch.Eric Bavier2018-09-11
| | | | | | Follow-up to f9e140a243b6d6b5d28bd0813b69604562a39653. * gnu/local.mk (dist_patch_DATA): Add netsurf-message-timestamp.patch.
* mpi: Factorize openmpi setup build phase.Eric Bavier2018-09-11
| | | | | | | * gnu/packages/mpi.scm (%openmpi-setup): New variable. * gnu/packages/maths.scm (scalapack, slepc-openmpi, mumps-openmpi) (superlu-dist, p4est, petsc-openmpi, hypre-openmpi, elemental) (sundials-openmpi, arpack-ng-openmpi)[arguments]: Use it in #:phases.
* font-fantasque-sans: Upgrade to 1.7.2.Eric Bavier2018-09-11
| | | | | | | * gnu/packages/fonts.scm (font-fantasque-sans): Upgrade to 1.7.2. [native-inputs]: Add zip. [arguments]: Add 'xrange->range phase for python3 compatibility. Adjust install phase to work with newly generated font variants.
* gnu: emacs-helm: Update to 3.0.Pierre Neidhardt2018-09-11
| | | | * gnu/packages/emacs.scm (emacs-helm): Update to 3.0.
* gnu: Add emacs-hackernews.Pierre Neidhardt2018-09-11
| | | | * gnu/packages/emacs.scm (emacs-hackernews): New variable.
* gnu: emacs-evil-collection: Update to 20180911.Pierre Neidhardt2018-09-11
| | | | * gnu/packages/emacs.scm (emacs-evil-collection): Update to 20180911.
* gnu: emacs-magit-todos: Update to 1.1.Pierre Neidhardt2018-09-11
| | | | * gnu/packages/emacs.scm (emacs-magit-todos): Update to 1.1.
* gnu: emacs-helm-system-packages: Update to 1.10.1.Pierre Neidhardt2018-09-11
| | | | * gnu/packages/emacs.scm (emacs-helm-system-packages): Update to 1.10.1.
* guix: Do not close current-error-port.Ricardo Wurmus2018-09-11
| | | | | | | | Reported-by: Ludovic Courtès <ludo@gnu.org>. * guix/scripts/build.scm (guix-build), guix/scripts/package.scm (guix-package): Duplicate port before handing it to build-output-port.
* ui: Do not filter hash mismatch lines.Ricardo Wurmus2018-09-11
| | | | | | | Reported by Pjotr Prins <pjotr.public12@thebird.nl>. * guix/ui.scm (build-output-port): Add pattern for hash mismatch error; be more careful with error messages in verbose mode.
* gnu: mes: Oops, use mirror://gnu download url.Jan Nieuwenhuizen2018-09-11
| | | | * gnu/packages/mes.scm (mes): Oops, use mirror://gnu download url.
* gnu: snakemake: Update home page.Tobias Geerinckx-Rice2018-09-11
| | | | * gnu/packages/python.scm (snakemake)[home-page]: Update.
* gnu: snakemake: Update to 5.2.2.Tobias Geerinckx-Rice2018-09-11
| | | | * gnu/packages/python.scm (snakemake): Update to 5.2.2.