summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add texlive-fenixpar.•••* gnu/packages/tex.scm (texlive-fenixpar): New variable. Nicolas Goaziou2023-07-201-0/+27
* gnu: Add texlive-expkv-bundle.•••* gnu/packages/tex.scm (texlive-expkv-bundle): New variable. Nicolas Goaziou2023-07-201-0/+40
* gnu: Add texlive-expex-acro.•••* gnu/packages/tex.scm (texlive-expex-acro): New variable. Nicolas Goaziou2023-07-201-0/+22
* gnu: Add texlive-epsf-dvipdfmx.•••* gnu/packages/tex.scm (texlive-epsf-dvipdfmx): New variable. Nicolas Goaziou2023-07-201-0/+21
* gnu: Add texlive-epigram.•••* gnu/packages/tex.scm (texlive-epigram): New variable. Nicolas Goaziou2023-07-201-0/+18
* gnu: Add texlive-encxvlna.•••* gnu/packages/tex.scm (texlive-encxvlna): New variable. Nicolas Goaziou2023-07-201-0/+21
* gnu: Add texlive-eijkhout.•••* gnu/packages/tex.scm (texlive-eijkhout): New variable. Nicolas Goaziou2023-07-201-0/+20
* gnu: Add texlive-dowith.•••* gnu/packages/tex.scm (texlive-dowith): New variable. Nicolas Goaziou2023-07-201-0/+22
* gnu: Add texlive-docbytex.•••* gnu/packages/tex.scm (texlive-docbytex): New variable. Nicolas Goaziou2023-07-201-0/+21
* gnu: Add texlive-dirtree.•••* gnu/packages/tex.scm (texlive-dirtree): New variable. Nicolas Goaziou2023-07-201-0/+22
* gnu: Add texlive-dinat.•••* gnu/packages/tex.scm (texlive-dinat): New variable. Nicolas Goaziou2023-07-201-0/+19
* gnu: Add texlive-cweb-old.•••* gnu/packages/tex.scm (texlive-cweb-old): New variable. Nicolas Goaziou2023-07-201-0/+16
* gnu: Add texlive-crossrefenum.•••* gnu/packages/tex.scm (texlive-crossrefenum): New variable. Nicolas Goaziou2023-07-201-0/+35
* gnu: Add texlive-compare.•••* gnu/packages/tex.scm (texlive-compare): New variable. Nicolas Goaziou2023-07-201-0/+19
* gnu: Add texlive-colorsep.•••* gnu/packages/tex.scm (texlive-colorsep): New variable. Nicolas Goaziou2023-07-201-0/+16
* gnu: Add texlive-chronosys.•••* gnu/packages/tex.scm (texlive-chronosys): New variable. Nicolas Goaziou2023-07-201-0/+19
* gnu: Add texlive-catcodes.•••* gnu/packages/tex.scm (texlive-catcodes): New variable. Nicolas Goaziou2023-07-201-0/+28
* gnu: Add texlive-c-pascal.•••* gnu/packages/tex.scm (texlive-c-pascal): New variable. Nicolas Goaziou2023-07-201-0/+19
* gnu: Add texlive-borceux.•••* gnu/packages/tex.scm (texlive-borceux): New variable. Nicolas Goaziou2023-07-201-0/+26
* gnu: Add texlive-bitelist.•••* gnu/packages/tex.scm (texlive-bitelist): New variable. Nicolas Goaziou2023-07-201-0/+25
* gnu: Add texlive-barr.•••* gnu/packages/tex.scm (texlive-barr): New variable. Nicolas Goaziou2023-07-201-0/+18
* gnu: Add texlive-autoaligne.•••* gnu/packages/tex.scm (texlive-autoaligne): New variable. Nicolas Goaziou2023-07-201-0/+19
* gnu: Add texlive-apnum.•••* gnu/packages/tex.scm (texlive-apnum): New variable. Nicolas Goaziou2023-07-201-0/+20
* gnu: Add texlive-abstyles.•••* gnu/packages/tex.scm (texlive-abstyles): New variable. Nicolas Goaziou2023-07-201-0/+26
* gnu: Add texlive-abbr.•••* gnu/packages/tex.scm (texlive-abbr): New variable. Nicolas Goaziou2023-07-201-0/+20
* gnu: 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 Nieuwenhuizen2023-07-201-10/+9
* gnu: 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 Nieuwenhuizen2023-07-201-3/+13
* gnu: 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 Nieuwenhuizen2023-07-201-1/+8
* gnu: 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 Nieuwenhuizen2023-07-203-30/+141
* gnu: pango: Support build for the Hurd.•••* gnu/packages/gtk.scm (pango)[native-inputs]: Do not include gobject-introspection when building for the Hurd. Janneke Nieuwenhuizen2023-07-201-6/+9
* gnu: harfbuzz: Support build for the Hurd.•••* gnu/packages/gtk.scm (harfbuzz)[native-inputs]: Do not include gobject-introspection when building for the Hurd. Janneke Nieuwenhuizen2023-07-201-5/+7
* gnu: 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 Nieuwenhuizen2023-07-203-2/+89
* gnu: 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 Nieuwenhuizen2023-07-201-1/+103
* gnu: 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 Nieuwenhuizen2023-07-201-1/+14
* gnu: 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 Nieuwenhuizen2023-07-201-0/+20
* gnu: 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 Nieuwenhuizen2023-07-203-1/+42
* gnu: 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 Nieuwenhuizen2023-07-201-1/+4
* gnu: 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 Nieuwenhuizen2023-07-201-15/+28
* gnu: zstd: Skip tests when building for the Hurd.•••* gnu/packages/compression.scm(zstd)[arguments]: When building for the Hurd, set #:tests? to #false. : Janneke Nieuwenhuizen2023-07-201-2/+3
* gnu: swig: Skip tests when building for the Hurd.•••* gnu/packages/swig.scm (swig)[arguments]: When building for the Hurd, set #:tests? to #false. Janneke Nieuwenhuizen2023-07-201-0/+3
* gnu: tcsh: Skip substitution tests on the Hurd.•••* gnu/packages/shells.scm (tcsh)[arguments]: When building natively on the Hurd, add phase 'skip-tests'. Janneke Nieuwenhuizen2023-07-201-1/+8
* gnu: 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 Nieuwenhuizen2023-07-201-1/+8
* gnu: 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 Nieuwenhuizen2023-07-201-1/+11
* gnu: 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 Nieuwenhuizen2023-07-201-3/+10
* gnu: libpaper: Disable tests for the Hurd.•••* gnu/packages/ghostscript.scm (libpaper)[arguments]: When building for the Hurd, set #:tests? to #false. Janneke Nieuwenhuizen2023-07-201-4/+6
* gnu: parted: Disable tests for the Hurd.•••* gnu/packages/disk.scm (parted)[argument]: Set #:tests? to #false when building for the Hurd. Janneke Nieuwenhuizen2023-07-201-0/+1
* gnu: e2fsprogs: Skip failing tests on the Hurd.•••* gnu/packages/linux.scm (e2fsprogs)[arguments]: When building natively on the Hurd, add phase 'skip-tests'. Janneke Nieuwenhuizen2023-07-201-2/+72
* gnu: 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 Nieuwenhuizen2023-07-201-2/+9
* gnu: 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 Nieuwenhuizen2023-07-201-2/+9
* gnu: curl: Skip failing test on the Hurd.•••* gnu/packages/curl.scm (curl)[arguments]: When building natively on the Hurd, add phase 'skip-tests'. Janneke Nieuwenhuizen2023-07-201-2/+17