summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-20gnu: Add texlive-dowith....* gnu/packages/tex.scm (texlive-dowith): New variable. Nicolas Goaziou
2023-07-20gnu: Add texlive-docbytex....* gnu/packages/tex.scm (texlive-docbytex): New variable. Nicolas Goaziou
2023-07-20gnu: Add texlive-dirtree....* gnu/packages/tex.scm (texlive-dirtree): New variable. Nicolas Goaziou
2023-07-20gnu: Add texlive-dinat....* gnu/packages/tex.scm (texlive-dinat): New variable. Nicolas Goaziou
2023-07-20gnu: Add texlive-cweb-old....* gnu/packages/tex.scm (texlive-cweb-old): New variable. Nicolas Goaziou
2023-07-20gnu: Add texlive-crossrefenum....* gnu/packages/tex.scm (texlive-crossrefenum): New variable. Nicolas Goaziou
2023-07-20gnu: Add texlive-compare....* gnu/packages/tex.scm (texlive-compare): New variable. Nicolas Goaziou
2023-07-20gnu: Add texlive-colorsep....* gnu/packages/tex.scm (texlive-colorsep): New variable. Nicolas Goaziou
2023-07-20gnu: Add texlive-chronosys....* gnu/packages/tex.scm (texlive-chronosys): New variable. Nicolas Goaziou
2023-07-20gnu: Add texlive-catcodes....* gnu/packages/tex.scm (texlive-catcodes): New variable. Nicolas Goaziou
2023-07-20gnu: Add texlive-c-pascal....* gnu/packages/tex.scm (texlive-c-pascal): New variable. Nicolas Goaziou
2023-07-20gnu: Add texlive-borceux....* gnu/packages/tex.scm (texlive-borceux): New variable. Nicolas Goaziou
2023-07-20gnu: Add texlive-bitelist....* gnu/packages/tex.scm (texlive-bitelist): New variable. Nicolas Goaziou
2023-07-20gnu: Add texlive-barr....* gnu/packages/tex.scm (texlive-barr): New variable. Nicolas Goaziou
2023-07-20gnu: Add texlive-autoaligne....* gnu/packages/tex.scm (texlive-autoaligne): New variable. Nicolas Goaziou
2023-07-20gnu: Add texlive-apnum....* gnu/packages/tex.scm (texlive-apnum): New variable. Nicolas Goaziou
2023-07-20gnu: Add texlive-abstyles....* gnu/packages/tex.scm (texlive-abstyles): New variable. Nicolas Goaziou
2023-07-20gnu: Add texlive-abbr....* gnu/packages/tex.scm (texlive-abbr): New variable. Nicolas Goaziou
2023-07-20gnu: hurd: Support native build on the Hurd....* gnu/packages/hurd.scm (hurd)[arguments]: In phases 'build-libdde-linux' and 'install-goodies', also look in inputs for dependencies. There is no check target, so set #:tests? to #false. Janneke Nieuwenhuizen
2023-07-20gnu: guile-2.0: Skip failing tests on the Hurd....* gnu/packages/guile.scm (guile-2.0)[arguments]: When building natively on the Hurd, add stage 'disable-threads.tests'... (guile-2.2): ...and when building natively on the Hurd, delete it again. Janneke Nieuwenhuizen
2023-07-20gnu: po4a: Skip failing test on the Hurd....* gnu/packages/gettext.scm (po4a)[arguments]: When building natively on the Hurd, add phase 'skip-tests/hurd'. Janneke Nieuwenhuizen
2023-07-20gnu: fontforge: Support build on the Hurd....* gnu/packages/patches/fontforge-hurd.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/fontutils.scm (fontforge)[arguments]: When building natively on the Hurd, add new phase 'apply-hurd-patch' and use it, and replace phase 'check' to skip two tests. Janneke Nieuwenhuizen
2023-07-20gnu: pango: Support build for the Hurd....* gnu/packages/gtk.scm (pango)[native-inputs]: Do not include gobject-introspection when building for the Hurd. Janneke Nieuwenhuizen
2023-07-20gnu: harfbuzz: Support build for the Hurd....* gnu/packages/gtk.scm (harfbuzz)[native-inputs]: Do not include gobject-introspection when building for the Hurd. Janneke Nieuwenhuizen
2023-07-20gnu: ghostscript: Fix build for the Hurd....* gnu/packages/patches/ghostscript-leptonica-hurd.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ghostscript.scm (ghostscript)[arguments]: When building for the Hurd, add phase 'patch-leptonica' and use it. Janneke Nieuwenhuizen
2023-07-20gnu: glib: Disable hanging and failing tests for the Hurd....* gnu/packages/glib.scm (glib)[arguments]: When building for the Hurd, in phase `disable-failing-tests', neutralize 20 hanging tests, and 37 more failing tests. Janneke Nieuwenhuizen
2023-07-20gnu: guile-git: Skip http proxy test on the Hurd....* gnu/packages/guile.scm (guile-git)[arguments]: When building natively on the Hurd, add phase 'skip-tests/hurd'. Janneke Nieuwenhuizen
2023-07-20gnu: graphite2: Skip test on the Hurd....* gnu/packages/fontutils.scm (graphite2)[arguments]: When building natively on the Hurd, replace phase 'check' to set make-flags to skip "awamicmp3" test. Janneke Nieuwenhuizen
2023-07-20gnu: doxygen: Fix build for the Hurd....* gnu/packages/patches/doxygen-hurd.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/documentation.scm (doxygen)[arguments]: When building for the Hurd, add new phase 'apply-patch' and use it. Janneke Nieuwenhuizen
2023-07-20gnu: cmake-minimal: Skip tests on the Hurd....* gnu/packages/cmake.scm (cmake-minimal)[arguments]: When building natively on the Hurd, add %common-disabled-tests/hurd to skipped tests in phase 'check'. Janneke Nieuwenhuizen
2023-07-20gnu: cmake-bootstrap: Fix build for the Hurd....* gnu/packages/cmake.scm (%common-disabled-tests/hurd): New variable. (cmake-bootstrap) [inputs]: Include libuv for the Hurd too. [arguments]: Add %common-disabled-tests/hurd to #:make-flags for the Hurd. Also add a 'patch-hurd' phase to fix the build. Janneke Nieuwenhuizen
2023-07-20gnu: zstd: Skip tests when building for the Hurd....* gnu/packages/compression.scm(zstd)[arguments]: When building for the Hurd, set #:tests? to #false. : Janneke Nieuwenhuizen
2023-07-20gnu: swig: Skip tests when building for the Hurd....* gnu/packages/swig.scm (swig)[arguments]: When building for the Hurd, set #:tests? to #false. Janneke Nieuwenhuizen
2023-07-20gnu: tcsh: Skip substitution tests on the Hurd....* gnu/packages/shells.scm (tcsh)[arguments]: When building natively on the Hurd, add phase 'skip-tests'. Janneke Nieuwenhuizen
2023-07-20gnu: ruby-2.6: Skip test on the Hurd....* gnu/packages/ruby.scm (ruby-2.7)[arguments]: When building natively on the Hurd, add phase 'skip-tests'. Janneke Nieuwenhuizen
2023-07-20gnu: openssl-1.1: Fix shared build for the Hurd....* gnu/packages/tls.scm (openssl-1.1)[arguments]: When building for the Hurd, add phase 'patch-configure'. (openssl)[arguments]: And delete it again. Janneke Nieuwenhuizen
2023-07-20gnu: cairo: Support building for the Hurd....Gobject-introspection and libdrm does not build for the Hurd. Poppler depends on nss, which does not build for the Hurd. * gnu/packages/gtk.scm (cairo)[native-inputs]: When building for the Hurd, do not include gobject-introspection. [inputs]: Likewise, do not include libdrm, poppler. Janneke Nieuwenhuizen
2023-07-20gnu: libpaper: Disable tests for the Hurd....* gnu/packages/ghostscript.scm (libpaper)[arguments]: When building for the Hurd, set #:tests? to #false. Janneke Nieuwenhuizen
2023-07-20gnu: parted: Disable tests for the Hurd....* gnu/packages/disk.scm (parted)[argument]: Set #:tests? to #false when building for the Hurd. Janneke Nieuwenhuizen
2023-07-20gnu: e2fsprogs: Skip failing tests on the Hurd....* gnu/packages/linux.scm (e2fsprogs)[arguments]: When building natively on the Hurd, add phase 'skip-tests'. Janneke Nieuwenhuizen
2023-07-20gnu: procps: Skip linux-version test for the Hurd....* gnu/packages/linux.scm (procps)[arguments]: When building natively on the Hurd, add stage 'skip-tests'. Janneke Nieuwenhuizen
2023-07-20gnu: git: Skip failing test on the Hurd....* gnu/packages/version-control.scm (git)[arguments]: When building natively on the Hurd, add stage 'delete-tests/hurd'. Janneke Nieuwenhuizen
2023-07-20gnu: curl: Skip failing test on the Hurd....* gnu/packages/curl.scm (curl)[arguments]: When building natively on the Hurd, add phase 'skip-tests'. Janneke Nieuwenhuizen
2023-07-20gnu: tcl: Remove failing tests on the Hurd.....* gnu/packages/tcl.scm (tcl)[arguments]: When building natively on the Hurd, add phase 'delete-tests'. Janneke Nieuwenhuizen
2023-07-20gnu: libgcrypt: Skip hanging benchmark tests on the Hurd....* gnu/packages/gnupg.scm (libgcrypt)[arguments]: When building natively on the Hurd, add phase 'setenv' to set "GCRYPT_NO_BENCHMARKS". Janneke Nieuwenhuizen
2023-07-20gnu: libgpg-error: Skip failing test on the Hurd....* gnu/packages/gnupg.scm (libgpg-error)[arguments]: When building natively on the Hurd, add phase 'skip-tests'. Janneke Nieuwenhuizen
2023-07-20gnu: c-ares: Skip failing tests on the Hurd....* gnu/packages/adns.scm (c-ares)[arguments: When building natively on the Hurd, add phases 'skip-tests' and 'filter-hurd-tests'. Janneke Nieuwenhuizen
2023-07-20gnu: libbsd: Skip failing test on the Hurd....* gnu/packages/libbsd.scm (libbsd)[arguments]: When building natively on the Hurd, add stage 'skip-tests'. Janneke Nieuwenhuizen
2023-07-20gnu: elfutils: Skip failing tests on the Hurd....* gnu/packages/elf.scm (elfutils)[arguments]: When building natively on the Hurd, add phase 'skip-tests'. Janneke Nieuwenhuizen
2023-07-20gnu: mpfr: Skip failing test on the Hurd....* gnu/packages/multiprecision.scm (mpfr)[arguments]: When building natively on the Hurd, add 'skip-tests' phase to skip "tsprintf". Janneke Nieuwenhuizen