help-guix
[Top][All Lists]
Advanced

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

Re: about -lcurses


From: guy fleury
Subject: Re: about -lcurses
Date: Sat, 10 Nov 2018 09:35:32 +0200
User-agent: Evolution 3.30.1-1

thank you very much,

this is what i did
--------------------------------
            (snippet
               ;; use lncurses instead of lcurses
               '(begin
                  (substitute* "src/makefile"
                    (("-lcurses")
                     "-lncurses"))
                  #t))))
---------------------------------
Now it works.
i got to polish it and try to send a patch.

Guy  





reply via email to

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