| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/video.scm (youtube-dl): Update to 2019.11.05.
|
|
|
|
|
|
| |
* gnu/packages/music.scm: (artyfx): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/gnome-xyz.scm (matcha-theme): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
* gnu/packages/make-bootstrap.scm (package-with-relocatable-glibc)
[cross-bootstrap-libc]: Take an explicit 'target' argument. Remove
redundant 'parameterize' form.
[inputs, native-inputs]: Adjust accordingly.
|
|
|
|
|
|
|
|
|
| |
This reduces the number of nodes in "guix graph guile-static-stripped"
from 165 to 150. Likewise, the hit rate in the 'add-data-to-store'
cache for "guix build guile-static-stripped -nd" goes from 24% to 12%.
* gnu/packages/make-bootstrap.scm (gcc-for-bootstrap): New procedure.
(package-with-relocatable-glibc): Use it.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously 'fold-services' could end up traversing the same services in
the graph several times, which is what this change addresses.
The hit rate on the 'add-data-to-store' cache goves from 9% to 8% on
"guix system build desktop.tmpl -nd", and the number of lookups in that
cache goes from 4458 to 4383.
* gnu/services.scm (fold-services): Turn 'loop' into a monadic procedure
in %STATE-MONAD and use it to memoize values of visited services.
|
|
|
|
|
|
|
| |
* gnu/tests/docker.scm (build-tarball&run-docker-test): Refer to
'guile-json-3' instead of 'guile-json'.
* gnu/tests/singularity.scm (build-tarball&run-singularity-test):
Likewise.
|
|
|
|
|
| |
* gnu/services/web.scm (%hpcguix-web-activation): Delete ".lock" files
from HOME-DIR.
|
|
|
|
|
| |
* gnu/services/web.scm (%hpcguix-web-activation): Add explicit
'with-imported-modules'.
|
|
|
|
|
| |
* gnu/packages/perl.scm (perl-file-configdir): Update to 0.021.
[propagated-inputs]: Add perl-test-without-module.
|
|
|
|
| |
* gnu/packages/perl.scm (perl-class-inspector): Update to 1.36.
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/gnupg.scm (parcimonie): Update to 0.11.0.
[inputs]: Remove gnupg-1. Add gnupg, perl-moox-strictconstructor,
perl-strictures-2.
[native-inputs]: Add xorg-xerver.
[arguments]: Add prepare-for-tests phase. Roll in set-HOME phase and
start an X server. Delete tests known to fail. In fix-references phase,
update for new version.
|
|
|
|
| |
* gnu/packages/perl.scm (perl-moox-strictconstructor): New variable.
|
|
|
|
|
|
|
| |
* gnu/packages/fribidi.scm (fribidi): Replace with fribidi/fixed.
(fribidi/fixed): New variable.
* gnu/packages/patches/fribidi-CVE-2019-18397.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes CVE-2019-15682.
* gnu/packages/rdesktop.scm (rdesktop): Update to version 1.9.0
[native-inputs]: New field.
[inputs]: Remove openssl. Add gnutls, libxcursor, and nettle as new baseline
requirements.
[arguments]: Remove #:phases argument. Remove "--with-openssl" from
configure-flags.
|
|
|
|
| |
* gnu/packages/pdf.scm (python-reportlab): Update to 3.5.32.
|
|
|
|
|
| |
* gnu/packages/crypto.scm (botan)[arguments]: Enable the ‘getentropy’
OS feature.
|
|
|
|
|
| |
* gnu/packages/crypto.scm (botan)[arguments]: Compile with -O3
optimisation.
|
|
|
|
| |
* gnu/packages/upnp.scm (miniupnpc)[source]: Hard-code NAME.
|
|
|
|
| |
* gnu/packages/crypto.scm (signify): Update to 27.
|
|
|
|
| |
* gnu/packages/vim.scm (neovim): Update to 0.4.3.
|
|
|
|
|
|
| |
* gnu/packages/finance.scm (homebank): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
| |
* gnu/packages/crypto.scm (botan): Update to 2.12.1.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-latexcodec): Update to 1.0.7.
|
|
|
|
| |
* gnu/packages/mpi.scm (python-mpi4py): Update to 3.0.3.
|
|
|
|
|
| |
* gnu/packages/perl.scm (perl-data-compare): Update to 1.27.
[propagated-inputs]: Add perl-clone.
|
|
|
|
|
| |
* gnu/packages/networking.scm (perl-danga-socket): Update to 1.62.
[native-inputs]: Add perl-test-tcp.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-psutil): Update to 5.6.5.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-astroid): Update to 2.3.3.
|
|
|
|
|
|
| |
* gnu/packages/gnome-xyz: (gnome-shell-extension-noannoyance): New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
|
|
|
|
|
|
|
| |
* gnu/packages/gnome-xyz.scm: (gnome-shell-extension-dash-to-dock):
New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
|
|
|
|
|
|
|
|
| |
* /gnu/packages/gnome-xyz.scm: New file.
(delft-icon-theme): New variable.
* /gnu/local.mk: Add it.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
|
|
|
|
|
|
| |
* gnu/packages/password-utils.scm (rofi-pass): New public variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
|
|
|
|
|
|
|
| |
* gnu/services/audio.scm (mpd-shepherd-service): Set the XDG_RUNTIME_DIR
environment variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
|
|
| |
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.40.1.
|
|
|
|
| |
* gnu/packages/fcitx.scm (fcitx-configtool)[source]: Hard-code NAME.
|
|
|
|
|
| |
* gnu/packages/fcitx.scm (fcitx): Update to 4.2.9.7.
[inputs]: Add json-c.
|
|
|
|
| |
* gnu/packages/fcitx.scm (fcitx)[source]: Hard-code NAME.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-hmisc): Update to 4.3-0.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-plotly): Update to 4.9.1.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-142.
|
|
|
|
| |
* gnu/packages/cran.scm (r-polspline): Update to 1.1.17.
|
|
|
|
| |
* gnu/packages/cran.scm (r-abcrf): Update to 1.8.1.
|
|
|
|
| |
* gnu/packages/cran.scm (r-sp): Update to 1.3-2.
|
|
|
|
| |
* gnu/packages/gnome.scm (goffice): Update to 0.10.46.
|
|
|
|
| |
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.46.
|
|
|
|
| |
* gnu/packages/wm.scm (polybar): Update to 3.4.1.
|
|
|
|
| |
* gnu/packages/qt.scm (qt): Remove wrong quote.
|
|
|
|
| |
* gnu/packages/ssh.scm (libssh): Update to 0.9.2.
|
|
|
|
|
| |
* gnu/packages/cups.scm (hplip)[arguments]: Reduce indentation.
Replace ‘wrap-binaries’ phase with a custom implementation.
|