Age | Commit message (Collapse) | Author |
|
* gnu/packages/geo.scm (gnome-maps)[arguments]: Remove 'fix-broken-tests
phase as the tests pass now.
|
|
* gnu/packages/gobby.scm (libnet6)[inputs]: replace libsigc++ with
libsigc++-2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/games.scm (chocolate-doom)[arguments]: Pass '-fcommon' to
CFLAGS.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/code.scm (global)[arguments]: Wrap python script with
GUIX_PYTHONPATH.
|
|
* gnu/packages/gnome.scm (librsvg)[arguments]: Adjust custom
'gnu-configure phase to use more default arguments.
|
|
* gnu/packages/crates-io.scm (rust-cxx-1, rust-cxx-build-1,
rust-cxx-gen-0.7, rust-cxxbridge-macro-1, rust-postgres-0.19,
rust-rust-decimal-1,rust-socket2-0.4,
rust-tokio-postgres-0.7)[arguments]: Remove rust flag.
* gnu/packages/gnome.scm (librsvg)[arguments]: Same.
* gnu/packages/rust-apps.scm (hyperfine)[arguments]: Same.
* gnu/packages/syndication.scm (newsboat)[arguments]: Same.
|
|
* gnu/packages/xorg.scm (xkbcomp-intermediate): Make public.
[properties]: New field.
(xkbcomp)[properties]: New field.
|
|
* gnu/packages/maths.scm (netcdf)[source]: Add 'modules' and 'snippet'.
|
|
* gnu/packages/idutils.scm (idutils)[arguments]: New field.
|
|
* gnu/packages/mp3.scm (mpc123)[arguments]: In 'configure' phase, call
'setenv'.
|
|
* gnu/packages/video.scm (mkvtoolnix)[arguments]: Fix 'add-googletest' phase.
|
|
* gnu/packages/cpp.scm (fifo-map)[arguments]: Fix 'install' phase.
|
|
* gnu/packages/finance.scm (electron-cash)[inputs]: Add python-qdarkstyle.
[arguments]: Add 'relax-requirements' phase.
|
|
* gnu/packages/python-xyz.scm (python-stem)[arguments]: Add 'fix-tests' phase.
|
|
* gnu/packages/python-xyz.scm (python-faker): Update to 8.12.1.
|
|
* gnu/packages/patches/python-random2-getrandbits-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python-xyz.scm (python-random2)[source]: Use it.
|
|
* gnu/packages/engineering.scm (kicad)[arguments]: Add 'fix-python-detection'
and 'add-missing-include' phases.
|
|
I had to copy all the CFLAGS that were originally defined by the
Makefile as they were otherwise all replaced by '-fcommon'.
* gnu/packages/linux.scm (psm)[arguments]: Pass '-fcommon' to CFLAGS.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/qt.scm (materialdecoration)[arguments]: Use gexp for
'configure-flags'.
|
|
* gnu/packages/radio.scm (sdrangel)[arguments]: Replace references to
'%build-inputs' by gexp.
|
|
* gnu/packages/image-processing.scm (opencv)[arguments]: Fix
'unpack-submodule-source' and 'add-ilmbase-include-path' phases.
|
|
* gnu/packages/gnome.scm (gnome-calculator): Update to 3.36.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.
|
|
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.
|
|
QTWEBENGINEPROCESS_PATH is now set by the 'qt-wrap' phase.
* gnu/packages/geo.scm (qmapshack)[arguments]: Remove 'wrap' phase.
|
|
* gnu/packages/video.scm (transcode)[arguments]: Pass '-fcommon' to CFLAGS.
|
|
* gnu/packages/astronomy.scm (gpredict)[arguments]: Pass '-fcommon' to CFLAGS.
|
|
* gnu/packages/base.scm (glibc-2.29): Inherit from GLIBC-2.30.
[sources]: Use "glibc-skip-c++.patch".
|
|
* gnu/packages/base.scm (glibc-2.30)[native-inputs]: New field.
[source]: Use "glibc-skip-c++.patch".
|
|
* 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.
|
|
Building with icu4c >= 68 fails.
* gnu/packages/qt.scm (qtwebengine)[arguments]: Comment out
"--webengine-icu=system" option in 'configure' phase.
|
|
This is a follow-up to de8e2a699c0219f5ea86f6bbfff4d5ee35104738.
* gnu/packages/qt.scm (qtwebkit)[arguments]: Remove custom 'build' phase.
|
|
It looks like the "Zend/tests/bug74093.phpt" test can fail on fast machines.
* gnu/packages/php.scm (php)[arguments]: Update 'prepare-tests' phase.
|
|
* 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.
|
|
* 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>
|
|
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.
|
|
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.
|
|
|
|
* gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.23.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
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>
|
|
* 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>
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-optcomp): Update to 0.14.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/ocaml.scm (ocaml-markup0.8.0)[native-inputs]: New field.
|
|
* guix/swh.scm (<snapshot>)[id]: New field.
(snapshot-url, lookup-snapshot-branch): New procedures.
|
|
* guix/swh.scm (maybe-null): New procedure.
(<revision>)[date]: Use it.
|
|
* guix/swh.scm: Export <snapshot> accessors.
|
|
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.
|
|
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.
|
|
* guix/deprecation.scm (public): New macro.
(define-deprecated): Add (_ visibility variable replacement exp) clause.
Honor VISIBILITY.
(define-deprecated/public): New macro.
|
|
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.2.2.
|