me
/
guix
Archived
1
0
Fork 0

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.
master
Ricardo Wurmus 2023-02-01 09:39:41 +01:00
parent 43eed907d2
commit 45e3933421
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2019 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2014, 2019 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2015-2023 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org> ;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
;;; Copyright © 2016 Al McElrath <hello@yrns.org> ;;; Copyright © 2016 Al McElrath <hello@yrns.org>
;;; Copyright © 2016, 2017, 2019, 2021, 2022 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016, 2017, 2019, 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
@ -4853,7 +4853,9 @@ standalone JACK client and an LV2 plugin is also available.")
(snippet (snippet
'(for-each delete-file-recursively '(for-each delete-file-recursively
'("external/abseil-cpp" '("external/abseil-cpp"
"external/simde" ;; This package needs an unreleased version of
;; simde.
;; "external/simde"
"plugins/editor/external/vstgui4" "plugins/editor/external/vstgui4"
"plugins/vst" "plugins/vst"
"src/external/pugixml"))))) "src/external/pugixml")))))