From d913a66f27204962d7c3f42c8bb8e8aee89785c4 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 11 Jun 2024 22:05:15 +0200 Subject: [PATCH] ocaml: remove left-over builder.sh This file was last used in 3.08.0.nix removed in #114848 3 years ago. --- pkgs/development/compilers/ocaml/builder.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 pkgs/development/compilers/ocaml/builder.sh diff --git a/pkgs/development/compilers/ocaml/builder.sh b/pkgs/development/compilers/ocaml/builder.sh deleted file mode 100644 index 85b26848f4e4..000000000000 --- a/pkgs/development/compilers/ocaml/builder.sh +++ /dev/null @@ -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