Hello everyone, On Thu, 02 Apr 2020 00:20:04 +0000 "Raghav Gururajan" wrote: > + (list > + ;; For fixing definitions. Yes, but why? What would happen if we didn't do it? > + (origin > + (method url-fetch) > + (uri > + (string-append "https://gitlab.linphone.org/BC/public/mediastreamer2/commit/" > + "de3a24b795d7a78e78eab6b974e7ec5abf2259ac.diff")) > + (file-name "mediastreamer-msfactory.patch") I'm not sure what the outcome of the latest discussion on carrying patches was. Should we carry patches in Guix now or fetch them from external source? > + "-DENABLE_GSM=NO" ; Need recompilation with -fPIC Uhhhhhhhhh if that's a library, it should have been compiled with "-fPIC", no? Which library would need recompilation with "-fPIC"?