[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-clang-format: Remove inherited propaga
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-clang-format: Remove inherited propagated inputs. |
Date: |
Mon, 29 Aug 2022 12:15:50 -0400 |
This is an automated email from the git hooks/post-receive script.
snape pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6e83d294ce gnu: emacs-clang-format: Remove inherited propagated inputs.
6e83d294ce is described below
commit 6e83d294ce30116c313eb0126108c31de151a9cc
Author: Clément Lassieur <clement@lassieur.org>
AuthorDate: Mon Aug 29 18:00:30 2022 +0200
gnu: emacs-clang-format: Remove inherited propagated inputs.
* gnu/packages/llvm.scm (emacs-clang-format)[propagated-inputs]: Remove
them.
---
gnu/packages/llvm.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 2d3ee79339..0f4890af8c 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -24,6 +24,7 @@
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022 Greg Hogan <code@greghogan.com>
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
+;;; Copyright © 2022 Clément Lassieur <clement@lassieur.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1842,6 +1843,7 @@ setup(name=\"clang\", packages=[\"clang\"])\n")))))
(build-system emacs-build-system)
(inputs
(list clang))
+ (propagated-inputs '())
(arguments
`(#:phases
(modify-phases %standard-phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-clang-format: Remove inherited propagated inputs.,
guix-commits <=