summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-08-19 21:18:58 +0200
committerAndreas Enge <andreas@enge.fr>2025-08-19 21:26:00 +0200
commit6cf37fbc8e65f88adac978217efb02485ecb7bf6 (patch)
treef03180944b5add85ac45ff64e40961a0007c5955 /gnu
parent17d066ab13ede23adb508006385755150ec186e1 (diff)
gnu: Remove python-clang-10.
* gnu/packages/llvm.scm (python-clang-10): Delete variable. Change-Id: I3f78ca44abc20abdbc2d7148cc8b5e458bf3b272
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/llvm.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 5b2efafcab6..74fb01c1e5a 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -2089,9 +2089,6 @@ setup(name=\"clang\", version=\"~a\", packages=[\"clang\"])\n"
(inputs (list clang))
(synopsis "Python bindings to libclang")))
-(define-public python-clang-10
- (clang-python-bindings clang-10))
-
(define-public python-clang-11
(clang-python-bindings clang-11))