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:
committed by
Vincent Laporte
parent
0858a76ff8
commit
d913a66f27
@@ -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
|
||||
Reference in New Issue
Block a user