summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: services: docker: Add a debug? parameter.Maxim Cournoyer2020-06-03
| | | | | | | | | * gnu/services/docker.scm (docker-configuration): Add a debug? field. (containerd-shepherd-service): Pass the "--log-level=debug" argument when DEBUG? is true. (docker-shepherd-service): Pass the "--debug" and "--log-level=debug" arguments when DEBUG? is true. * doc/guix.texi (Miscellaneous Services): Update doc.
* gnu: Add python-pairtools.Ricardo Wurmus2020-06-03
| | | | * gnu/packages/bioinformatics.scm (python-pairtools): New variable.
* gnu: Remove bedtools-2.26.Ricardo Wurmus2020-06-03
| | | | * gnu/packages/bioinformatics.scm (bedtools-2.26): Remove variable.
* gnu: python-pybedtools: Disable unreliable test.Ricardo Wurmus2020-06-03
| | | | | | | * gnu/packages/bioinformatics.scm (python-pybedtools)[arguments]: Disable test_intron_exon_reads test; run tests verbosely. test_intron_exon_reads
* gnu: librdkafka: Update to 1.4.2.Katherine Cox-Buday2020-06-03
| | | | | | * gnu/packages/networking.scm (librdkafka): Update to 1.4.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: global: Don't build static libraries.Efraim Flashner2020-06-03
| | | | | * gnu/packages/code.scm (global)[arguments]: Add configure-flag to disable static libraries.
* gnu: global: Move vim plugins to correct directory.Efraim Flashner2020-06-03
| | | | | * gnu/packages/code.scm (global)[arguments]: Adjust 'post-install phase to install vim plugin files to the expected directory.
* gnu: emacs-auctex: Update to 12.2.3.Nicolas Goaziou2020-06-03
| | | | * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 12.2.3.
* gnu: fmt: Update to 6.2.1.Tobias Geerinckx-Rice2020-06-03
| | | | * gnu/packages/pretty-print.scm (fmt): Update to 6.2.1.
* gnu: camlp5: Update to 7.12.Tobias Geerinckx-Rice2020-06-03
| | | | * gnu/packages/ocaml.scm (camlp5): Update to 7.12.
* gnu: re2: Update to 2020-06-01.Tobias Geerinckx-Rice2020-06-03
| | | | * gnu/packages/regex.scm (re2): Update to 2020-06-01.
* gnu: nix: Update to 2.3.5.Tobias Geerinckx-Rice2020-06-03
| | | | * gnu/packages/package-management.scm (nix): Update to 2.3.5.
* gnu: intel-vaapi-driver: Update to 2.4.1.Tobias Geerinckx-Rice2020-06-03
| | | | | | * gnu/packages/video.scm (intel-vaapi-driver): Update to 2.4.1. [source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf, automake, and libtool.
* gnu: osinfo-db: Update to 20200529.Tobias Geerinckx-Rice2020-06-03
| | | | * gnu/packages/virtualization.scm (osinfo-db): Update to 20200529.
* gnu: osinfo-db-tools: Update to 1.8.0.Tobias Geerinckx-Rice2020-06-03
| | | | * gnu/packages/virtualization.scm (osinfo-db-tools): Update to 1.8.0.
* gnu: qutebrowser: Update to 1.12.0.Tobias Geerinckx-Rice2020-06-03
| | | | * gnu/packages/web-browsers.scm (qutebrowser): Update to 1.12.0.
* gnu: bs1770gain: Deduplicate home page URLs.Tobias Geerinckx-Rice2020-06-03
| | | | | * gnu/packages/audio.scm (bs1770gain)[source]: Re-use the HOME-PAGE field in the snippet.
* gnu: bs1770gain: Update to 0.7.0.Tobias Geerinckx-Rice2020-06-03
| | | | * gnu/packages/audio.scm (bs1770gain): Update to 0.7.0.
* gnu: iw: Use CC-FOR-TARGET.Tobias Geerinckx-Rice2020-06-03
| | | | * gnu/packages/linux.scm (iw)[arguments]: Use CC-FOR-TARGET.
* gnu: net-tools: Fix cross-compilation.Tobias Geerinckx-Rice2020-06-03
| | | | * gnu/packages/linux.scm (net-tools)[arguments]: Use CC-FOR-TARGET.
* gnu: lemonbar: Fix cross-compilation.Tobias Geerinckx-Rice2020-06-03
| | | | * gnu/packages/wm.scm (lemonbar)[arguments]: Use CC-FOR-TARGET.
* gnu: inxi-minimal: Update to 3.1.01-1.Tobias Geerinckx-Rice2020-06-03
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.1.01-1.
* gnu: acpica: Update to 20200528.Tobias Geerinckx-Rice2020-06-03
| | | | * gnu/packages/admin.scm (acpica): Update to 20200528.
* gnu: blktrace: Prepare for cross-compilation.Tobias Geerinckx-Rice2020-06-03
| | | | * gnu/packages/linux.scm (blktrace)[arguments]: Use CC-FOR-TARGET.
* gnu: mdadm: Actually cross-compile.Tobias Geerinckx-Rice2020-06-03
| | | | * gnu/packages/linux.scm (mdadm)[arguments]: Use CC-FOR-TARGET.
* gnu: hdparm: Fix cross-compilation.Tobias Geerinckx-Rice2020-06-03
| | | | | * gnu/packages/linux.scm (hdparm)[arguments]: Use CC-FOR-TARGET. Don't strip the binary during the build phase.
* gnu: mbpfan: Fix cross-compilation.Tobias Geerinckx-Rice2020-06-03
| | | | * gnu/packages/linux.scm (mbpfan)[arguments]: Use CC-FOR-TARGET.
* gnu: earlyoom: Actually cross-compile.Tobias Geerinckx-Rice2020-06-03
| | | | * gnu/packages/linux.scm (earlyoom)[arguments]: Use CC-FOR-TARGET.
* gnu: i2c-tools: Actually cross-compile.Tobias Geerinckx-Rice2020-06-03
| | | | * gnu/packages/linux.scm (i2c-tools)[arguments]: Use CC-FOR-TARGET.
* gnu: libabigail: Update to 1.7.Marius Bakke2020-06-02
| | | | * gnu/packages/elf.scm (libabigail): Update to 1.7.
* gnu: dbus: Fix CVE-2020-12049.Marius Bakke2020-06-02
| | | | | | | * gnu/packages/patches/dbus-CVE-2020-12049.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/glib.scm (dbus/fixed): New variable. (dbus)[replacement]: New field.
* gnu: sct: Prepare for cross-compilation.Tobias Geerinckx-Rice2020-06-02
| | | | * gnu/packages/xdisorg.scm (sct)[arguments]: Use CC-FOR-TARGET.
* gnu: sct: Update to 0.5.Tobias Geerinckx-Rice2020-06-02
| | | | * gnu/packages/xdisorg.scm (sct): Update to 0.5.
* gnu: ubridge: Fix cross-compilation.Tobias Geerinckx-Rice2020-06-02
| | | | * gnu/packages/networking.scm (ubridge)[arguments]: Use CC-FOR-TARGET.
* gnu: memtester: Fix cross-compilation.Tobias Geerinckx-Rice2020-06-02
| | | | * gnu/packages/hardware.scm (memtester)[arguments]: Use CC-FOR-TARGET.
* gnu: iniparser: Edit synopsis & description.Tobias Geerinckx-Rice2020-06-02
| | | | * gnu/packages/samba.scm (iniparser)[synopsis, description]: Flesh out.
* gnu: iniparser: Fix cross-compilation.Tobias Geerinckx-Rice2020-06-02
| | | | * gnu/packages/samba.scm (iniparser)[arguments]: Use CC-FOR-TARGET.
* gnu: linenoise: Fix cross-compilation.Tobias Geerinckx-Rice2020-06-02
| | | | * gnu/packages/shells.scm (linenoise)[arguments]: Use CC-FOR-TARGET.
* gnu: clipnotify: Fix cross-compilation.Tobias Geerinckx-Rice2020-06-02
| | | | * gnu/packages/xdisorg.scm (clipnotify)[arguments]: Use CC-FOR-TARGET.
* gnu: nvme-cli: Fix cross-compilation.Tobias Geerinckx-Rice2020-06-02
| | | | * gnu/packages/linux.scm (nvme-cli)[arguments]: Use CC-FOR-TARGET.
* gnu: lolcat: Fix cross-compilation.Tobias Geerinckx-Rice2020-06-02
| | | | * gnu/packages/games.scm (lolcat)[arguments]: Use CC-FOR-TARGET.
* gnu: clzip: Fix cross-compilation.Tobias Geerinckx-Rice2020-06-02
| | | | * gnu/packages/compression.scm (clzip)[arguments]: Use CC-FOR-TARGET.
* gnu: lunzip: Fix cross-compilation.Tobias Geerinckx-Rice2020-06-02
| | | | * gnu/packages/compression.scm (lunzip)[arguments]: Use CC-FOR-TARGET.
* gnu: pigz: Fix cross-compilation.Tobias Geerinckx-Rice2020-06-02
| | | | * gnu/packages/compression.scm (pigz)[arguments]: Use CC-FOR-TARGET.
* gnu: os-prober: Fix cross-compilation.Tobias Geerinckx-Rice2020-06-02
| | | | * gnu/packages/bootloaders.scm (os-prober)[arguments]: Use CC-FOR-TARGET.
* gnu: texlive-csquotes: Update source checksum.Marius Bakke2020-06-02
| | | | | | | | This package had not been adjusted for the TeX Live 2019 upgrade. Fixes <https://bugs.gnu.org/41660>. * gnu/packages/tex.scm (texlive-csquotes)[simple-texlive-package]: Update expected checksum.
* gnu: toutenclic: Add missing input.Marius Bakke2020-06-02
| | | | * gnu/packages/education.scm (toutenclic)[native-inputs]: Add UNZIP.
* gnu: libreoffice: Update to 4.4.2.2.Efraim Flashner2020-06-02
| | | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 4.4.2.2. [arguments]: Remove unrecognized configure-flag.
* gnu: icecat: Update to 68.9.0-guix0-preview1 [security fixes].Mark H Weaver2020-06-02
| | | | | | | | Includes fixes for CVE-2020-12399 and CVE-2020-12405. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
* gnu: nss: Fix CVE-2020-12399 via graft.Mark H Weaver2020-06-02
| | | | | | | * gnu/packages/patches/nss-CVE-2020-12399.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/nss.scm (nss/fixed): New variable. (nss)[replacement]: Add field.