summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* packages: 'supported-package?' binds '%current-system' for graph traversal.Ludovic Courtès2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* packages: 'generate-package-cache' uses 'supported-package?'.Ludovic Courtès2019-09-06
| | | | | * gnu/packages.scm (generate-package-cache): Use 'supported-package?' instead of 'package-supported-systems'.
* gnu: hdf-eos2: Add libtirpc input.Marius Bakke2019-09-03
| | | | * gnu/packages/maths.scm (hdf-eos2)[inputs]: Add LIBTIRPC.
* gnu: hdf4: Build with libtirpc.Marius Bakke2019-09-03
| | | | | | | | * 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.
* Merge branch 'master' into core-updatesMark H Weaver2019-08-29
|\
| * 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.