guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: yoshimi: Find ncurses with pkg-config.


From: Tobias Geerinckx-Rice
Subject: 02/03: gnu: yoshimi: Find ncurses with pkg-config.
Date: Tue, 9 Jan 2018 19:50:03 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5edc86820f3f5b056662a0674af93ffbef097afe
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jan 10 01:20:42 2018 +0100

    gnu: yoshimi: Find ncurses with pkg-config.
    
    * gnu/packages/music.scm (yoshimi)[arguments]: Remove obsolete
    ‘find-ncurses’ phase.
---
 gnu/packages/music.scm | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 420f6ca..00a0102 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1992,17 +1992,7 @@ capabilities, custom envelopes, effects, etc.")
               (("-msse -msse2 -mfpmath=sse") "")
               (("-march=(athlon64|core2)" flag)
                (string-append flag " -msse -msse2 -mfpmath=sse")))
-            #t))
-         ;; Yoshimi tries to find ncurses with pkg-config, but our ncurses
-         ;; package does not install .pc files.
-         (add-after 'unpack 'find-ncurses
-           (lambda _
-             (substitute* "src/CMakeLists.txt"
-               (("LIBNCURSES REQUIRED") "LIBNCURSES")
-               (("NCURSES REQUIRED") "NCURSES")
-               (("FATAL_ERROR \"libncurses") "STATUS \"libncurses")
-               (("\\$\\{NCURSES_LIBRARIES\\}") "ncurses"))
-             #t)))))
+            #t)))))
     (inputs
      `(("boost" ,boost)
        ("fftwf" ,fftwf)



reply via email to

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