guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: alsa-modular-synth: Build with GCC 5.


From: guix-commits
Subject: 02/05: gnu: alsa-modular-synth: Build with GCC 5.
Date: Thu, 19 Sep 2019 15:33:54 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit bed0c4c83d930880c96fba1139e8a8b7086b2cb5
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Sep 19 15:01:37 2019 +0200

    gnu: alsa-modular-synth: Build with GCC 5.
    
    * gnu/packages/audio.scm (alsa-modular-synth)[native-inputs]: Add gcc-5.
---
 gnu/packages/audio.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index e1d7412..1209e94 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -145,7 +145,8 @@
        ("qtbase" ,qtbase)
        ("qttools" ,qttools)))
     (native-inputs
-     `(("pkg-config" ,pkg-config)))
+     `(("pkg-config" ,pkg-config)
+       ("gcc" ,gcc-5)))
     (home-page "http://alsamodular.sourceforge.net/";)
     (synopsis "Realtime modular synthesizer and effect processor")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]