Commit Graph

47733 Commits (bc60349b5bc58a0b803df5adce1de6db82453744)

Author SHA1 Message Date
Ludovic Courtès bc60349b5b
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
0db65c168f).
* 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.
2019-09-06 14:41:58 +02:00
Ludovic Courtès d2d63e20d5
packages: 'generate-package-cache' uses 'supported-package?'.
* gnu/packages.scm (generate-package-cache): Use 'supported-package?'
instead of 'package-supported-systems'.
2019-09-06 14:40:43 +02:00
Marius Bakke 25bdbb618a
gnu: hdf-eos2: Add libtirpc input.
* gnu/packages/maths.scm (hdf-eos2)[inputs]: Add LIBTIRPC.
2019-09-03 18:49:32 +02:00
Marius Bakke bd3d71cb16
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.
2019-09-03 13:24:34 +02:00
Mark H Weaver 0481289cbc
Merge branch 'master' into core-updates 2019-08-29 17:19:18 -04:00
Mark H Weaver 9fbf4d2a52
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.
2019-08-29 16:37:49 -04:00
Mark H Weaver cb07ec0932
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.
2019-08-29 16:37:07 -04:00
Mark H Weaver 7c0a69644f
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.
2019-08-29 16:35:46 -04:00
Arun Isaac 0f3624f8bc
gnu: Add poussetaches.
* gnu/packages/web.scm (poussetaches): New variable.
2019-08-30 00:34:10 +05:30
Arun Isaac e30bdd49a5
gnu: Add go-github-com-robfig-cron.
* gnu/packages/golang.scm (go-github-com-robfig-cron): New variable.
2019-08-30 00:33:36 +05:30
Jesse Gibbons b0985c60a0
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>
2019-08-29 19:15:14 +02:00
Pierre Neidhardt 01bb2e30ea
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.
2019-08-29 19:09:54 +02:00
Pierre Neidhardt b245557349
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.
2019-08-29 19:09:54 +02:00
Pierre Neidhardt aae704ddff
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.
2019-08-29 19:09:54 +02:00
Pierre Neidhardt c3e5e1355b
gnu: Add cl-dbus.
* gnu/packages/lisp.scm (cl-dbus): New variable.
2019-08-29 19:09:54 +02:00
Pierre Neidhardt b36165b740
gnu: Add sbcl-cl-xmlspam.
* gnu/packages/lisp.scm (sbcl-cl-xmlspam): New variable.
2019-08-29 19:09:54 +02:00
Nicolas Goaziou 2207d522d4
gnu: Add fe.
* gnu/packages/text-editors.scm (fe): New variable.
2019-08-29 18:46:11 +02:00
Marius Bakke 7735c4bfef
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.
2019-08-29 14:44:22 +02:00
Marius Bakke 0cbec2aaa8
gnu: rtorrent: Update to 0.9.8.
* gnu/packages/bittorrent.scm (rtorrent): Update to 0.9.8.
2019-08-29 14:44:21 +02:00
Marius Bakke 9e171634f6
gnu: libtorrent: Update to 0.13.8.
* gnu/packages/bittorrent.scm (libtorrent): Update to 0.13.8.
2019-08-29 14:44:21 +02:00
Marius Bakke af9afb0bc4
gnu: QtWebKit: Increase build timeout.
* gnu/packages/qt.scm (qtwebkit)[properties]: New field.
2019-08-29 14:44:21 +02:00
Marius Bakke 2271a1dcdb
gnu: python-wrapt: Update to 1.11.2.
* gnu/packages/python-xyz.scm (python-wrapt): Update to 1.11.2.
2019-08-29 14:44:21 +02:00
Marius Bakke aa6d7de646
gnu: python-flask-sqlalchemy: Update to 2.4.0.
* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.4.0.
2019-08-29 14:44:21 +02:00
Marius Bakke 6743080ccc
gnu: python-alembic: Update to 1.0.11.
* gnu/packages/databases.scm (python-alembic): Update to 1.0.11.
2019-08-29 14:44:21 +02:00
Efraim Flashner b8e380f458
gnu: Add rust-nodrop, rust-nodrop-union.
* gnu/packages/crates-io.scm (rust-nodrop, rust-nodrop-union): New
variables.
2019-08-29 15:05:25 +03:00
Efraim Flashner 9dbb27670d
gnu: Add rust-num-iter.
* gnu/packages/crates-io.scm (rust-num-iter): New variable.
2019-08-29 15:05:25 +03:00
Efraim Flashner cb298154b3
gnu: Add rust-futures-cpupool.
* gnu/packages/crates-io.scm (rust-futures-cpupool): New variable.
2019-08-29 15:05:25 +03:00
Efraim Flashner 4247954bbc
gnu: Add rust-fuchsia-cprng.
* gnu/packages/crates-io.scm (rust-fuchsia-cprng): New variable.
2019-08-29 15:05:25 +03:00
Efraim Flashner 21931d0f7d
gnu: Add rust-fucshia-zircon.
* gnu/packages/crates-io.scm (rust-fuchsia-zircon): New variable.
2019-08-29 15:05:25 +03:00
Efraim Flashner cde49404ce
gnu: Add rust-fuchsia-zircon-sys.
* gnu/packages/crates-io.scm (rust-fuchsia-zircon-sys): New variable.
2019-08-29 15:05:24 +03:00
Efraim Flashner eb34db03ee
gnu: Add rust-clicolors-control.
* gnu/packages/crates-io.scm (rust-clicolors-control): New variable.
2019-08-29 15:05:24 +03:00
Efraim Flashner ec3bbde43e
gnu: Add rust-atty.
* gnu/packages/crates-io.scm (rust-atty): New variable.
2019-08-29 15:05:24 +03:00
Efraim Flashner c5af2ecfb8
gnu: Add rust-ws2-32-sys.
* gnu/packages/cargo-io.scm (rust-ws2-32-sys): New variable.
2019-08-29 15:05:24 +03:00
Efraim Flashner 3c9b315aaa
gnu: Add rust-kernel32-sys.
* gnu/packages/crates-io.scm (rust-kernel32-sys): New variable.
2019-08-29 15:05:24 +03:00
Efraim Flashner c08f789d4d
gnu: Add rust-heapsize.
* gnu/packages/crates-io.scm (rust-heapsize): New variable.
2019-08-29 15:05:23 +03:00
Efraim Flashner 5913e06a75
gnu: Add rust-resolv-conf.
* gnu/packages/crates-io.scm (rust-resolv-conf): New variable.
2019-08-29 15:05:23 +03:00
Efraim Flashner f1e81de926
gnu: Add rust-hostname.
* gnu/packages/crates-io.scm (rust-hostname): New variable.
2019-08-29 15:05:23 +03:00
Efraim Flashner d48ce6f098
gnu: Add rust-winutil.
* gnu/packages/crates-io.scm (rust-winutil): New variable.
2019-08-29 15:05:23 +03:00
Efraim Flashner c781448080
gnu: rust-winapi: Update to 0.3.8.
* gnu/packages/crates-io.scm (rust-winapi): Update to 0.3.8.
2019-08-29 15:05:23 +03:00
Efraim Flashner 1d56009648
gnu: Add rust-plugin.
* gnu/packages/crates-io.scm (rust-plugin): New variable.
2019-08-29 15:05:23 +03:00
Efraim Flashner ea6415b787
gnu: Add rust-typemap.
* gnu/packages/crates-io.scm (rust-typemap): New variable.
2019-08-29 15:05:22 +03:00
Efraim Flashner e8b3d8b0ea
gnu: Add rust-unsafe-any.
* gnu/packages/crates-io.scm (rust-unsafe-any): New variable.
2019-08-29 15:05:22 +03:00
Efraim Flashner b494f17187
gnu: Add rust-mime.
* gnu/packages/crates-io.scm (rust-mime): New variable.
2019-08-29 15:05:22 +03:00
Efraim Flashner ff90132810
gnu: Add rust-unicase.
* gnu/packages/crates-io.scm (rust-unicase): New variable.
2019-08-29 15:05:22 +03:00
Efraim Flashner caf6a690ea
gnu: Add rust-version-check-0.1.
* gnu/packages/crates-io.scm (rust-version-check-0.1): New variable.
2019-08-29 15:05:22 +03:00
Efraim Flashner 79fa5a7a12
gnu: Add rust-remove-dir-all.
* gnu/packages/crates-io.scm (rust-remove-dir-all): New variable.
2019-08-29 15:05:19 +03:00
Ricardo Wurmus f9a1f15efc
doc: Do not refer to Bioconductor SVN.
* doc/guix.texi (Invoking guix import): Do not mention the now defunct
Bioconductor SVN repository.
2019-08-29 11:38:12 +02:00
Ricardo Wurmus 711cec9d15
gnu: Add r-harmony.
* gnu/packages/cran.scm (r-harmony): New variable.
2019-08-29 11:38:12 +02:00
Ricardo Wurmus ad553ec4b1
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.
2019-08-29 11:38:12 +02:00
Efraim Flashner ce82e8bf5b
gnu: nano: Update to 4.4.
* gnu/packages/nano.scm (nano): Update to 4.4.
2019-08-29 11:14:56 +03:00