From 1eeac533297e8774a97f507efebc251e0b79dc80 Mon Sep 17 00:00:00 2001 From: Tomo Date: Sat, 26 Oct 2024 19:14:11 +0000 Subject: [PATCH 1/2] doc/hooks/xfce4-dev-tools: document hook Part of #341479 Related: https://github.com/orgs/NixOS/projects/67/views/1?pane=issue&itemId=84912848 --- doc/hooks/index.md | 1 + doc/hooks/xfce4-dev-tools.section.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 doc/hooks/xfce4-dev-tools.section.md diff --git a/doc/hooks/index.md b/doc/hooks/index.md index aaa4473735160..f4e05c2262ca6 100644 --- a/doc/hooks/index.md +++ b/doc/hooks/index.md @@ -39,4 +39,5 @@ versionCheckHook.section.md waf.section.md zig.section.md xcbuild.section.md +xfce4-dev-tools.section.md ``` diff --git a/doc/hooks/xfce4-dev-tools.section.md b/doc/hooks/xfce4-dev-tools.section.md new file mode 100644 index 0000000000000..6c0d54a0b005d --- /dev/null +++ b/doc/hooks/xfce4-dev-tools.section.md @@ -0,0 +1,5 @@ +# `xfce.xfce4-dev-tools` {#xfce4-dev-tools} + +This setup hook attempts to run `xdt-autogen` in `xdtAutogenPhase`, which is part of `preConfigurePhases`. + +[]{#dontUseXdtAutogenPhase} This behavior can be disabled by setting `dontUseXdtAutogenPhase` to `true`. From 7cfbd634a907c07423233cd4e680cfb5a4eff19b Mon Sep 17 00:00:00 2001 From: Tomo Date: Sat, 26 Oct 2024 19:21:53 +0000 Subject: [PATCH 2/2] ci/OWNERS: add xfce4-dev-tools documentation --- ci/OWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/OWNERS b/ci/OWNERS index e906b3281f300..44f7f0bd61f51 100644 --- a/ci/OWNERS +++ b/ci/OWNERS @@ -338,6 +338,9 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt /pkgs/by-name/ne/nemo @mkg20001 /pkgs/by-name/ne/nemo-* @mkg20001 +# Xfce +/doc/hooks/xfce4-dev-tools.section.md @NixOS/xfce + # nim /pkgs/development/compilers/nim @ehmry