guix-commits
[Top][All Lists]
Advanced

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

01/15: gnu: aria-maestosa: Use scons-python2.


From: Danny Milosavljevic
Subject: 01/15: gnu: aria-maestosa: Use scons-python2.
Date: Mon, 22 Jan 2018 14:00:56 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 7ff72b3601c531ef0a5653d3c7f564116e6a3920
Author: Danny Milosavljevic <address@hidden>
Date:   Mon Jan 22 16:11:23 2018 +0100

    gnu: aria-maestosa: Use scons-python2.
    
    * gnu/packages/music.scm (aria-maestosa)[native-inputs]: Replace "scons" by
    "scons-python2".
---
 gnu/packages/music.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index b7dc7d9..4afac7a 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -179,7 +179,7 @@
        ("glib" ,glib)
        ("alsa-lib" ,alsa-lib)))
     (native-inputs
-     `(("scons" ,scons)
+     `(("scons" ,scons-python2)
        ("pkg-config" ,pkg-config)))
     (home-page "http://ariamaestosa.sourceforge.net/";)
     (synopsis "MIDI sequencer and editor")



reply via email to

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