2023-11-16 04:20:00 +00:00
|
|
|
if [ -e "$NIX_ATTRS_SH_FILE" ]; then . "$NIX_ATTRS_SH_FILE"; elif [ -f .attrs.sh ]; then . .attrs.sh; fi
|
2020-04-24 23:36:52 +00:00
|
|
|
source $stdenv/setup
|
|
|
|
|
|
|
|
configureFlags="-prefix $out $configureFlags"
|
|
|
|
genericBuild
|
|
|
|
|
|
|
|
#cd emacs/
|
|
|
|
#mkdir -p $out/share/ocaml/emacs
|
|
|
|
#make EMACSDIR=$out/share/ocaml/emacs install
|