From patchwork Sat Oct 26 21:11:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tanguy LE CARROUR X-Patchwork-Id: 15840 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id C50A017655; Sat, 26 Oct 2019 23:03:26 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_MSPIKE_H2, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 8858C17653 for ; Sat, 26 Oct 2019 23:03:26 +0100 (BST) Received: from localhost ([::1]:42890 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOU9d-0006VQ-HB for patchwork@mira.cbaines.net; Sat, 26 Oct 2019 18:03:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58934) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOTLw-0000xj-Tu for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iOTLv-0000fd-RY for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60930) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iOTLv-0000fZ-Or for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iOTLu-0001L8-FO for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#37923] [PATCH v3 1/4] gnu: profanity: Add configure flags and inputs for better defaults. References: <20191025151711.aoqcwzuz7vwcgdbm@rafflesia> In-Reply-To: <20191025151711.aoqcwzuz7vwcgdbm@rafflesia> Resent-From: tanguy@bioneland.org Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 26 Oct 2019 21:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37923 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 37923@debbugs.gnu.org Cc: tanguy@bioneland.org Received: via spool by 37923-submit@debbugs.gnu.org id=B37923.15721242935085 (code B ref 37923); Sat, 26 Oct 2019 21:12:02 +0000 Received: (at 37923) by debbugs.gnu.org; 26 Oct 2019 21:11:33 +0000 Received: from localhost ([127.0.0.1]:41512 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iOTLR-0001Jv-Da for submit@debbugs.gnu.org; Sat, 26 Oct 2019 17:11:33 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:35387) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iOTLO-0001JT-UR for 37923@debbugs.gnu.org; Sat, 26 Oct 2019 17:11:31 -0400 X-Originating-IP: 176.185.184.238 Received: from localhost.localdomain (static-176-185-184-238.ftth.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 1E6CA1C0003; Sat, 26 Oct 2019 21:11:28 +0000 (UTC) From: tanguy@bioneland.org Date: Sat, 26 Oct 2019 23:11:07 +0200 Message-Id: <20191026211110.2595-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches From: Tanguy Le Carrour * gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>: Add --enable-omemo, --enable-notifications and --enable-icon. [native-inputs]: Add libnotify and libsignal-protocol-c. --- gnu/packages/messaging.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index f890ad8dd5..b56a3e92cb 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1627,6 +1627,11 @@ are both supported).") (base32 "0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z")))) (build-system gnu-build-system) + (arguments + '(#:configure-flags + (list "--enable-omemo" + "--enable-icons" + "--enable-notifications"))) (inputs `(("curl" ,curl) ("expat" ,expat) @@ -1642,7 +1647,10 @@ are both supported).") ("autoconf-archive" ,autoconf-archive) ("automake" ,automake) ("cmocka" ,cmocka) + ("gtk+" ,gtk+-2) + ("libnotify" ,libnotify) ("libtool" ,libtool) + ("libsignal-protocol-c" ,libsignal-protocol-c) ("pkg-config" ,pkg-config))) (synopsis "Console-based XMPP client") (description "Profanity is a console based XMPP client written in C From patchwork Sat Oct 26 21:11:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tanguy LE CARROUR X-Patchwork-Id: 15838 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id A563C17654; Sat, 26 Oct 2019 22:12:37 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_MSPIKE_H2, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 6431E1764C for ; Sat, 26 Oct 2019 22:12:37 +0100 (BST) Received: from localhost ([::1]:42272 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOTMR-0001gW-9M for patchwork@mira.cbaines.net; Sat, 26 Oct 2019 17:12:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58965) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOTLz-00011O-BY for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iOTLw-0000g7-RL for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60932) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iOTLw-0000fz-Oj for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iOTLw-0001LO-Ir for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#37923] [PATCH v3 2/4] gnu: profanity: Update home-page URL. Resent-From: tanguy@bioneland.org Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 26 Oct 2019 21:12:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37923 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 37923@debbugs.gnu.org Cc: tanguy@bioneland.org Received: via spool by 37923-submit@debbugs.gnu.org id=B37923.15721242945099 (code B ref 37923); Sat, 26 Oct 2019 21:12:04 +0000 Received: (at 37923) by debbugs.gnu.org; 26 Oct 2019 21:11:34 +0000 Received: from localhost ([127.0.0.1]:41516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iOTLR-0001K5-Ud for submit@debbugs.gnu.org; Sat, 26 Oct 2019 17:11:34 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:42173) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iOTLO-0001JS-UH for 37923@debbugs.gnu.org; Sat, 26 Oct 2019 17:11:31 -0400 X-Originating-IP: 176.185.184.238 Received: from localhost.localdomain (static-176-185-184-238.ftth.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 6AE811C0002; Sat, 26 Oct 2019 21:11:29 +0000 (UTC) From: tanguy@bioneland.org Date: Sat, 26 Oct 2019 23:11:08 +0200 Message-Id: <20191026211110.2595-2-tanguy@bioneland.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191026211110.2595-1-tanguy@bioneland.org> References: <20191026211110.2595-1-tanguy@bioneland.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches From: Tanguy Le Carrour * gnu/packages/messaging.scm (profanity)[home-page]: Update URL. --- gnu/packages/messaging.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index b56a3e92cb..63b14287ce 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1655,7 +1655,7 @@ are both supported).") (synopsis "Console-based XMPP client") (description "Profanity is a console based XMPP client written in C using ncurses and libmesode, inspired by Irssi.") - (home-page "http://www.profanity.im") + (home-page "https://profanity-im.github.io") (license license:gpl3+))) (define-public libircclient From patchwork Sat Oct 26 21:11:09 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tanguy LE CARROUR X-Patchwork-Id: 15837 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id A8F2C17654; Sat, 26 Oct 2019 22:12:24 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_MSPIKE_H2, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 71D4B1764C for ; Sat, 26 Oct 2019 22:12:24 +0100 (BST) Received: from localhost ([::1]:42270 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOTMF-00014M-AW for patchwork@mira.cbaines.net; Sat, 26 Oct 2019 17:12:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58944) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOTLx-0000yw-Dc for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iOTLw-0000fp-Br for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60931) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iOTLw-0000fl-9L for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iOTLw-0001LH-2a for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#37923] [PATCH v3 3/4] gnu: profanity: Add configure flags, so that build fail if libs are missing. Resent-From: tanguy@bioneland.org Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 26 Oct 2019 21:12:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37923 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 37923@debbugs.gnu.org Cc: tanguy@bioneland.org Received: via spool by 37923-submit@debbugs.gnu.org id=B37923.15721242945092 (code B ref 37923); Sat, 26 Oct 2019 21:12:04 +0000 Received: (at 37923) by debbugs.gnu.org; 26 Oct 2019 21:11:34 +0000 Received: from localhost ([127.0.0.1]:41514 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iOTLR-0001Jy-Lb for submit@debbugs.gnu.org; Sat, 26 Oct 2019 17:11:33 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:38767) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iOTLO-0001JU-Ut for 37923@debbugs.gnu.org; Sat, 26 Oct 2019 17:11:32 -0400 X-Originating-IP: 176.185.184.238 Received: from localhost.localdomain (static-176-185-184-238.ftth.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id B6B411C0005; Sat, 26 Oct 2019 21:11:29 +0000 (UTC) From: tanguy@bioneland.org Date: Sat, 26 Oct 2019 23:11:09 +0200 Message-Id: <20191026211110.2595-3-tanguy@bioneland.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191026211110.2595-1-tanguy@bioneland.org> References: <20191026211110.2595-1-tanguy@bioneland.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches From: Tanguy Le Carrour * gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>: Add --enable-c-plugins and --enable-otr. --- gnu/packages/messaging.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 63b14287ce..626aec4908 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1629,7 +1629,9 @@ are both supported).") (build-system gnu-build-system) (arguments '(#:configure-flags - (list "--enable-omemo" + (list "--enable-c-plugins" + "--enable-otr" + "--enable-omemo" "--enable-icons" "--enable-notifications"))) (inputs From patchwork Sat Oct 26 21:11:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tanguy LE CARROUR X-Patchwork-Id: 15841 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 241AB17655; Sat, 26 Oct 2019 23:03:38 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_MSPIKE_H2, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id D2A4D17653 for ; Sat, 26 Oct 2019 23:03:37 +0100 (BST) Received: from localhost ([::1]:42892 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOU9o-00077W-UP for patchwork@mira.cbaines.net; Sat, 26 Oct 2019 18:03:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58968) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOTLz-00012Q-Me for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iOTLx-0000gi-BB for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60933) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iOTLx-0000gd-8k for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iOTLx-0001LW-1z for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#37923] [PATCH v3 4/4] gnu: profanity: Add configure flags for better defaults. Resent-From: tanguy@bioneland.org Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 26 Oct 2019 21:12:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37923 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 37923@debbugs.gnu.org Cc: tanguy@bioneland.org Received: via spool by 37923-submit@debbugs.gnu.org id=B37923.15721242965109 (code B ref 37923); Sat, 26 Oct 2019 21:12:05 +0000 Received: (at 37923) by debbugs.gnu.org; 26 Oct 2019 21:11:36 +0000 Received: from localhost ([127.0.0.1]:41518 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iOTLT-0001KC-A0 for submit@debbugs.gnu.org; Sat, 26 Oct 2019 17:11:36 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:51859) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iOTLO-0001JW-UO for 37923@debbugs.gnu.org; Sat, 26 Oct 2019 17:11:32 -0400 X-Originating-IP: 176.185.184.238 Received: from localhost.localdomain (static-176-185-184-238.ftth.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 0D98B1C0006; Sat, 26 Oct 2019 21:11:29 +0000 (UTC) From: tanguy@bioneland.org Date: Sat, 26 Oct 2019 23:11:10 +0200 Message-Id: <20191026211110.2595-4-tanguy@bioneland.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191026211110.2595-1-tanguy@bioneland.org> References: <20191026211110.2595-1-tanguy@bioneland.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches From: Tanguy Le Carrour * gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>: Add --enable-pgp. --- gnu/packages/messaging.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 626aec4908..a6e9dcbbb3 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1632,6 +1632,7 @@ are both supported).") (list "--enable-c-plugins" "--enable-otr" "--enable-omemo" + "--enable-pgp" "--enable-icons" "--enable-notifications"))) (inputs