ocaml: remove left-over builder.sh

This file was last used in 3.08.0.nix removed in #114848 3 years ago.
This commit is contained in:
Wolfgang Walther
2024-06-11 22:05:15 +02:00
committed by Vincent Laporte
parent 0858a76ff8
commit d913a66f27

View File

@@ -1,9 +0,0 @@
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