guix-devel
[Top][All Lists]
Advanced

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

Re: Linphone


From: Danny Milosavljevic
Subject: Re: Linphone
Date: Thu, 26 Mar 2020 15:17:39 +0100

Hi Raghav,

I tried

    (arguments
     `(#:configure-flags
       (list "-DENABLE_DBUS=YES"
             "-DENABLE_UPDATE_CHECK=YES")
       #:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'patch
           (lambda _
             (substitute* "CMakeLists.txt"
              (("find_package[(]BcToolbox REQUIRED[)]")
               "find_package(bctoolbox REQUIRED)")
              (("find_package[(]Belcard REQUIRED[)]")
               "find_package(belcard REQUIRED)"))
             #t)))))

in linphone-desktop's package description and the error message changed.

Attachment: pgpMZ0potlmF2.pgp
Description: OpenPGP digital signature


reply via email to

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