me
/
guix
Archived
1
0
Fork 0

gnu: darkice: Fix build.

* gnu/packages/audio.scm (darkice)[arguments]: Add a make-flag to use an
earlier C++ standard.

Change-Id: I2b7be09be9deb4637e996a9a697e31efed5c5508
master
Efraim Flashner 2024-05-02 19:05:40 +03:00
parent d5d2963826
commit 2b6ca9db79
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,7 @@
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015 Alex Kost <alezost@gmail.com> ;;; Copyright © 2015 Alex Kost <alezost@gmail.com>
;;; Copyright © 2015, 2016 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2015, 2016 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021, 2022 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016-2022, 2024 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017 Alex Griffin <a@ajgrf.com> ;;; Copyright © 2016, 2017 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2016 Nikita <nikita@n0.is> ;;; Copyright © 2016 Nikita <nikita@n0.is>
;;; Copyright © 2016 Lukas Gradl <lgradl@openmailbox.org> ;;; Copyright © 2016 Lukas Gradl <lgradl@openmailbox.org>
@ -5447,7 +5447,9 @@ other Gnaural instances, allowing synchronous sessions between many users.")
(arguments (arguments
`(#:configure-flags `(#:configure-flags
(list (string-append "--with-lame-prefix=" (list (string-append "--with-lame-prefix="
(assoc-ref %build-inputs "lame"))))) (assoc-ref %build-inputs "lame")))
#:make-flags
(list "CXXFLAGS += -std=gnu++14")))
(home-page "http://www.darkice.org/") (home-page "http://www.darkice.org/")
(synopsis "Live audio streamer") (synopsis "Live audio streamer")
(description "DarkIce is a live audio streamer. It takes audio input from (description "DarkIce is a live audio streamer. It takes audio input from