From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41902) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIiIZ-0002Fs-FL for guix-patches@gnu.org; Sun, 29 Mar 2020 20:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jIiIY-00006d-Fs for guix-patches@gnu.org; Sun, 29 Mar 2020 20:29:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48534) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jIiIY-00004r-5e for guix-patches@gnu.org; Sun, 29 Mar 2020 20:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jIiIY-00010O-2C for guix-patches@gnu.org; Sun, 29 Mar 2020 20:29:02 -0400 Subject: [bug#39841] [WIP PATCH] synapse Resent-Message-ID: From: Alex ter Weele References: <87tv39nuv4.fsf@librem.i-did-not-set--mail-host-address--so-tickle-me> <87o8sfvsht.fsf@devup.no> Date: Sun, 29 Mar 2020 20:28:45 -0400 In-Reply-To: <87o8sfvsht.fsf@devup.no> (Marius Bakke's message of "Sun, 29 Mar 2020 22:03:10 +0200") Message-ID: <87pncuy9c2.fsf@librem.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: 39841@debbugs.gnu.org Marius Bakke writes: > Alex ter Weele writes: > >> Hello, >> >> These are some patches to add Synapse >> . > > Cool! Now Guix users can run their own Matrix home servers! > > Can you rebase this series on the current master branch? Let's try to > merge the patches that are not marked with TODO, to make reviewing the > remainder easier. > > I've applied the first patch already! :-) > > Short feedback on the series: inputs should probably be > propagated-inputs in all of these. Please also run 'guix lint' on each > package to catch cosmetic issues. > > Thanks in advance, and sorry for the delay! Here is a new patch series atop current master. It should be guix-linted and use propagated-inputs. I also want to mention: I indiscriminately put everything in python-xyz.scm, some of these packages may be a better fit for other python-*.scm files. Thanks for the review!