Taken from here: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/documentation/gtk-doc/respect-xml-catalog-files-var.patch. --- a/m4/gtkdoc_jh_check_xml_catalog.m4 +++ b/m4/gtkdoc_jh_check_xml_catalog.m4 @@ -5,8 +5,8 @@ [ AC_REQUIRE([JH_PATH_XML_CATALOG],[JH_PATH_XML_CATALOG(,[:])])dnl AC_MSG_CHECKING([for ifelse([$2],,[$1],[$2]) in XML catalog]) - if $jh_found_xmlcatalog && \ - AC_RUN_LOG([$XMLCATALOG --noout "$XML_CATALOG_FILE" "$1" >&2]); then + # empty argument forces libxml to use XML_CATALOG_FILES variable + if AC_RUN_LOG([$XMLCATALOG --noout "" "$1" >&2]); then AC_MSG_RESULT([found]) ifelse([$3],,,[$3]) else 1f'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-build.sh
AgeCommit message (Expand)Author
2022-02-18guix build: Warn when attempting to build an unsupported package....Ludovic Courtès
2021-11-08Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-11-07ui: 'load*' correctly reports 'read-error' in all cases....Ludovic Courtès
2021-09-07tests: Adjust '--with-input' test....Ludovic Courtès
2021-03-23Add powerpc64le-linux as a supported Guix architecture....Chris Marusich
2020-10-20packages: Better preserve object identity when rewriting....Ludovic Courtès
2020-10-15ui: Only suggest modules that export the unbound variable identifier....Ludovic Courtès
2020-09-28tests: Simplify shell exit status negation;...Eric Bavier
2020-09-27packages: 'package-input-rewriting/spec' can rewrite implicit dependencies....Ludovic Courtès