-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc/hooks/xfce4-dev-tools: document hook
Part of #341479 Related: https://github.com/orgs/NixOS/projects/67/views/1?pane=issue&itemId=84912848
- Loading branch information
1 parent
37ec559
commit d4a8c28
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,5 @@ versionCheckHook.section.md | |
waf.section.md | ||
zig.section.md | ||
xcbuild.section.md | ||
xfce4-dev-tools.section.md | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# `xfce.xfce4-dev-tools` {#xfce4-dev-tools} | ||
|
||
This setup hook attempts to run `xdt-autogen` in `configurePhase`. This behavior can be disabled by setting `dontUseXdtAutogenPhase` to `true`. | ||
|
||
Additionally, it appends its `share/aclocal` path to [the Autoconf macro search path](https://www.gnu.org/software/automake/manual/html_node/Macro-Search-Path.html#Modifying-the-Macro-Search-Path_003a-_002d_002daclocal_002dpath_002fACLOCAL_005fPATH). |