nixpkgs/pkgs/development/tools/parsing/pgen/builder.sh
Martin Bravenboer 172421635c Upgraded all SDF packages
svn path=/nixpkgs/trunk/; revision=1018
2004-05-12 16:10:43 +00:00

13 lines
426 B
Bash

. $stdenv/setup
configureFlags="--with-aterm=$aterm \
--with-toolbuslib=$toolbuslib \
--with-pt-support=$ptsupport \
--with-sdf-support=$sdfsupport \
--with-asf-support=$asfsupport \
--with-asc-support=$asfsupport \
--with-sglr=$sglr"
genericBuild
mkdir $out/nix-support
echo "$getopt" > $out/nix-support/propagated-build-inputs