nixpkgs/pkgs/development/compilers/webdsl/builder.sh
Yury G. Kudryashov c1a512f2a1 Added WebDSL
svn path=/nixpkgs/branches/stdenv-updates/; revision=10386
2008-01-29 13:18:13 +00:00

9 lines
246 B
Bash

source $stdenv/setup
configureFlags="--with-aterm=$aterm --with-sdf=$sdf --with-strategoxt=$strategoxt"
genericBuild
# Replace /bin/bash in WebDSL script (maybe there is a better solution?)
sed -i -e "s|#!/bin/bash|#!/bin/sh|" $out/bin/webdsl