nixpkgs/pkgs/development/interpreters/toolbus/builder.sh

10 lines
167 B
Bash
Raw Normal View History

source $stdenv/setup
PATH=$aterm/bin:$atermjava/bin:$toolbuslib/bin:$yacc/bin:$flex/bin:$PATH
tar xvfz $src
cd toolbus-*
./configure --prefix=$out
make
make install