aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* services: Add Laminar.laminar-1.0Christopher Baines2021-04-09
| | | | | | * gnu/services/ci.scm: New file. * gnu/tests/ci.scm: New file. * doc/guix.texi (Laminar): Document the Laminar service.
* gnu: Add laminar.Christopher Baines2021-04-09
| | | | * gnu/packages/ci.scm (laminar): New variable.
* gnu: rust-rav1e-0.4.0: Fix build.Leo Famulari2021-04-09
| | | | | | | | Fixes <https://bugs.gnu.org/47667>. * gnu/packages/crates-graphics.scm (rust-rav1e-0.4)[arguments]: Add rust-assert-cmd-1, rust-criterion-0.3, and rust-pretty-assertions-0.6 to #:cargo-inputs.
* gnu: Add galera.methuselah-02021-04-08
| | | | | | * gnu/packages/databases.scm (galera): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* build-system/qt: Wrappers set 'QTWEBENGINEPROCESS_PATH' if needed.Ludovic Courtès2021-04-08
| | | | | | | Suggested by Maxim Cournoyer <maxim.cournoyer@gmail.com>. * guix/build/qt-build-system.scm (variables-for-wrapping): Add "QTWEBENGINEPROCESS_PATH".
* build-system/qt: Wrappers only include relevant directories to XDG_DATA_DIRS.Ludovic Courtès2021-04-08
| | | | | | | | | | | Fixes <https://bugs.gnu.org/47569>. Previously the wrapper's XDG_DATA_DIRS would contain any input that had a /share sub-directory, which is usually all build-time inputs. * guix/build/qt-build-system.scm (variables-for-wrapping)[collect-sub-dirs]: Add 'selectors' parameter and honor it. Change caller to handle selectors. Add selectors for /share.
* gnu-maintenance: 'sourceforge' updater reuses the same connection.Ludovic Courtès2021-04-08
| | | | | | | * guix/gnu-maintenance.scm (latest-sourceforge-release): Call 'open-socket-for-uri' upfront. Pass #:port and #:keep-alive? to 'http-head'. Wrap body in 'dynamic-wind' and call 'close-port' upon exit.
* gnu: emacs-emms: Update to 7.0.Nicolas Goaziou2021-04-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.0.
* gnu: guix-build-coordinator: Update to 0-22.44d0006.Christopher Baines2021-04-08
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-22.44d0006.
* gnu: linux-libre 4.4: Update to 4.4.265.Leo Famulari2021-04-08
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.265. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.265.Leo Famulari2021-04-08
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.265. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.229.Leo Famulari2021-04-08
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.229. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.185.Leo Famulari2021-04-08
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.185. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.110.Leo Famulari2021-04-08
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.110. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.28.Leo Famulari2021-04-08
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.28. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.11.12.Leo Famulari2021-04-08
| | | | | * gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.12. (linux-libre-5.11-pristine-source): Update hash.
* system: vm: Set a larger value for the msize option of the 9p file system.Maxim Cournoyer2021-04-08
| | | | | | | | | | Fixes <https://issues.guix.gnu.org/47225>. * gnu/system/vm.scm (%default-msize-value): New variable. (%linux-vm-file-systems): Use it as the value of the msize option. (mapping->file-system): Likewise. Reported-by: Leo Famulari <leo@famulari.name>
* etc/committer: Disable diff colors.Ricardo Wurmus2021-04-08
| | | | | | Reported by: morgansmith on IRC. * etc/committer.scm.in (diff-info): Invoke "git diff" with "--no-color".
* ci: Introduce new subsets.Mathieu Othacehe2021-04-08
| | | | | | Introduce 'images, 'system-tests and 'tarball subsets. * gnu/ci.scm (cuirass-jobs): Break the 'all subset into smaller subsets.
* ci: Remove the job period argument.Mathieu Othacehe2021-04-08
| | | | | | | Cuirass now deals with periodicity directly on specifications. * gnu/ci.scm (derivation->job): Remove the period argument. (image-jobs, system-test-jobs, tarball-jobs): Adapt them.
* gnu: r-genomicfeatures: Update to 1.42.3.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.42.3.
* gnu: r-gviz: Update to 1.34.1.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/bioconductor.scm (r-gviz): Update to 1.34.1.
* gnu: r-universalmotif: Update to 1.8.4.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/bioconductor.scm (r-universalmotif): Update to 1.8.4.
* gnu: r-rsubread: Update to 2.4.3.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/bioconductor.scm (r-rsubread): Update to 2.4.3.
* gnu: r-chippeakanno: Update to 3.24.2.Ricardo Wurmus2021-04-08
| | | | | * gnu/packages/bioconductor.scm (r-chippeakanno): Update to 3.24.2. [propagated-inputs]: Add r-dplyr.
* gnu: r-diffbind: Update to 3.0.15.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/bioconductor.scm (r-diffbind): Update to 3.0.15.
* gnu: r-genomeinfodb: Update to 1.26.6.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/bioconductor.scm (r-genomeinfodb): Update to 1.26.6.
* gnu: r-delayedarray: Update to 0.16.3.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/bioconductor.scm (r-delayedarray): Update to 0.16.3.
* gnu: Add texlive-mweights.Paul Garlick2021-04-08
| | | | * gnu/packages/tex.scm: New variable.
* gnu: axoloti-runtime: Simplify build.Morgan Smith2021-04-08
| | | | | | | * gnu/packages/axoloti.scm (axoloti-runtime)[arguments]: Remove unnecessary environment variable assignments in custom 'build phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: gcc-arm-none-eabi: Fix C++ header location.Morgan Smith2021-04-08
| | | | | | | | | | | | | | Previously the C++ headers where installed in the include folder, overwriting some C headers. * gnu/packages/embedded.scm (gcc-arm-none-eabi-4.9) [native-search-paths]: Add C++ header locations. (gcc-arm-none-eabi-7-2018-q2-update)[native-search-paths]: Add C++ header locations. (make-libstdc++-arm-none-eabi)[arguments]: Change C++ header install location to include/c++. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* etc/committer: Recompute hunks before processing changes.Ricardo Wurmus2021-04-08
| | | | | * etc/committer.scm.in (main): Re-evaluate diff-info after processing insertions.
* etc/committer: Record minimal context for hunks to avoid problems.Ricardo Wurmus2021-04-08
| | | | | | | | | | | | With zero context new definitions would be applied to the wrong location in the file. More context lines lead to larger hunks, though, so we use just one line of context. * etc/committer.scm.in (diff-info): Invoke "git diff" with one line of context. [info]: Merge line break and first line. (lines-to-first-change): New procedure. (old-sexp, new-sexp): Use it.
* etc/committer: Define delay duration as a variable.Ricardo Wurmus2021-04-08
| | | | | * etc/committer.scm.in (%delay): New variable. (main): Use it.
* etc/committer: Handle package additions.Ricardo Wurmus2021-04-08
| | | | | | | | | | | | | * etc/committer.scm.in (<hunk>)[diff]: Rename this field... [diff-lines]: ...to this. [definition?]: New field. (hunk->patch): Join diff lines. (diff-info): Do not join diff lines; record whether a hunk is a new definition. (commit-message): Rename this procedure... (change-commit-message): ...to this. (add-commit-message): New procedure. (main): Handle new package definitions before changes.
* gnu: r-sn: Update to 2.0.0.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/statistics.scm (r-sn): Update to 2.0.0.
* gnu: r-sfsmisc: Update to 1.1-10.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/statistics.scm (r-sfsmisc): Update to 1.1-10.
* gnu: r-e1071: Update to 1.7-6.Ricardo Wurmus2021-04-08
| | | | | * gnu/packages/statistics.scm (r-e1071): Update to 1.7-6. [propagated-inputs]: Add r-proxy.
* gnu: r-xml: Update to 3.99-0.6.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/statistics.scm (r-xml): Update to 3.99-0.6.
* gnu: r-rsqlite: Update to 2.2.5.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/statistics.scm (r-rsqlite): Update to 2.2.5.
* gnu: r-catools: Update to 1.18.2.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/statistics.scm (r-catools): Update to 1.18.2.
* gnu: r-dbplyr: Update to 2.1.1.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/statistics.scm (r-dbplyr): Update to 2.1.1.
* gnu: r-survival: Update to 3.2-10.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/statistics.scm (r-survival): Update to 3.2-10.
* gnu: r-stars: Update to 0.5-2.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/cran.scm (r-stars): Update to 0.5-2.
* gnu: r-lwgeom: Update to 0.2-6.Ricardo Wurmus2021-04-08
| | | | | * gnu/packages/cran.scm (r-lwgeom): Update to 0.2-6. [inputs]: Add zlib.
* gnu: r-ragg: Update to 1.1.2.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/cran.scm (r-ragg): Update to 1.1.2.
* gnu: r-textshaping: Update to 0.3.3.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/cran.scm (r-textshaping): Update to 0.3.3.
* gnu: r-bbotk: Update to 0.3.2.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/cran.scm (r-bbotk): Update to 0.3.2.
* gnu: r-mlr3learners: Update to 0.4.5.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/cran.scm (r-mlr3learners): Update to 0.4.5.
* gnu: r-mlr3misc: Update to 0.8.0.Ricardo Wurmus2021-04-08
| | | | * gnu/packages/cran.scm (r-mlr3misc): Update to 0.8.0.