summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-09-19 08:52:17 +0000
committerLudovic Courtès <ludo@gnu.org>2008-09-19 08:52:17 +0000
commita9ad71d940a8b24caa0035db258470138e0d8f88 (patch)
treed733904dbd17a72461d3a77b3599c57708e8480e /pkgs/tools
parent508ae51b7aa5a0795cd6bb4a0f50df8b32ecf10b (diff)
downloadnixpkgs-a9ad71d940a8b24caa0035db258470138e0d8f88.tar
nixpkgs-a9ad71d940a8b24caa0035db258470138e0d8f88.tar.gz
nixpkgs-a9ad71d940a8b24caa0035db258470138e0d8f88.tar.bz2
nixpkgs-a9ad71d940a8b24caa0035db258470138e0d8f88.tar.lz
nixpkgs-a9ad71d940a8b24caa0035db258470138e0d8f88.tar.xz
nixpkgs-a9ad71d940a8b24caa0035db258470138e0d8f88.tar.zst
nixpkgs-a9ad71d940a8b24caa0035db258470138e0d8f88.zip
Lout: Run `fixupPhase' after `installPhase'.
This removes dependency on GCC.

svn path=/nixpkgs/trunk/; revision=12887
Diffstat (limited to 'pkgs/tools')
-rwxr-xr-xpkgs/tools/typesetting/lout/builder.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/lout/builder.sh b/pkgs/tools/typesetting/lout/builder.sh
index a46d886ffa2..ec52adc225b 100755
--- a/pkgs/tools/typesetting/lout/builder.sh
+++ b/pkgs/tools/typesetting/lout/builder.sh
@@ -40,4 +40,5 @@ cat makefile |									\
 mkdir -p "$out/bin" && mkdir -p "$out/lib"					\
 mkdir -p "$out/man" && mkdir -p "$out/doc/lout" &&				\
 make -f "$nixMakefile" install installman &&					\
-installDoc
+installDoc &&									\
+fixupPhase