summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2017-04-10 08:50:15 +0200
committerGitHub <noreply@github.com>2017-04-10 08:50:15 +0200
commitf8230518a2618963d3fcd2278b773c4dc075c1ba (patch)
tree40157638377b2bae7df815296b88206942133c7c /pkgs/tools/typesetting
parent3766b8773733d67b9035810a03a3afe74490fade (diff)
parentdd25b6da62ca6bb6a28a87a39e3505cf6b6a933a (diff)
downloadnixlib-f8230518a2618963d3fcd2278b773c4dc075c1ba.tar
nixlib-f8230518a2618963d3fcd2278b773c4dc075c1ba.tar.gz
nixlib-f8230518a2618963d3fcd2278b773c4dc075c1ba.tar.bz2
nixlib-f8230518a2618963d3fcd2278b773c4dc075c1ba.tar.lz
nixlib-f8230518a2618963d3fcd2278b773c4dc075c1ba.tar.xz
nixlib-f8230518a2618963d3fcd2278b773c4dc075c1ba.tar.zst
nixlib-f8230518a2618963d3fcd2278b773c4dc075c1ba.zip
Merge pull request #24762 from matthewbauer/darwin-misc-fixes
darwin: miscellaneous fixes
Diffstat (limited to 'pkgs/tools/typesetting')
-rwxr-xr-xpkgs/tools/typesetting/lout/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/lout/builder.sh b/pkgs/tools/typesetting/lout/builder.sh
index ec52adc225bc..cd3b9c67e3c9 100755
--- a/pkgs/tools/typesetting/lout/builder.sh
+++ b/pkgs/tools/typesetting/lout/builder.sh
@@ -39,6 +39,6 @@ cat makefile |									\
   > "$nixMakefile" &&								\
 mkdir -p "$out/bin" && mkdir -p "$out/lib"					\
 mkdir -p "$out/man" && mkdir -p "$out/doc/lout" &&				\
-make -f "$nixMakefile" install installman &&					\
+make -f "$nixMakefile" CC=cc install installman &&					\
 installDoc &&									\
 fixupPhase