summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lint: formatting: Reporters return #f or a warning.Ludovic Courtès2019-08-30
| | | | | | | * guix/lint.scm (report-tabulations, report-trailing-white-space) (report-long-line, report-lone-parentheses): Return #f instead of *unspecified* when there are no warnings. (report-formatting-issues): Use 'filter-map' instead of 'map' + 'filter'.
* bootloader: Fix comment about 'menu-entries'.Ludovic Courtès2019-08-30
| | | | | * gnu/bootloader.scm (<bootloader-configuration>)[menu-entries]: Fix margin comment.
* gnu: linux-libre: Update to 5.2.11.Mark H Weaver2019-08-29
| | | | | * gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.11. (linux-libre-5.2-pristine-source): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.69.Mark H Weaver2019-08-29
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.69. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.141.Mark H Weaver2019-08-29
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.141. (linux-libre-4.14-pristine-source): Update hash.
* gnu: Add poussetaches.Arun Isaac2019-08-30
| | | | * gnu/packages/web.scm (poussetaches): New variable.
* gnu: Add go-github-com-robfig-cron.Arun Isaac2019-08-30
| | | | * gnu/packages/golang.scm (go-github-com-robfig-cron): New variable.
* gnu: Add rednotebook.Jesse Gibbons2019-08-29
| | | | | | | | * gnu/package/rednotebook.scm: New file. * gnu/local.mk: Add it. * gnu/packages/rednotebook.scm (rednotebook): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: next: Update to 1.3.0 and rename sbcl-next to next.Pierre Neidhardt2019-08-29
| | | | | | | * gnu/packages/web-browsers.scm (sbcl-next): Deprecate for next. * gnu/packages/web-browsers.scm (next): Update to 1.3.0. [arguments]: Add phase to fix version number. [inputs]: Update dependencies for 1.3.0.
* gnu: Add sbcl-next-download-manager.Pierre Neidhardt2019-08-29
| | | | | | * gnu/packages/web-browsers.scm (sbcl-next-download-manager): New variable. It's a Common Lisp system dependency for `next', which is why we don't export the package.
* gnu: next-gtk-webkit: Update to 1.3.0 and hide package.Pierre Neidhardt2019-08-29
| | | | | | * gnu/packages/web-browsers.scm (next-gtk-webkit): Update to 1.3.0. We hide the package because it is not usable on its own, it's a necessary backend for the `next' package.
* gnu: Add cl-dbus.Pierre Neidhardt2019-08-29
| | | | * gnu/packages/lisp.scm (cl-dbus): New variable.
* gnu: Add sbcl-cl-xmlspam.Pierre Neidhardt2019-08-29
| | | | * gnu/packages/lisp.scm (sbcl-cl-xmlspam): New variable.
* gnu: Add fe.Nicolas Goaziou2019-08-29
| | | | * gnu/packages/text-editors.scm (fe): New variable.
* gnu: ungoogled-chromium: Update to 76.0.3809.132-0.8eba5c0.Marius Bakke2019-08-29
| | | | | * gnu/packages/chromium.scm (%chromium-version): Set to 76.0.3809.132. (%chromium-origin): Update hash.
* gnu: rtorrent: Update to 0.9.8.Marius Bakke2019-08-29
| | | | * gnu/packages/bittorrent.scm (rtorrent): Update to 0.9.8.
* gnu: libtorrent: Update to 0.13.8.Marius Bakke2019-08-29
| | | | * gnu/packages/bittorrent.scm (libtorrent): Update to 0.13.8.
* gnu: QtWebKit: Increase build timeout.Marius Bakke2019-08-29
| | | | * gnu/packages/qt.scm (qtwebkit)[properties]: New field.
* gnu: python-wrapt: Update to 1.11.2.Marius Bakke2019-08-29
| | | | * gnu/packages/python-xyz.scm (python-wrapt): Update to 1.11.2.
* gnu: python-flask-sqlalchemy: Update to 2.4.0.Marius Bakke2019-08-29
| | | | * gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.4.0.
* gnu: python-alembic: Update to 1.0.11.Marius Bakke2019-08-29
| | | | * gnu/packages/databases.scm (python-alembic): Update to 1.0.11.
* gnu: Add rust-nodrop, rust-nodrop-union.Efraim Flashner2019-08-29
| | | | | * gnu/packages/crates-io.scm (rust-nodrop, rust-nodrop-union): New variables.
* gnu: Add rust-num-iter.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-num-iter): New variable.
* gnu: Add rust-futures-cpupool.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-futures-cpupool): New variable.
* gnu: Add rust-fuchsia-cprng.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-fuchsia-cprng): New variable.
* gnu: Add rust-fucshia-zircon.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-fuchsia-zircon): New variable.
* gnu: Add rust-fuchsia-zircon-sys.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-fuchsia-zircon-sys): New variable.
* gnu: Add rust-clicolors-control.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-clicolors-control): New variable.
* gnu: Add rust-atty.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-atty): New variable.
* gnu: Add rust-ws2-32-sys.Efraim Flashner2019-08-29
| | | | * gnu/packages/cargo-io.scm (rust-ws2-32-sys): New variable.
* gnu: Add rust-kernel32-sys.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-kernel32-sys): New variable.
* gnu: Add rust-heapsize.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-heapsize): New variable.
* gnu: Add rust-resolv-conf.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-resolv-conf): New variable.
* gnu: Add rust-hostname.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-hostname): New variable.
* gnu: Add rust-winutil.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-winutil): New variable.
* gnu: rust-winapi: Update to 0.3.8.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-winapi): Update to 0.3.8.
* gnu: Add rust-plugin.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-plugin): New variable.
* gnu: Add rust-typemap.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-typemap): New variable.
* gnu: Add rust-unsafe-any.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-unsafe-any): New variable.
* gnu: Add rust-mime.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-mime): New variable.
* gnu: Add rust-unicase.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-unicase): New variable.
* gnu: Add rust-version-check-0.1.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-version-check-0.1): New variable.
* gnu: Add rust-remove-dir-all.Efraim Flashner2019-08-29
| | | | * gnu/packages/crates-io.scm (rust-remove-dir-all): New variable.
* doc: Do not refer to Bioconductor SVN.Ricardo Wurmus2019-08-29
| | | | | * doc/guix.texi (Invoking guix import): Do not mention the now defunct Bioconductor SVN repository.
* gnu: Add r-harmony.Ricardo Wurmus2019-08-29
| | | | * gnu/packages/cran.scm (r-harmony): New variable.
* import: cran: Add support for git repositories.Ricardo Wurmus2019-08-29
| | | | | | | | | | | | | | | | | | | * guix/import/cran.scm (vcs-file?): New procedure. (download): Support downloading from git. (fetch-description): Add a clause for the 'git repository type. (files-match-pattern?): New procedure. (tarball-files-match-pattern?): Implement in terms of FILES-MATCH-PATTERN?. (directory-needs-fortran?, directory-needs-zlib?, directory-needs-pkg-config?): New procedures. (needs-fortran?, needs-zlib?, needs-pkg-config?): Rename these procedures... (tarball-needs-fortran?, tarball-needs-zlib?, tarball-needs-pkg-config?): ...to this, and use them. (file-hash): New procedure. (description->package): Handle the 'git repository type. * guix/import/utils.scm (package->definition): Handle package expression inside of a let. * guix/scripts/import.scm (guix-import): Handle let expressions. * doc/guix.texi (Invoking guix import): Document it.
* gnu: nano: Update to 4.4.Efraim Flashner2019-08-29
| | | | * gnu/packages/nano.scm (nano): Update to 4.4.
* gnu: stow: Update to 2.3.1.Efraim Flashner2019-08-29
| | | | | | * gnu/packages/package-management.scm (stow): Update to 2.3.1. [inputs]: Remove perl-clone, perl-clone-choose, perl-hash-merge. [arguments]: Remove custom 'wrap-stow phase.
* gnu: gnuastro: Update to 0.10.Efraim Flashner2019-08-29
| | | | * gnu/packages/astronomy.scm (gnuastro): Update to 0.10.
* services: cuirass: Log web interface to separate file.Ricardo Wurmus2019-08-29
| | | | | | * gnu/services/cuirass.scm (<cuirass-configuration>): Add web-log-file field. (cuirass-shepherd-service): Read it and use it. * doc/guix.texi (Continuous Integration): Document it.