3
0
Fork 0
forked from mirrors/nixpkgs

lout: fix macOS build

This commit is contained in:
Matthew Bauer 2017-04-07 22:57:13 -05:00
parent d983235155
commit 8dbefea714
No known key found for this signature in database
GPG key ID: E04D0AD9469141C3

View file

@ -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