summary refs log tree commit diff
path: root/pkgs/development/libraries/xft/builder.sh
blob: 2a2850ee7a5abbafc6b65386425cff1e2c2da702 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh -e

buildinputs="$pkgconfig $fontconfig $x11"
. $stdenv/setup

tar xvfz $src
cd xft-*
./configure --prefix=$out --x-includes=$x11/include --x-libraries=$x11/lib
make
make install

mkdir $out/nix-support
echo "$fontconfig" > $out/nix-support/propagated-build-inputs