summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2020-11-17gnu: guix: Fix typo in comment.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Fix typo in comment.
2020-11-16gnu: guix: Use libexec/guix/guile in the 'guix' shebang.Ludovic Courtès
This is a followup to 880fe019ae64df37815bbdb1a22305f99dae759d. * gnu/packages/package-management.scm (guix)[arguments]: Delete 'patch-shebangs' phase.
2020-11-13Merge branch 'version-1.2.0' of ssh://git.sv.gnu.org/srv/git/guix into ↵Ludovic Courtès
version-1.2.0
2020-11-13gnu: python-pysam: Update to version 0.16.0.1.Maxim Cournoyer
The check phase was failing with: starting phase `check' make: Entering directory '...drv-0/python-pysam-0.15.1-checkout/tests/pysam_data' samtools faidx ex1.fa samtools import ex1.fa.fai ex1.sam.gz ex1.bam [main] "samtools import" has been removed. Please use "samtools view" instead. make: *** [Makefile:56: ex1.bam] Error 1 * gnu/packages/bioinformatics.scm (python-pysam): Update to version 0.16.0.1. [phases]{check}: Delete a couple more failing test files. [native-inputs]: Add python-pytest.
2020-11-13gnu: guix: Update to 3ba6ffd.Ludovic Courtès
2020-11-13gnu: guix: Update to 1.2.0rc1.Ludovic Courtès
2020-11-13gnu: glib: Graft patch to detect changes to the installed applications.Ludovic Courtès
Fixes <https://bugs.gnu.org/35594>. Reported by sirgazil <sirgazil@zoho.com> and others. * gnu/packages/patches/glib-appinfo-watch.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/glib.scm (glib)[replacement]: New field. (glib-with-gio-patch): New variable. (glib-with-documentation): Use 'package/inherit'.
2020-11-12gnu: python-flask-basicauth: Fix indentation.Maxim Cournoyer
* gnu/packages/python-web.scm (python-flask-basicauth): Fix indentation.
2020-11-12gnu: python-flask-basicauth: Fix build.Maxim Cournoyer
* gnu/packages/python-web.scm (python-flask-basicauth)[phases]: Add a 'fix-imports phase.
2020-11-10gnu: audiofile: Shorten patch file names.Ludovic Courtès
At least 'audiofile-division-by-zero-BlockCodec-runPull.patch' could end up not being included in a tarball. * gnu/packages/patches/audiofile-Check-the-number-of-coefficients.patch: Rename to... * gnu/packages/patches/audiofile-check-number-of-coefficients.patch: ... this. * gnu/packages/patches/audiofile-division-by-zero-BlockCodec-runPull.patch: Rename to... * gnu/packages/patches/audiofile-division-by-zero.patch: ....this. * gnu/packages/patches/audiofile-signature-of-multiplyCheckOverflow.patch: Rename to... * gnu/packages/patches/audiofile-function-signature.patch: ... this. * gnu/packages/patches/audiofile-Fix-multiply-overflow-sfconvert.patch: Rename to.... * gnu/packages/patches/audiofile-multiply-overflow.patch: ... this. * gnu/packages/patches/audiofile-Fix-overflow-in-MSADPCM-decodeSam.patch: Rename to... * gnu/packages/patches/audiofile-overflow-in-MSADPCM.patch: ... this. * gnu/packages/audio.scm (audiofile)[source]: Adjust accordingly. * gnu/local.mk (dist_patch_DATA): Likewise.
2020-11-10gnu: python2-pygobject@2: Shorten patch file name.Ludovic Courtès
The file would not be included in the tarball produced by "make dist" because its name was too long. * gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch: Rename to... * gnu/packages/patches/python2-pygobject-2-deprecation.patch: ... this. * gnu/packages/glib.scm (python2-pygobject-2)[source]: Adjust accordingly. * gnu/local.mk (dist_patch_DATA): Likewise.
2020-11-08gnu: cross-base: Move glibc Hurd patches to 'inputs'.Ludovic Courtès
Fixes "guix build --target=i586-pc-gnu bootstrap-tarballs". * gnu/packages/cross-base.scm (cross-libc): Move Hurd patches from 'native-inputs' to 'inputs'.
2020-11-07gnu: libffi: Fix building on powerpc.Efraim Flashner
* gnu/packages/libffi.scm (libffi)[inputs]: New field. [arguments]: Add 'apply-patch' phase when targeting PowerPC. * gnu/packages/patches/libffi-3.3-powerpc-fixes.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-11-05gnu: chromium: Silent 'local-file' warning.Ludovic Courtès
This is a followup to fddc87063231f8f9aa22bbbc5bca4a46b9bbf004. * gnu/packages/chromium.scm (%guix-patches): Use 'assume-valid-file-name'.
2020-11-05gnu: dump1090: Update to 4.0.Leo Famulari
* gnu/packages/radio.scm (dump1090): Update to 4.0.
2020-11-05gnu: virt-viewer: Enable VNC support.Tobias Geerinckx-Rice
* gnu/packages/spice.scm (virt-viewer)[inputs]: Add gtk-vnc.
2020-11-05gnu: praat: Update to 6.1.30.Tobias Geerinckx-Rice
* gnu/packages/language.scm (praat): Update to 6.1.30.
2020-11-05gnu: python-audioread: Update to 2.1.9.Tobias Geerinckx-Rice
* gnu/packages/mp3.scm (python-audioread): Update to 2.1.9.
2020-11-05gnu: toxic: Update to 0.8.4.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (toxic): Update to 0.8.4.
2020-11-05gnu: libnice: Update to 0.1.18.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (libnice): Update to 0.1.18. [arguments]: Add a new ‘disable-failing-test’ phase.
2020-11-05gnu: lldpd: Omit static library.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (lldpd)[arguments]: Add ‘--disable-static’ to the #:configure-flags.
2020-11-05gnu: lldpd: Update to 1.0.7.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (lldpd): Update to 1.0.7.
2020-11-05gnu: fldigi: Update to 4.1.15.Tobias Geerinckx-Rice
* gnu/packages/radio.scm (fldigi): Update to 4.1.15.
2020-11-05gnu: python-sphinx-intl: Update to 2.0.1.Tobias Geerinckx-Rice
* gnu/packages/sphinx.scm (python-sphinx-intl): Update to 2.0.1.
2020-11-05gnu: oil: Update to 0.8.3.Tobias Geerinckx-Rice
* gnu/packages/shells.scm (oil): Update to 0.8.3.
2020-11-05gnu: xl2tpd: Update to 1.3.16.Tobias Geerinckx-Rice
* gnu/packages/vpn.scm (xl2tpd): Update to 1.3.16.
2020-11-05gnu: i3-gaps: Update to 4.18.3.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (i3-gaps): Update to 4.18.3.
2020-11-05gnu: i3-wm: Update to 4.18.3.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (i3-wm): Update to 4.18.3.
2020-11-05gnu: vera: Update to 1.24.Tobias Geerinckx-Rice
* gnu/packages/dictionaries.scm (vera): Update to 1.24. [arguments]: Replace problematic (non-)character.
2020-11-05gnu: php: Move a test disablement.Tobias Geerinckx-Rice
* gnu/packages/php.scm (php)[arguments]: Disable bug73837.phpt under a more appropriate comment section.
2020-11-05gnu: colord: Update to 1.4.5.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (colord): Update to 1.4.5.
2020-11-05gnu: zeitgeist: Update to 1.0.3.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (zeitgeist): Update to 1.0.3.
2020-11-05gnu: gpxsee: Update to 7.35.Tobias Geerinckx-Rice
* gnu/packages/gps.scm (gpxsee): Update to 7.35.
2020-11-05gnu: wavemon: Update to 0.9.2.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (wavemon): Update to 0.9.2. [source]: Add two bonus upstream commits as patches.
2020-11-05gnu: python-djangorestframework: Update to 3.12.1.Marius Bakke
* gnu/packages/django.scm (python-djangorestframework): Update to 3.12.1.
2020-11-05gnu: python-django@2.2: Update to 2.2.17.Marius Bakke
* gnu/packages/django.scm (python-django-2.2): Update to 2.2.17.
2020-11-05gnu: python-django: Update to 3.1.3.Marius Bakke
* gnu/packages/django.scm (python-django): Update to 3.1.3.
2020-11-05gnu: ungoogled-chromium: Fix hardware acceleration.Marius Bakke
* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Patch in absolute file name of libGL.so, and install Chromiums own libEGL.so and libGLESv2.so.
2020-11-05gnu: ungoogled-chromium: Update to 86.0.4240.183-0.b68e17f [security fixes].Marius Bakke
This fixes CVE-2020-16004, CVE-2020-16005, CVE-2020-16006, CVE-2020-16007, CVE-2020-16008, CVE-2020-16009, and CVE-2020-16011. * gnu/packages/chromium.scm (%ungoogled-revision, %ungoogled-origin): Update to b68e17f. (ungoogled-chromium): Update to 86.0.4240.183.
2020-11-05gnu: ungoogled-chromium: Add search path for installed extensions.Marius Bakke
* gnu/packages/patches/ungoogled-chromium-extension-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/chromium.scm (%guix-patches): New variable. (ungoogled-chromium-snippet): Apply %GUIX-PATCHES. (ungoogled-chromium)[arguments]: Don't hard-code extensions directory. [native-search-paths]: New field.
2020-11-04gnu: dump1090: Fix license.Leo Famulari
* gnu/packages/radio.scm (dump1090)[license]: Use GPL2+.
2020-11-04gnu: Add Cantata.Simon Streit
* gnu/packages/mpd.scm (cantata): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-04gnu: pam-krb5: Update source uri.Efraim Flashner
* gnu/packages/admin.scm (pam-krb5)[source]: Add archive location.
2020-11-04gnu: solaar: Update to 1.0.4.Efraim Flashner
* gnu/packages/admin.scm (solaar): Update to 1.0.4. [arguments]: Remove custom 'fix-prefix-detection phase.
2020-11-04gnu: solaar: Update source uri.Efraim Flashner
* gnu/packages/admin.scm (solaar)[source]: Update source URI.
2020-11-04gnu: dstat: Update source uri.Efraim Flashner
* gnu/packages/admin.scm (dstat)[source]: Update to new source URI.
2020-11-04gnu: thermald: Update to 2.2.Efraim Flashner
* gnu/packages/admin.scm (thermald): Update to 2.2. [arguments]: Remove sysconfdir flag from configure-flags. [native-inputs]: Add autoconf-archive.
2020-11-04gnu: thermald: Update source uri.Efraim Flashner
* gnu/packages/admin.scm (thermald)[source]: Update to new source URI.
2020-11-04git-annex: Enable pairing and assistant features.Christopher Lemmer Webber
* gnu/packages/haskell-apps.scm (git-annex): Add appropriate dependencies and adjust flags to enable "assistant" and "pairing" features.
2020-11-04gnu: Add ghc-network-multicast.Christopher Lemmer Webber
* gnu/packages/haskell-xyz.scm (ghc-network-multicast): New variable.