Commit graph

47090 commits

Author SHA1 Message Date
Ludovic Courtès a28cfee841
system: Add 'bootloader-menu-entries' field to <boot-parameters>.
This allows us to keep track of the extra menu entries specified in the
OS configuration.

* gnu/system.scm (<boot-parameters>)[bootloader-menu-entries]: New field.
(read-boot-parameters): Initialize it.
(operating-system-boot-parameters): Likewise.
(operating-system-boot-parameters-file): Serialize it.
* gnu/bootloader.scm (menu-entry->sexp, sexp->menu-entry): New
procedures.
2019-08-30 01:33:45 +02:00
Eelco Dolstra 546a709f20
daemon: Don't reply on 'st_blocks'.
Ported by Ludovic Courtès <ludo@gnu.org>
from <a2c4fcd5e9>.

* nix/libstore/gc.cc (LocalStore::removeUnusedLinks): Use 'st.st_size'
instead of 'st.st_blocks * 512'.
* nix/libutil/util.cc (_deletePath): Likewise.
2019-08-30 01:33:45 +02:00
Ludovic Courtès 7d09f2e85f
lint: formatting: Reporters return #f or a warning.
* 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'.
2019-08-30 01:33:45 +02:00
Ludovic Courtès ac9cd78ea9
bootloader: Fix comment about 'menu-entries'.
* gnu/bootloader.scm (<bootloader-configuration>)[menu-entries]: Fix
margin comment.
2019-08-30 01:33:45 +02: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
Efraim Flashner 7cc9899207
gnu: stow: Update to 2.3.1.
* 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.
2019-08-29 11:09:19 +03:00