This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 45e3933421 gnu: sfizz: Do not delete bundled simde headers.
45e3933421 is described below
commit 45e39334212a89b90e1ce604b1f3b22839ce31ca
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Feb 1 09:39:41 2023 +0100
gnu: sfizz: Do not delete bundled simde headers.
* gnu/packages/music.scm (sfizz)[source]: Keep simde headers because we
can't
provide the required version.
---
gnu/packages/music.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index e5aacb54eb..fc581a170e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2019 Eric Bavier <[email protected]>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Ricardo Wurmus
<[email protected]>
+;;; Copyright © 2015-2023 Ricardo Wurmus <[email protected]>
;;; Copyright © 2015 Paul van der Walt <[email protected]>
;;; Copyright © 2016 Al McElrath <[email protected]>
;;; Copyright © 2016, 2017, 2019, 2021, 2022 Efraim Flashner
<[email protected]>
@@ -4853,7 +4853,9 @@ standalone JACK client and an LV2 plugin is also
available.")
(snippet
'(for-each delete-file-recursively
'("external/abseil-cpp"
- "external/simde"
+ ;; This package needs an unreleased version of
+ ;; simde.
+ ;; "external/simde"
"plugins/editor/external/vstgui4"
"plugins/vst"
"src/external/pugixml")))))