about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWolfgang Walther <walther@technowledgy.de>2024-06-11 22:05:15 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2024-06-12 09:02:08 +0200
commitd913a66f27204962d7c3f42c8bb8e8aee89785c4 (patch)
treefa899e7f5cdd91d0eb6c2e91be2a59e6c4cb08e0
parent0858a76ff8e8135ac6b9a153a3b22d8b5973c49c (diff)
ocaml: remove left-over builder.sh
This file was last used in 3.08.0.nix removed in #114848 3 years ago.
-rw-r--r--pkgs/development/compilers/ocaml/builder.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/development/compilers/ocaml/builder.sh b/pkgs/development/compilers/ocaml/builder.sh
deleted file mode 100644
index 85b26848f4e45..0000000000000
--- 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