Age | Commit message (Collapse) | Author |
|
* 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.
|
|
* gnu/packages/code.scm(the-silver-searcher): Update to 0.32.0.
|
|
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.5-3.
|
|
* gnu/packages/databases.scm (mariadb): Update to 10.1.16.
|
|
* gnu/packages/ebook.scm (calibre): Update to 2.63.0.
[inputs]: Remove unnecessary imagemagick dependency.
[phases]: Use modify-phases.
* gnu/packages/patches/calibre-drop-unrar.patch: Update
for new version.
Signed-off-by: Roel Janssen <roel@gnu.org>
|
|
* gnu/system.scm (operating-system-etc-service) <profile>: Move sourcing
of /etc/environment before that of $HOME/.guix-profile/etc/profile.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/web.scm (krona-tools): Update to 2.7.
[arguments]: Delete 'build' phase. Install new scripts.
|
|
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.16.
|
|
This is a follow-up to commit 95af24a2f1fb58eb9e6ee902c9330534f0aca9f3.
Reported by Alex Kost <alezost@gmail.com>.
|
|
Fixes <http://bugs.gnu.org/24060>.
Reported by Chris Marusich <cmmarusich@gmail.com>.
* tests/publish.scm (http-get-port): Explicitly call
'open-socket-for-uri' and add calls to 'setvbuf'.
|
|
* guix/zlib.scm (make-gzip-input-port)[gzfile]: Error out
if (drain-input port) returns a non-empty string.
* guix/zlib.scm (make-gzip-output-port)[gzfile]: Call 'force-output'.
|
|
* guix/zlib.scm (gzread!): Augment docstring to clarify when zero is
returned (based on reading zlib code).
(make-gzip-input-port)[read!]: Remove scary comment.
|
|
* gnu/packages/emacs.scm (magit)[inputs]: Add 'perl'.
[arguments]: Adjust 'patch-exec-paths' phase to make some rebase
commands find 'perl'.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
* gnu/packages/networking.scm (httping): New variable.
|
|
* gnu/packages/networking.scm: Add missing "©" to header comments.
|
|
* gnu/packages/mail.scm (gmime)[arguments]: Remove the substitution which
previously changed 'gpg' to 'gpg2' in 'patch-paths-in-tests' phase.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/admin.scm (dmd): Remove variable.
|
|
* gnu/packages/databases.scm (perl-db_file): New variable.
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
Fixes <http://bugs.gnu.org/24029>.
Reported by Dylan Jeffers <sapientech@openmailbox.org>.
* guix/profiles.scm (package->manifest-entry): Change #:output to
default to "out".
(packages->manifest): Add 'package?' in second 'match' clause.
* tests/profiles.scm ("package->manifest-entry defaults to \"out\""):
New test.
|
|
* guix/scripts/environment.scm (create-environment): Set
'GUIX_ENVIRONMENT' to PROFILE.
* tests/guix-environment.sh: Test it.
* doc/guix.texi (Invoking guix environment): Document it.
|
|
Fixes <http://bugs.gnu.org/23997>.
* guix/import/pypi.scm (guix-package->pypi-name): Rewrite using
'basename' and 'hyphen-package-name->name+version'.
* tests/pypi.scm ("guix-package->pypi-name, old URL style")
("guix-package->pypi-name, new URL style"): New tests.
|
|
Suggested by Vincent Legoll <vincent.legoll@gmail.com>.
* doc/guix.texi (OPENPGP-SIGNING-KEY-ID): New constant.
(Binary Installation): Use it.
(USB Stick Installation): Copy and adjust the authentication bit from
"Binary Installation".
|
|
* doc/guix.texi (Version Numbers): Add the
revision to the example of the git package used in 7.6.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Add
'install-icons' phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/linux.scm (haveged): New variable.
|
|
* gnu/packages/image.scm (perceptualdiff): New variable.
|
|
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.28.
|
|
* gnu/packages/linux.scm (linux-libre): Update to 4.7.
* gnu/packages/linux-libre-4.7-x86_64.conf,
gnu/packages/linux-libre-4.7-i686.conf: New files.
* gnu/packages/linux-libre-4.6-x86_64.conf,
gnu/packages/linux-libre-4.6-i686.conf: Delete files.
* Makefile.am (KCONFIGS): Update accordingly.
|
|
* gnu/packages/ebook.scm (calibre)[native-inputs]: Replace QTBASE by QT.
[inputs]: Replace QTBASE by QT and PYTHON2-PYQT by PYTHON2-PYQT-5.5.
This essentially reverts commit 76806c54ed72f8f04079bbb187b186b833c103e1.
Reported by Roel Janssen <roel@gnu.org>.
|
|
* gnu/packages/qt.scm (python-pyqt-5.5, python2-pyqt-5.5): New variables.
|