Age | Commit message (Collapse) | Author |
|
Suggested by ng0 <ng0@we.make.ritual.n0.is>.
* gnu/packages/linux.scm (iptables)[description]: Mention "firewall".
|
|
* gnu/packages/skarnet.scm (s6-networking): New variable.
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/skarnet.scm (s6-dns): New variable.
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/skarnet.scm (s6): New variable.
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/skarnet.scm (execline): Update to 2.1.5.0.
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/skarnet.scm (skalibs): Update to 2.3.10.0.
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/local.mk: Include gnu/packages/education.scm .
* gnu/packages/education.scm: Add new file.
* gnu/packages/education.scm (stellarium): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/spice.scm (spice-gtk)[inputs]: Move SPICE-PROTOCOL to...
[propagated-inputs]: ... here.
|
|
* gnu/packages/spice.scm (usbredir)[inputs]: Replace field with ...
[propagated-inputs]: ... new field.
|
|
* gnu/packages/package-management.scm (guix-0.10.0)[inputs]: Add ZLIB.
|
|
* tests/guix-register.sh: When launching guix-daemon, add retry loop
around 'open-connection'. This fixes test failures that could occur
under heavy load where the daemon's socket file wouldn't be ready yet
when the client connects.
|
|
* gnu/packages/password-utils.scm (password-store)
[arguments]: Wrap PATH more thoroughly.
[native-inputs]: Move getopt to inputs.
[inputs]: Add sed.
Signed-off-by: Mathieu Lirzin <mthl@gnu.org>
|
|
* gnu/packages/databases.scm (perl-dbd-pg)[description]: Add non-empty
description.
|
|
* configure.ac: Change version to 0.11.0.
|
|
From 'guix lint -c gnu-description'.
* gnu/packages/gnunet.scm (gnunet): Adjust description.
* gnu/packages/marst.scm (marst): Likewise.
* gnu/packages/maths.scm (c-graph): Likewise.
* gnu/packages/networking.scm (macchanger): Likewise.
|
|
* gnu/packages/ssh.scm (sshpass): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python.scm (python-beautifulsoup4, python2-beautifulsoup4):
Update to 4.5.0.
|
|
* gnu/packages/perl.scm (perl-devel-symdump): Update to 2.17.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/spice.scm (virt-viewer): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/spice.scm (spice-vdagent): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/spice.scm (spice): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/spice.scm (spice-gtk): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/spice.scm (spice-protocol): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/spice.scm (virglrenderer): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/spice.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
This reverts commit ae46cd0e4cfb1f06d099b2cda1f9e702e86c90e9.
|
|
* guix/scripts/package.scm (build-and-use-profile): Pass #:kind 'prefix
to 'display-search-paths'.
|
|
* gnu/packages/patches/gd-CVE-2016-5766.patch,
gnu/packages/patches/gd-CVE-2016-6128.patch,
gnu/packages/patches/gd-CVE-2016-6132.patch,
gnu/packages/patches/gd-CVE-2016-6214.patch,
gnu/packages/patches/gd-fix-test-on-i686.patch: Delete files.
* gnu/packages/patches/gd-fix-tests-on-i686.patch: New file.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
* gnu/packages/gd.scm (gd): Update to 2.2.3.
[source]: Update patches field accordingly.
|
|
This way, we no longer have this annoying warning:
$ guix build guile -n
guix build: warning: ambiguous package specification `guile'
guix build: warning: choosing guile-2.0.11 from gnu/packages/guile.scm:128:2
* gnu/packages/commencement.scm (guile-final): Use 'hidden-package'.
* tests/packages.scm ("fold-packages, hidden package"): New test.
|
|
* guix/packages.scm (hidden-package, hidden-package?): New procedures.
* gnu/packages.scm (fold-packages): Filter out 'hidden-package?'.
* tests/packages.scm ("hidden-package"): New test.
|
|
* gnu/packages/terminals.scm (asciinema): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add file-roller.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Fixes <http://bugs.gnu.org/24008>.
Suggested by ng0 <ng0@we.make.ritual.n0.is>.
* doc/contributing.texi (Submitting Patches): Add item about bundling.
|
|
* doc/contributing.texi (Submitting Patches): New @item:
This gives information about sending related changes and examples on
what we view as related changes.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
Suggested by ng0 <ng0@we.make.ritual.n0.is>.
* doc/contributing.texi (Submitting Patches): Add note on packages with
more than 100 dependents.
|
|
* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.24.5.
|
|
* gnu/packages/bioinformatics.scm (r-bsgenome): Update to 1.40.1.
|
|
* gnu/packages/bioinformatics.scm (r-iranges): Update to 2.6.1.
|
|
* gnu/packages/bioinformatics.scm (r-limma): Update to 3.28.17.
|
|
* gnu/packages/bioinformatics.scm (r-xvector): Update to 0.12.1.
|
|
* gnu/packages/bioinformatics.scm (r-genomicranges): Update to 1.24.2.
|
|
* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.34.4.
|
|
* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.6.3.
|
|
* gnu/packages/bioinformatics.scm (r-biostrings): Update to 2.40.2.
|
|
* gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to 1.2.3.
|
|
* gnu/packages/bioinformatics.scm (r-genomicalignments): Update to 1.8.4.
|
|
* gnu/packages/bioinformatics.scm (r-rtracklayer): Update to 1.32.2.
|
|
* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.8.3.
|
|
* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.10.2.
|
|
* gnu/packages/patches/mysql-fix-failing-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/databases.scm (mysql): Update to 5.7.13.
|