| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | services: Accumulate builds for 'system' entries.•••That way, more build requests are accumulated when running "guix system
build".
* gnu/services.scm (system-derivation): Use 'mapm/accumulate-builds'
rather than 'sequence'.
| Ludovic Courtès | 2020-04-02 | 1 | -2/+3 |
* | gnu: Add cramfs-tools.•••* gnu/packages/linux.scm (cramfs-tools): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vincent Legoll | 2020-04-02 | 1 | -0/+34 |
* | ui: Clarify "dependencies changed".•••Suggested by Leo Famulari <leo@famulari.name>.
* guix/ui.scm (show-manifest-transaction): Change to "dependencies or
package changed".
| Ludovic Courtès | 2020-04-02 | 1 | -1/+1 |
* | gnu: Add ccl-1.12.•••* gnu/packages/lisp.scm (ccl-1.12): New variable.
| Pierre Neidhardt | 2020-04-02 | 1 | -0/+47 |
* | gnu: nethack: Make some inputs native.•••* gnu/packages/games.scm (nethack)[inputs]: Move flex & bison from here...
[native-inputs]: ...to this new field.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Vincent Legoll | 2020-04-02 | 1 | -2/+4 |
* | gnu: mailutils: Make some inputs native.•••* gnu/packages/mail.scm (mailutils)[inputs]: Move dejagnu from here...
[native-inputs]: ...to here.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Vincent Legoll | 2020-04-02 | 1 | -4/+5 |
* | gnu: iwd: Make some inputs native.•••* gnu/packages/networking.scm (iwd)[inputs]: Move libtool from here...
[native-inputs]: ...to here.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Vincent Legoll | 2020-04-02 | 1 | -1/+1 |
* | gnu: darktable: Make some inputs native.•••* gnu/packages/photo.scm (darktable)[inputs]: Move intltool, perl & pkg-config
from here...
[native-inputs]: ...to here.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Vincent Legoll | 2020-04-02 | 1 | -3/+5 |
* | gnu: transmission: Install icons to the "gui" output.•••* gnu/packages/bittorrent.scm (transmission)[arguments]: Move the "icons" and
"pixmaps" folders to the "gui" output. Previously, if the user only install
the "gui" output, the icon would be missing.
| Pierre Neidhardt | 2020-04-02 | 1 | -3/+6 |
* | gnu: openshot: Enable tests.•••* gnu/packages/video.scm (openshot)[arguments]: Add custom 'check phase.
| Efraim Flashner | 2020-04-02 | 1 | -2/+5 |
* | gnu: openshot: Upgrade to 2.5.1.•••* gnu/packages/video.scm (openshot): Update to 2.5.1.
[source]: Add note about bundled libraries. Remove upstream rename
workaround.
[home-page]: Update to new home-page.
| Efraim Flashner | 2020-04-02 | 1 | -7/+4 |
* | gnu: python-aiohttp: Enable tests•••* gnu/packages/python-web.scm (python-aiohttp) [arguments]: Enable tests
[native-inputs] Add test dependencies [patches] Add test case patch
* gnu/packages/patches/python-aiohttp-3.6.2-no-warning-fail.patch: New file
* gnu/local.mk (dist_patch_DATA): Add it
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Lars-Dominik Braun | 2020-04-02 | 3 | -2/+69 |
* | gnu: Add python-pytest-forked•••* gnu/packages/check.scm (python-pytest-forked): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Lars-Dominik Braun | 2020-04-02 | 1 | -0/+25 |
* | gnu: gunicorn: Update to 20.0.4•••* gnu/packages/python-web.scm (gunicorn) [version]: Update to 20.0.4
[arguments] Re-enable previously failing tests
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Lars-Dominik Braun | 2020-04-02 | 1 | -7/+2 |
* | grafts: Simplify access to store item references.•••This is a followup to 710854304b1ab29332edcb76f3de532e0724c197.
This also slightly reduces the number of 'query-references' RPCs, for
instance from 176 to 166 from "guix build emacs -d".
* guix/grafts.scm (references-oracle): Remove.
(non-self-references): Remove 'references' parameter and add 'store'.
Add 'references*' procedure and use it instead of 'references'. Adjust
caller accordingly.
(cumulative-grafts): Remove 'references' parameter and adjust caller
accordingly.
| Ludovic Courtès | 2020-04-02 | 1 | -45/+15 |
* | gnu: libavif: Update to 0.6.3.•••* gnu/packages/image.scm (libavif): Update to 0.6.3.
| Leo Famulari | 2020-04-01 | 1 | -2/+2 |
* | gnu: netpbm: Install an unversioned library link.•••* gnu/packages/netpbm.scm (netpbm)[arguments]: Symlink libnetpbm.so.*.*
to libnetpbm.so.
Reported by R Veera Kumar <vkor@vkten.in>.
| Tobias Geerinckx-Rice | 2020-04-01 | 1 | -3/+13 |
* | gnu: Add gnome-chess•••* gnu/packages/games.scm (gnome-chess): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Jack Hill | 2020-04-01 | 1 | -0/+41 |
* | gnu: netpbm: Delete files natively.•••* gnu/packages/netpbm.scm (netpbm)[arguments]: Delete files with
DELETE-FILE-RECURSIVELY instead of invoking ‘rm’.
| Tobias Geerinckx-Rice | 2020-04-01 | 1 | -5/+3 |
* | gnu: netpbm: Use INVOKE.•••* gnu/packages/netpbm.scm (netpbm)[arguments]: Substitute INVOKE
for SYSTEM*.
| Tobias Geerinckx-Rice | 2020-04-01 | 1 | -5/+5 |
* | gnu: netpbm: Omit static libraries.•••* gnu/packages/netpbm.scm (netpbm)[arguments]: Don't copy the static
libraries to the output.
| Tobias Geerinckx-Rice | 2020-04-01 | 1 | -4/+1 |
* | gnu: openshot: Fix ‘color shift.png’ file name.•••* gnu/packages/video.scm (openshot)[source]: Rename it to
‘colorshift.png’ in the snippet.
Reported by <znavko@disroot.org>.
| Tobias Geerinckx-Rice | 2020-04-01 | 1 | -0/+4 |
* | gnu: emacs-spacemacs-theme: Update to f79c40fb241e204539fde97200abae91e828e585.•••* gnu/packages/emacs-xyz.scm (emacs-spacemacs-theme): Update to
f79c40fb241e204539fde97200abae91e828e585.
| John Soo | 2020-04-01 | 1 | -3/+3 |
* | gnu: emacs-all-the-icons: Update to 4.0.1.•••* gnu/packages/emacs-xyz.scm (emacs-all-the-icons): Update to 4.0.1.
| John Soo | 2020-04-01 | 1 | -7/+7 |
* | gnu: Add emacs-evil-leader.•••* gnu/packages/emacs-xyz.scm (emacs-evil-leader): New variable.
| John Soo | 2020-04-01 | 1 | -0/+24 |
* | gnu: emacs-graphviz-dot-mode: Update to 0.4.2.•••* gnu/packages/emacs-xyz.scm (emacs-graphviz-dot-mode): Update to 0.4.2.
[native-inputs]: Add emacs-company.
[description]: Fix typo.
| John Soo | 2020-04-01 | 1 | -47/+45 |
* | gnu: Add perl-crypt-eksblowfish.•••* gnu/packages/perl.scm (perl-crypt-eksblowfish): New variable.
| Paul Garlick | 2020-04-01 | 1 | -0/+34 |
* | gnu: Add qiv.•••* gnu/packages/image-viewers.scm (qiv): New variable.
| R Veera Kumar | 2020-04-01 | 1 | -0/+58 |
* | gnu: ungoogled-chromium: Update to 80.0.3987.162-0.516e2d9 [security fixes].•••* gnu/packages/chromium.scm (%chromium-version): Set to 80.0.3987.162.
(%chromium-origin): Update hash.
| Marius Bakke | 2020-04-01 | 1 | -2/+2 |
* | gnu: r-biocworkflowtools: Update to 1.12.1.•••* gnu/packages/bioconductor.scm (r-biocworkflowtools): Update to 1.12.1.
[native-inputs]: Add r-knitr.
| Ricardo Wurmus | 2020-04-01 | 1 | -2/+4 |
* | gnu: r-mixomics: Update to 6.10.9.•••* gnu/packages/bioconductor.scm (r-mixomics): Update to 6.10.9.
[native-inputs]: Add r-knitr.
| Ricardo Wurmus | 2020-04-01 | 1 | -2/+4 |
* | gnu: r-cytoml: Update to 1.12.1.•••* gnu/packages/bioconductor.scm (r-cytoml): Update to 1.12.1.
[native-inputs]: Add r-knitr.
| Ricardo Wurmus | 2020-04-01 | 1 | -2/+4 |
* | gnu: r-gofuncr: Update to 1.6.1.•••* gnu/packages/bioconductor.scm (r-gofuncr): Update to 1.6.1.
[native-inputs]: Add r-knitr.
| Ricardo Wurmus | 2020-04-01 | 1 | -2/+4 |
* | gnu: r-genomicinteractions: Update to 1.20.2.•••* gnu/packages/bioconductor.scm (r-genomicinteractions): Update to 1.20.2.
[native-inputs]: Add r-knitr.
| Ricardo Wurmus | 2020-04-01 | 1 | -2/+4 |
* | gnu: r-biomart: Update to 2.42.1.•••* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.42.1.
[native-inputs]: Add r-knitr.
| Ricardo Wurmus | 2020-04-01 | 1 | -2/+4 |
* | gnu: r-genomeinfodb: Update to 1.22.1.•••* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.22.1.
[native-inputs]: Add r-knitr.
| Ricardo Wurmus | 2020-04-01 | 1 | -2/+4 |
* | gnu: r-forecast: Update to 8.12.•••* gnu/packages/cran.scm (r-forecast): Update to 8.12.
| Ricardo Wurmus | 2020-04-01 | 1 | -2/+2 |
* | gnu: r-rematch2: Update to 2.1.1.•••* gnu/packages/cran.scm (r-rematch2): Update to 2.1.1.
| Ricardo Wurmus | 2020-04-01 | 1 | -2/+2 |
* | gnu: r-afex: Update to 0.27-2.•••* gnu/packages/cran.scm (r-afex): Update to 0.27-2.
[native-inputs]: Add r-knitr.
| Ricardo Wurmus | 2020-04-01 | 1 | -2/+4 |
* | gnu: r-fs: Update to 1.4.0.•••* gnu/packages/cran.scm (r-fs): Update to 1.4.0.
[propagated-inputs]: Remove r-rcpp.
[native-inputs]: Add r-knitr.
| Ricardo Wurmus | 2020-04-01 | 1 | -5/+4 |
* | gnu: r-performance: Update to 0.4.5.•••* gnu/packages/cran.scm (r-performance): Update to 0.4.5.
| Ricardo Wurmus | 2020-04-01 | 1 | -2/+2 |
* | gnu: r-heatmaply: Update to 1.1.0.•••* gnu/packages/cran.scm (r-heatmaply): Update to 1.1.0.
| Ricardo Wurmus | 2020-04-01 | 1 | -2/+2 |
* | gnu: r-quantmod: Update to 0.4.17.•••* gnu/packages/cran.scm (r-quantmod): Update to 0.4.17.
| Ricardo Wurmus | 2020-04-01 | 1 | -2/+2 |
* | gnu: r-tinytex: Update to 0.21.•••* gnu/packages/cran.scm (r-tinytex): Update to 0.21.
| Ricardo Wurmus | 2020-04-01 | 1 | -2/+2 |
* | gnu: r-callr: Update to 3.4.3.•••* gnu/packages/cran.scm (r-callr): Update to 3.4.3.
| Ricardo Wurmus | 2020-04-01 | 1 | -2/+2 |
* | gnu: r-sn: Update to 1.6-0.•••* gnu/packages/statistics.scm (r-sn): Update to 1.6-0.
[propagated-inputs]: Add r-quantreq.
| Ricardo Wurmus | 2020-04-01 | 1 | -3/+4 |
* | gnu: r-gtools: Update to 3.8.2.•••* gnu/packages/statistics.scm (r-gtools): Update to 3.8.2.
| Ricardo Wurmus | 2020-04-01 | 1 | -2/+2 |
* | gnu: r-foreach: Update to 1.5.0.•••* gnu/packages/statistics.scm (r-foreach): Update to 1.5.0.
[native-inputs]: Add r-knitr.
| Ricardo Wurmus | 2020-04-01 | 1 | -2/+4 |
* | gnu: r-tibble: Update to 3.0.0.•••* gnu/packages/statistics.scm (r-tibble): Update to 3.0.0.
[propagated-inputs]: Add r-ellipsis, r-lifecycle, r-magrittr, and r-vctrs.
[native-inputs]: Add r-knitr.
| Ricardo Wurmus | 2020-04-01 | 1 | -3/+9 |
* | gnu: Add emacs-elf-mode.•••* gnu/packages/emacs-xyz.scm (emacs-elf-mode): New variable.
| John Soo | 2020-04-01 | 1 | -0/+21 |