summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/flex/builder-new.sh
blob: 55947cd7e8c75aa241537261e74a5fbee3637e27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
export buildinputs="$yacc $m4"
. $stdenv/setup

tar xvfj $src
cd flex-*
./configure --prefix=$out
make
make install

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