summary refs log tree commit diff
path: root/pkgs/tools/typesetting/lout/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/typesetting/lout/builder.sh')
-rwxr-xr-xpkgs/tools/typesetting/lout/builder.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/typesetting/lout/builder.sh b/pkgs/tools/typesetting/lout/builder.sh
index eab37c3c68f..cd513337f6f 100755
--- a/pkgs/tools/typesetting/lout/builder.sh
+++ b/pkgs/tools/typesetting/lout/builder.sh
@@ -1,6 +1,7 @@
 # Prepare a makefile specifying the appropriate output directories.
 #
 # Written by Ludovic Courtès <ludo@gnu.org>.
+if [ -e .attrs.sh ]; then source .attrs.sh; fi
 
 source "$stdenv/setup" || exit 1