Age | Commit message (Expand) | Author |
2021-09-11 | gnu: sdrangel: Fix build.•••* gnu/packages/radio.scm (sdrangel)[arguments]: Replace references to
'%build-inputs' by gexp.
| Guillaume Le Vaillant |
2021-09-11 | gnu: opencv: Fix build.•••* gnu/packages/image-processing.scm (opencv)[arguments]: Fix
'unpack-submodule-source' and 'add-ilmbase-include-path' phases.
| Guillaume Le Vaillant |
2021-09-10 | gnu: gnome-calculator: Update to 3.36.0.•••* gnu/packages/gnome.scm (gnome-calculator): Update to 3.36.0.
| Jonathan Brielmaier |
2021-09-10 | gnu: tbb: Update to 2021.3.0.•••* gnu/packages/tbb.scm (tbb): Update to 2021.3.0.
[source]: Update repository URL. Remove snippet.
[build-system]: Switch to 'cmake-build-system'.
[arguments]: Add 'configure-flags'. Remove 'make-flags'.
Remove 'fail-on-test-errors' phase.
Remove custom 'configure' and 'install' phases.
| Guillaume Le Vaillant |
2021-09-10 | gnu: babl: Don't build documentation.•••It would require `scp` from openssh and it was not built before.
* gnu/packages/gimp.scm (babl)[arguments]: Add `-Dwith-docs=false` to
the configure flags.
| Jonathan Brielmaier |
2021-09-10 | gnu: qmapshack: Remove obsolete phase.•••QTWEBENGINEPROCESS_PATH is now set by the 'qt-wrap' phase.
* gnu/packages/geo.scm (qmapshack)[arguments]: Remove 'wrap' phase.
| Guillaume Le Vaillant |
2021-09-10 | gnu: transcode: Fix building with gcc 10.•••* gnu/packages/video.scm (transcode)[arguments]: Pass '-fcommon' to CFLAGS.
| Guillaume Le Vaillant |
2021-09-10 | gnu: gpredict: Fix building with gcc 10.•••* gnu/packages/astronomy.scm (gpredict)[arguments]: Pass '-fcommon' to CFLAGS.
| Guillaume Le Vaillant |
2021-09-08 | gnu: glibc@2.29: Fix build error.•••* gnu/packages/base.scm (glibc-2.29): Inherit from GLIBC-2.30.
[sources]: Use "glibc-skip-c++.patch".
| Ludovic Courtès |
2021-09-08 | gnu: glibc@2.30: Fix build error.•••* gnu/packages/base.scm (glibc-2.30)[native-inputs]: New field.
[source]: Use "glibc-skip-c++.patch".
| Ludovic Courtès |
2021-09-08 | gnu: glibc@2.31: Fix build error.•••* 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.
| Ludovic Courtès |
2021-09-08 | gnu: qtwebengine: Build with bundled icu4c.•••Building with icu4c >= 68 fails.
* gnu/packages/qt.scm (qtwebengine)[arguments]: Comment out
"--webengine-icu=system" option in 'configure' phase.
| Guillaume Le Vaillant |
2021-09-08 | gnu: qtwebkit: Remove workaround for binutils bug.•••This is a follow-up to de8e2a699c0219f5ea86f6bbfff4d5ee35104738.
* gnu/packages/qt.scm (qtwebkit)[arguments]: Remove custom 'build' phase.
| Guillaume Le Vaillant |
2021-09-08 | gnu: php: Disable failing test.•••It looks like the "Zend/tests/bug74093.phpt" test can fail on fast machines.
* gnu/packages/php.scm (php)[arguments]: Update 'prepare-tests' phase.
| Guillaume Le Vaillant |
2021-09-08 | gnu: binutils: Fix file decriptor leak.•••* 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.
| Guillaume Le Vaillant |
2021-09-07 | gnu: librime: Fix build with GCC 10.•••* 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>
| Felix Gruber |
2021-09-07 | tests: Adjust '--with-input' test.•••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.
| Ludovic Courtès |
2021-09-07 | tests: Disable grafts in 'tests/builders.scm'.•••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.
| Ludovic Courtès |
2021-09-07 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-09-06 | gnu: ocaml-ppxlib: Update to 0.23.0.•••* gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.23.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Xinglu Chen |
2021-09-06 | gnu: ocaml-ppx-variants-conv: Patch for building with ocaml-ppxlib.•••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>
| Xinglu Chen |
2021-09-06 | gnu: ocamlformat: Update to 0.19.0.•••* 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>
| Xinglu Chen |
2021-09-06 | gnu: ocaml-ppx-optcomp: Update to 0.14.3.•••* gnu/packages/ocaml.scm (ocaml-ppx-optcomp): Update to 0.14.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Xinglu Chen |
2021-09-06 | gnu: ocaml-markup@0.8.0: Use 'ocaml-ounit', not 'ocaml-ounit2'.•••* gnu/packages/ocaml.scm (ocaml-markup0.8.0)[native-inputs]: New field.
| Ludovic Courtès |
2021-09-06 | swh: Add 'lookup-snapshot-branch'.•••* guix/swh.scm (<snapshot>)[id]: New field.
(snapshot-url, lookup-snapshot-branch): New procedures.
| Ludovic Courtès |
2021-09-06 | swh: <revisions> accept null 'date' fields.•••* guix/swh.scm (maybe-null): New procedure.
(<revision>)[date]: Use it.
| Ludovic Courtès |
2021-09-06 | swh: Export <snapshot> accessors.•••* guix/swh.scm: Export <snapshot> accessors.
| Ludovic Courtès |
2021-09-06 | gnu: Use the non-deprecated TeX packages.•••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.
| Ludovic Courtès |
2021-09-06 | gnu: tex: Use 'define-deprecated' for deprecated packages.•••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.
| Ludovic Courtès |
2021-09-06 | deprecation: Add 'define-deprecated/public'.•••* guix/deprecation.scm (public): New macro.
(define-deprecated): Add (_ visibility variable replacement exp) clause.
Honor VISIBILITY.
(define-deprecated/public): New macro.
| Ludovic Courtès |
2021-09-06 | gnu: emacs-xref: Update to 1.2.2.•••* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.2.2.
| Nicolas Goaziou |
2021-09-06 | gnu: guile@1.8: Disable tests.•••* gnu/packages/guile.scm (guile-1.8)[arguments]: Pass #:tests? #f.
| Ludovic Courtès |
2021-09-06 | gnu: guile@1.8: Build with '-O1'.•••Fixes <https://issues.guix.gnu.org/50427>.
* gnu/packages/guile.scm (guile-1.8)[arguments]: Pass "CFLAGS" to #:configure-flags.
| Ludovic Courtès |
2021-09-06 | gnu: Add r-megadepth.•••* gnu/packages/bioconductor.scm (r-megadepth): New variable.
| Ricardo Wurmus |
2021-09-06 | gnu: Add megadepth.•••* gnu/packages/bioinformatics.scm (megadepth): New variable.
| Ricardo Wurmus |
2021-09-06 | gnu: Add libdeflate.•••* gnu/packages/compression.scm (libdeflate): New variable.
| Ricardo Wurmus |
2021-09-06 | gnu: Add r-cmdfun.•••* gnu/packages/cran.scm (r-cmdfun): New variable.
| Ricardo Wurmus |
2021-09-06 | gnu: php: Remove watchpoint tests on powerpc64le.•••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>
| Thiago Jung Bauermann |
2021-09-06 | gnu: glibc-static: Fix static NSS support.•••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.
| Ludovic Courtès |
2021-09-06 | Update mailmap.•••* .mailmap: Add entry for Liliana Marie Prikler.
| Liliana Marie Prikler |
2021-09-06 | .guix-authorizations: Rename leoprikler to lilyp.•••* .guix-authorizations: Rename leoprikler to lilyp.
| Liliana Marie Prikler |
2021-09-06 | gnu: alacritty: Update to 0.9.0.•••* 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>
| Brice Waegeneire |
2021-09-06 | gnu: Add rust-crossfont-0.3.•••* 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>
| Brice Waegeneire |
2021-09-06 | gnu: rust-alacritty-terminal: Update to 0.15.0.•••* 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.
| Brice Waegeneire |
2021-09-06 | gnu: Add rust-mio-anonymous-pipes-0.2.•••* 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>
| Brice Waegeneire |
2021-09-06 | gnu: Add waypipe.•••* gnu/packages/freedesktop.scm (waypipe): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Robby Zambito |
2021-09-06 | gnu: emacs-ebdb: Update to 0.8.4.•••* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.4.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Xinglu Chen |
2021-09-06 | gnu: xwallpaper: Update to 0.7.3.•••* gnu/packages/xdisorg.scm (xwallpaper): Update to 0.7.3.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Xinglu Chen |
2021-09-06 | gnu: emacs-xref: Update to 1.2.1.•••* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.2.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Xinglu Chen |
2021-09-06 | gnu: feh: Update to 3.7.1.•••* gnu/packages/image-viewers.scm (feh): Update to 3.7.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Xinglu Chen |