summary refs log tree commit diff
path: root/pkgs/development/compilers/ocaml/builder.sh
blob: 85b26848f4e45dcc16c149a373d8c46d6774f7c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
if [ -e "$NIX_ATTRS_SH_FILE" ]; then . "$NIX_ATTRS_SH_FILE"; elif [ -f .attrs.sh ]; then . .attrs.sh; fi
source $stdenv/setup

configureFlags="-prefix $out $configureFlags"
genericBuild

#cd emacs/
#mkdir -p $out/share/ocaml/emacs
#make EMACSDIR=$out/share/ocaml/emacs install