Age | Commit message (Expand) | Author |
2019-09-06 | packages: 'supported-package?' binds '%current-system' for graph traversal.•••Previously, (supported-package? coreutils "armhf-linux")
with (%current-system) = "x86_64-linux" would return false. That's
because 'supported-package?' would traverse the x86_64 dependency graph,
which contains 'tcc-boot0', which supports x86 only.
Consequently, 'supported-package?' would match only 53 packages for
"armhf-linux" when running on x86, as is the case during continuous
integration.
* guix/packages.scm (package-transitive-supported-systems): Add an
optional 'system' parameter. Use 'mlambda' instead of 'mlambdaq' for
memoization.
(supported-package?): Pass 'system' to 'package-transitive-supported-systems'.
* tests/packages.scm ("package-transitive-supported-systems, implicit inputs")
("package-transitive-supported-systems: reduced binary seed, implicit inputs"):
Remove calls to 'invalidate-memoization!', which no longer work and were
presumably introduced to work around the bug we're fixing (see commit
0db65c168fd6dec57a357735fe130c80feba5460).
* tests/packages.scm ("supported-package?"): Rewrite test to use only
existing system name since otherwise 'bootstrap-executable' raises an
exception.
("supported-package? vs. system-dependent graph"): New test.
| Ludovic Courtès |
2019-09-06 | packages: 'generate-package-cache' uses 'supported-package?'.•••* gnu/packages.scm (generate-package-cache): Use 'supported-package?'
instead of 'package-supported-systems'.
| Ludovic Courtès |
2019-09-03 | gnu: hdf-eos2: Add libtirpc input.•••* gnu/packages/maths.scm (hdf-eos2)[inputs]: Add LIBTIRPC.
| Marius Bakke |
2019-09-03 | gnu: hdf4: Build with libtirpc.•••* gnu/packages/patches/hdf4-tirpc.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/maths.scm (hdf4)[source](patches): Use it.
[inputs]: Add LIBTIRPC.
[arguments]: Adjust #:configure-flags accordingly.
| Marius Bakke |
2019-08-29 | Merge branch 'master' into core-updates | Mark H Weaver |
2019-08-29 | gnu: linux-libre: Update to 5.2.11.•••* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.11.
(linux-libre-5.2-pristine-source): Update hash.
| Mark H Weaver |
2019-08-29 | gnu: linux-libre@4.19: Update to 4.19.69.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.69.
(linux-libre-4.19-pristine-source): Update hash.
| Mark H Weaver |
2019-08-29 | gnu: linux-libre@4.14: Update to 4.14.141.•••* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.141.
(linux-libre-4.14-pristine-source): Update hash.
| Mark H Weaver |
2019-08-30 | gnu: Add poussetaches.•••* gnu/packages/web.scm (poussetaches): New variable.
| Arun Isaac |
2019-08-30 | gnu: Add go-github-com-robfig-cron.•••* gnu/packages/golang.scm (go-github-com-robfig-cron): New variable.
| Arun Isaac |
2019-08-29 | gnu: Add rednotebook.••• * 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>
| Jesse Gibbons |
2019-08-29 | gnu: next: Update to 1.3.0 and rename sbcl-next to next.•••* 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.
| Pierre Neidhardt |
2019-08-29 | gnu: Add sbcl-next-download-manager.•••* 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.
| Pierre Neidhardt |
2019-08-29 | gnu: next-gtk-webkit: Update to 1.3.0 and hide package.•••* 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.
| Pierre Neidhardt |
2019-08-29 | gnu: Add cl-dbus.•••* gnu/packages/lisp.scm (cl-dbus): New variable.
| Pierre Neidhardt |
2019-08-29 | gnu: Add sbcl-cl-xmlspam.•••* gnu/packages/lisp.scm (sbcl-cl-xmlspam): New variable.
| Pierre Neidhardt |
2019-08-29 | gnu: Add fe.•••* gnu/packages/text-editors.scm (fe): New variable.
| Nicolas Goaziou |
2019-08-29 | gnu: ungoogled-chromium: Update to 76.0.3809.132-0.8eba5c0.•••* gnu/packages/chromium.scm (%chromium-version): Set to 76.0.3809.132.
(%chromium-origin): Update hash.
| Marius Bakke |
2019-08-29 | gnu: rtorrent: Update to 0.9.8.•••* gnu/packages/bittorrent.scm (rtorrent): Update to 0.9.8.
| Marius Bakke |
2019-08-29 | gnu: libtorrent: Update to 0.13.8.•••* gnu/packages/bittorrent.scm (libtorrent): Update to 0.13.8.
| Marius Bakke |
2019-08-29 | gnu: QtWebKit: Increase build timeout.•••* gnu/packages/qt.scm (qtwebkit)[properties]: New field.
| Marius Bakke |
2019-08-29 | gnu: python-wrapt: Update to 1.11.2.•••* gnu/packages/python-xyz.scm (python-wrapt): Update to 1.11.2.
| Marius Bakke |
2019-08-29 | gnu: python-flask-sqlalchemy: Update to 2.4.0.•••* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.4.0.
| Marius Bakke |
2019-08-29 | gnu: python-alembic: Update to 1.0.11.•••* gnu/packages/databases.scm (python-alembic): Update to 1.0.11.
| Marius Bakke |
2019-08-29 | gnu: Add rust-nodrop, rust-nodrop-union.•••* gnu/packages/crates-io.scm (rust-nodrop, rust-nodrop-union): New
variables.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-num-iter.•••* gnu/packages/crates-io.scm (rust-num-iter): New variable.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-futures-cpupool.•••* gnu/packages/crates-io.scm (rust-futures-cpupool): New variable.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-fuchsia-cprng.•••* gnu/packages/crates-io.scm (rust-fuchsia-cprng): New variable.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-fucshia-zircon.•••* gnu/packages/crates-io.scm (rust-fuchsia-zircon): New variable.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-fuchsia-zircon-sys.•••* gnu/packages/crates-io.scm (rust-fuchsia-zircon-sys): New variable.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-clicolors-control.•••* gnu/packages/crates-io.scm (rust-clicolors-control): New variable.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-atty.•••* gnu/packages/crates-io.scm (rust-atty): New variable.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-ws2-32-sys.•••* gnu/packages/cargo-io.scm (rust-ws2-32-sys): New variable.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-kernel32-sys.•••* gnu/packages/crates-io.scm (rust-kernel32-sys): New variable.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-heapsize.•••* gnu/packages/crates-io.scm (rust-heapsize): New variable.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-resolv-conf.•••* gnu/packages/crates-io.scm (rust-resolv-conf): New variable.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-hostname.•••* gnu/packages/crates-io.scm (rust-hostname): New variable.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-winutil.•••* gnu/packages/crates-io.scm (rust-winutil): New variable.
| Efraim Flashner |
2019-08-29 | gnu: rust-winapi: Update to 0.3.8.•••* gnu/packages/crates-io.scm (rust-winapi): Update to 0.3.8.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-plugin.•••* gnu/packages/crates-io.scm (rust-plugin): New variable.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-typemap.•••* gnu/packages/crates-io.scm (rust-typemap): New variable.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-unsafe-any.•••* gnu/packages/crates-io.scm (rust-unsafe-any): New variable.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-mime.•••* gnu/packages/crates-io.scm (rust-mime): New variable.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-unicase.•••* gnu/packages/crates-io.scm (rust-unicase): New variable.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-version-check-0.1.•••* gnu/packages/crates-io.scm (rust-version-check-0.1): New variable.
| Efraim Flashner |
2019-08-29 | gnu: Add rust-remove-dir-all.•••* gnu/packages/crates-io.scm (rust-remove-dir-all): New variable.
| Efraim Flashner |
2019-08-29 | doc: Do not refer to Bioconductor SVN.•••* doc/guix.texi (Invoking guix import): Do not mention the now defunct
Bioconductor SVN repository.
| Ricardo Wurmus |
2019-08-29 | gnu: Add r-harmony.•••* gnu/packages/cran.scm (r-harmony): New variable.
| Ricardo Wurmus |
2019-08-29 | import: cran: Add support for git repositories.•••* 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.
| Ricardo Wurmus |
2019-08-29 | gnu: nano: Update to 4.4.•••* gnu/packages/nano.scm (nano): Update to 4.4.
| Efraim Flashner |