guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ffe4d0b17ed0faafd68a778cb6cbfecd2fcb2e44
Author: Andreas Enge <andr...@enge.fr>
AuthorDate: Tue Aug 19 21:21:22 2025 +0200

    gnu: Remove ocaml-llvm-11.
    
    * gnu/packages/llvm.scm (ocaml-llvm-11): Delete variable.
    
    Change-Id: If7fe1ce230d4f5e80dd61615e586ae184e45f8cf
---
 gnu/packages/llvm.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 0a01f5bc05..1b0ea88f1d 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -2197,7 +2197,6 @@ using @code{clang-rename}.")))
 LLVM."))))
 
 (define-public ocaml-llvm (make-ocaml-llvm llvm))
-(define-public ocaml-llvm-11 (make-ocaml-llvm llvm-11))
 
 (define-public wllvm
   (package

Reply via email to