gnu: wolf-shaper: Fix building on more architectures.

* gnu/packages/music.scm (wolf-shaper)[arguments]: Add make-flag to
disable optimizations.

Change-Id: I2976d1769324765df3f0aa8b636f528526bdfd78
This commit is contained in:
Efraim Flashner 2024-05-06 17:52:24 +03:00
parent 5a69a52d74
commit f4c954e314
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3,7 +3,7 @@
;;; Copyright © 2015-2024 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
;;; Copyright © 2016 Al McElrath <hello@yrns.org>
;;; Copyright © 2016, 2017, 2019, 2021-2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017, 2019, 2021-2024 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2018, 2021 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016, 2017, 2019 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2016 John J. Foerch <jjfoerch@earthlink.net>
@ -7297,7 +7297,8 @@ (define-public wolf-shaper
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no check target
#:make-flags (list "CC=gcc")
#:make-flags (list "CC=gcc"
"NOOPT=true")
#:phases
(modify-phases %standard-phases
(delete 'configure) ;no configure target