Commit d913a66f authored by Wolfgang Walther's avatar Wolfgang Walther Committed by Vincent Laporte
Browse files

ocaml: remove left-over builder.sh

This file was last used in 3.08.0.nix removed in #114848 3 years ago.
parent 0858a76f
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
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