summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-09-10gnu: qmapshack: Remove obsolete phase.Guillaume Le Vaillant
QTWEBENGINEPROCESS_PATH is now set by the 'qt-wrap' phase. * gnu/packages/geo.scm (qmapshack)[arguments]: Remove 'wrap' phase.
2021-09-10gnu: transcode: Fix building with gcc 10.Guillaume Le Vaillant
* gnu/packages/video.scm (transcode)[arguments]: Pass '-fcommon' to CFLAGS.
2021-09-10gnu: gpredict: Fix building with gcc 10.Guillaume Le Vaillant
* gnu/packages/astronomy.scm (gpredict)[arguments]: Pass '-fcommon' to CFLAGS.
2021-09-08gnu: glibc@2.29: Fix build error.Ludovic Courtès
* gnu/packages/base.scm (glibc-2.29): Inherit from GLIBC-2.30. [sources]: Use "glibc-skip-c++.patch".
2021-09-08gnu: glibc@2.30: Fix build error.Ludovic Courtès
* gnu/packages/base.scm (glibc-2.30)[native-inputs]: New field. [source]: Use "glibc-skip-c++.patch".
2021-09-08gnu: glibc@2.31: Fix build error.Ludovic Courtès
* gnu/packages/patches/glibc-skip-c++.patch: New file. * gnu/packages/base.scm (glibc-2.31)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
2021-09-08gnu: qtwebengine: Build with bundled icu4c.Guillaume Le Vaillant
Building with icu4c >= 68 fails. * gnu/packages/qt.scm (qtwebengine)[arguments]: Comment out "--webengine-icu=system" option in 'configure' phase.
2021-09-08gnu: qtwebkit: Remove workaround for binutils bug.Guillaume Le Vaillant
This is a follow-up to de8e2a699c0219f5ea86f6bbfff4d5ee35104738. * gnu/packages/qt.scm (qtwebkit)[arguments]: Remove custom 'build' phase.
2021-09-08gnu: php: Disable failing test.Guillaume Le Vaillant
It looks like the "Zend/tests/bug74093.phpt" test can fail on fast machines. * gnu/packages/php.scm (php)[arguments]: Update 'prepare-tests' phase.
2021-09-08gnu: binutils: Fix file decriptor leak.Guillaume Le Vaillant
* gnu/packages/patches/binutils-2.37-file-descriptor-leak.patch: New file. * gnu/packages/local.mk (dist_patch_DATA): Add it. * gnu/packages/base.scm (binutils)[source]: Use it.
2021-09-07gnu: librime: Fix build with GCC 10.Felix Gruber
* gnu/packages/ibus.scm (librime)[source]: Add a patch that adds missing includes. * gnu/packages/patches/librime-fix-build-with-gcc10.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-09-07tests: Adjust '--with-input' test.Ludovic Courtès
This is a followup to 09b002622e2113c2f14c11ccd43fa01fd343fb95, which changed the dependency of graphviz from guile@2.0 to guile@3.0. * tests/guix-build.sh: Adjust '--with-input' test.
2021-09-07tests: Disable grafts in 'tests/builders.scm'.Ludovic Courtès
This is required since the introduction of the OpenSSL graft in the parent commit so that calling 'package-derivation' in the Python tests would not trigger a build. * tests/builders.scm <top level>: Add '%graft?' call.
2021-09-07Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-09-06gnu: ocaml-ppxlib: Update to 0.23.0.Xinglu Chen
* gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.23.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-06gnu: ocaml-ppx-variants-conv: Patch for building with ocaml-ppxlib.Xinglu Chen
The patch will make it build when building it with ocaml-ppxlib@0.23.0. * gnu/packages/patches/ocaml-ppx-variants-ppxlib-api-change.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/ocaml.scm (ocaml-ppx-variants-conv): Apply the patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-06gnu: ocamlformat: Update to 0.19.0.Xinglu Chen
* gnu/packages/ocaml.scm (ocamlformat): Update to 0.19.0. [propagated-inputs]: Add ocaml-odoc-parser. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-06gnu: ocaml-ppx-optcomp: Update to 0.14.3.Xinglu Chen
* gnu/packages/ocaml.scm (ocaml-ppx-optcomp): Update to 0.14.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-06gnu: ocaml-markup@0.8.0: Use 'ocaml-ounit', not 'ocaml-ounit2'.Ludovic Courtès
* gnu/packages/ocaml.scm (ocaml-markup0.8.0)[native-inputs]: New field.
2021-09-06swh: Add 'lookup-snapshot-branch'.Ludovic Courtès
* guix/swh.scm (<snapshot>)[id]: New field. (snapshot-url, lookup-snapshot-branch): New procedures.
2021-09-06swh: <revisions> accept null 'date' fields.Ludovic Courtès
* guix/swh.scm (maybe-null): New procedure. (<revision>)[date]: Use it.
2021-09-06swh: Export <snapshot> accessors.Ludovic Courtès
* guix/swh.scm: Export <snapshot> accessors.
2021-09-06gnu: Use the non-deprecated TeX packages.Ludovic Courtès
This commit leaves 'dblatex' and 'texlive-hyperref' as users of deprecated packages, but these have many dependents. * gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Use non-deprecated TeX Live packages. (velvet)[native-inputs]: Likewise. * gnu/packages/chez.scm (chez-scheme)[native-inputs]: Likewise. (chez-web)[native-inputs]: Likewise. * gnu/packages/engineering.scm (fastcap)[native-inputs]: Likewise. * gnu/packages/guile-xyz.scm (emacsy)[native-inputs]: Likewise. * gnu/packages/maths.scm (hypre)[native-inputs]: Likewise. * gnu/packages/music.scm (lilypond)[native-inputs]: Likewise. * gnu/packages/ocaml.scm (ocaml-bibtex2html)[native-inputs]: Likewise. * gnu/packages/plotutils.scm (asymptote)[native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-numpy-documentation)[native-inputs]: Likewise. (python-matplotlib-documentation)[native-inputs]: Likewise. (python-ipython-documentation)[native-inputs]: Likewise. (python-nbconvert)[native-inputs]: Likewise. (python-pypandoc)[native-inputs]: Likewise. * gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Likewise. * gnu/packages/tex.scm (texlive-pstool)[propagated-inputs]: Likewise. (teximpatient)[native-inputs]: Likewise. (texlive-latex-pgf)[propagated-inputs]: Likewise. (texlive-beamer)[propagated-inputs]: Likewise.
2021-09-06gnu: tex: Use 'define-deprecated' for deprecated packages.Ludovic Courtès
This allows us to get compile-time warnings when using deprecated packages, typically in calls to 'texlive-union' or similar. * gnu/packages/tex.scm (define-deprecated-package): New macro. (texlive-generic-unicode-data) (texlive-generic-tex-ini-files) (texlive-metafont-base) (texlive-tex-fontinst-base) (texlive-fonts-cm) (texlive-fonts-cm-super) (texlive-fonts-lm) (texlive-fonts-knuth-lib) (texlive-latex-mflogo) (texlive-fonts-mflogo-font) (texlive-fonts-amsfonts) (texlive-latex-amsfonts) (texlive-generic-hyph-utf8) (texlive-generic-dehyph-exptl) (texlive-generic-epsf) (texlive-latex-xcolor) (texlive-latex-hyperref) (texlive-latex-oberdiek) (texlive-latex-url) (texlive-latex-fontspec) (texlive-luatex-luaotfload) (texlive-latex-amscls) (texlive-latex-babel) (texlive-latex-psnfss) (texlive-latex-filemod) (texlive-latex-pstool) (texlive-latex-seminar) (texlive-latex-doi) (texlive-latex-etoolbox) (texlive-fonts-adobe-times) (texlive-fonts-adobe-palatino) (texlive-fonts-adobe-zapfding) (texlive-fonts-stmaryrd) (texlive-fonts-txfonts) (texlive-latex-lh) (texlive-latex-wasysym) (texlive-generic-pdftex) (texlive-fonts-xypic) (texlive-fonts-charter) (texlive-latex-beamer) (texlive-latex-pdfx) (texlive-iftex) (texlive-generic-ifxetex): Use it.
2021-09-06deprecation: Add 'define-deprecated/public'.Ludovic Courtès
* guix/deprecation.scm (public): New macro. (define-deprecated): Add (_ visibility variable replacement exp) clause. Honor VISIBILITY. (define-deprecated/public): New macro.
2021-09-06gnu: emacs-xref: Update to 1.2.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.2.2.
2021-09-06gnu: guile@1.8: Disable tests.Ludovic Courtès
* gnu/packages/guile.scm (guile-1.8)[arguments]: Pass #:tests? #f.
2021-09-06gnu: guile@1.8: Build with '-O1'.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/50427>. * gnu/packages/guile.scm (guile-1.8)[arguments]: Pass "CFLAGS" to #:configure-flags.
2021-09-06gnu: Add r-megadepth.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-megadepth): New variable.
2021-09-06gnu: Add megadepth.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (megadepth): New variable.
2021-09-06gnu: Add libdeflate.Ricardo Wurmus
* gnu/packages/compression.scm (libdeflate): New variable.
2021-09-06gnu: Add r-cmdfun.Ricardo Wurmus
* gnu/packages/cran.scm (r-cmdfun): New variable.
2021-09-06gnu: php: Remove watchpoint tests on powerpc64le.Thiago Jung Bauermann
All watchpoint tests except watch_002.phpt fail. There’s an upstream bug report about this problem so in the meantime remove them since it doesn’t impact actually running PHP programs. * gnu/packages/php.scm (php)[arguments]<#:phases>{prepare-tests}: Remove watchpoint tests on powerpc64le. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-06gnu: glibc-static: Fix static NSS support.Ludovic Courtès
Support for static NSS broke in glibc 2.33, meaning that 'getpw' & co. would always fail. This patch backports the upstream fix to reinstate it. Reported by Marius Bakke. * gnu/packages/patches/glibc-static-nss.patch: New file. * gnu/packages/make-bootstrap.scm (glibc-for-bootstrap): Use it. * gnu/local.mk (dist_patch_DATA): Add it.
2021-09-06Update mailmap.Liliana Marie Prikler
* .mailmap: Add entry for Liliana Marie Prikler.
2021-09-06.guix-authorizations: Rename leoprikler to lilyp.Liliana Marie Prikler
* .guix-authorizations: Rename leoprikler to lilyp.
2021-09-06gnu: alacritty: Update to 0.9.0.Brice Waegeneire
* gnu/packages/terminals.scm (alacritty): Update to 0.9.0. [arguments]<cargo-inputs>: Update rust-alacritty-terminal to 0.15, rust-crossfont to 0.3, rust-dirs to 3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-06gnu: Add rust-crossfont-0.3.Brice Waegeneire
* gnu/packages/crates-io.scm (rust-crossfont-0.3): New variable. (rust-crossfont-0.2): Inherit from above. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-06gnu: rust-alacritty-terminal: Update to 0.15.0.Brice Waegeneire
* gnu/packages/crates-io.scm (rust-alacritty-terminal-0.15): Renamed from rust-alacritty-terminal-0.13. Update to 0.15.0. [arguments]<cargo-inputs>: Update rust-base64 to 0.13. Update rust-mio-anonymous-pipes to 0.2. Update rust-nix to 0.22.
2021-09-06gnu: Add rust-mio-anonymous-pipes-0.2.Brice Waegeneire
* gnu/packages/crates-io.scm (rust-mio-anonymous-pipes-0.2): New variable. (rust-mio-anonymous-pipes-0.1): Inherit from above. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-06gnu: Add waypipe.Robby Zambito
* gnu/packages/freedesktop.scm (waypipe): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-06gnu: emacs-ebdb: Update to 0.8.4.Xinglu Chen
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.4. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-06gnu: xwallpaper: Update to 0.7.3.Xinglu Chen
* gnu/packages/xdisorg.scm (xwallpaper): Update to 0.7.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-06gnu: emacs-xref: Update to 1.2.1.Xinglu Chen
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.2.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-06gnu: feh: Update to 3.7.1.Xinglu Chen
* gnu/packages/image-viewers.scm (feh): Update to 3.7.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-06gnu: Replace PYTHONPATH with GUIX_PYTHONPATH.Felix Gruber
In packages that do not use python-build-system, PYTHONPATH is generally not defined. Instead we can use GUIX_PYTHONPATH which should contain all Python dependencies. * gnu/packages/bioinformatics.scm (shorah)[arguments]: Replace PYTHONPATH with GUIX_PYTHONPATH. * gnu/packages/debug.scm (c-vise)[arguments]: Idem. * gnu/packages/gnome.scm (drawing, apostrophe, ocrfeeder)[arguments]: Idem. * gnu/packages/music.scm (a2jmidid)[arguments]: Idem. * gnu/packages/syndication.scm (gfeeds)[arguments]: Idem. * gnu/packages/xdisorg.scm (gammastep)[arguments]: Idem. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-09-06gnu: glog: Update to 0.5.0.Guillaume Le Vaillant
* gnu/packages/logging.scm (glog): Update to 0.5.0. [build-system]: Switch to 'cmake-build-system'. [arguments]: Remove 'disable-signal-tests' phase.
2021-09-06gnu: opencc: Fix build.Felix Gruber
* gnu/packages/textutils.scm (opencc)[arguments]: Create PYTHONPATH from GUIX_PYTHONPATH as the former is not defined. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-09-06gnu: c++-gsl: Fix build with GCC 10.Felix Gruber
* gnu/packages/cpp.scm (c++-gsl)[source]: Add a patch from Debian to fix compilation of a test. * gnu/packages/patches/c++-gsl-move-array-bounds-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-09-06gnu: libnice: Fix build.Felix Gruber
* gnu/packages/networking.scm (libnice)[native-inputs]: Add graphviz which is required to provide the dot program. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>