unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Dariqq <dariqq@posteo.net>
To: 72851@debbugs.gnu.org
Cc: Dariqq <dariqq@posteo.net>, me@tobias.gr, liliana.prikler@gmail.com
Subject: [bug#72851] [PATCH v2 5/6] gnu: libgnt: Build without python2.
Date: Thu, 29 Aug 2024 08:35:20 +0000	[thread overview]
Message-ID: <6eeb02fe44c1ac6c2587d07fed799fead1442dde.1724920170.git.dariqq@posteo.net> (raw)
In-Reply-To: <cover.1724920170.git.dariqq@posteo.net>

* gnu/packages/messaging.scm (libgnt)
[#:configure-flags]: Disable python2.
[porpagated-inputs]: Remove python2.

Change-Id: I247089a02473c526d7facd8e7b7b6133426535a2
---
 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 4992db1bee..748cb783ea 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -271,6 +271,7 @@ (define-public libgnt
     (outputs '("out" "doc"))
     (arguments
      (list #:glib-or-gtk? #t         ; To wrap binaries and/or compile schemas
+           #:configure-flags #~'("-Dpython2=false")
            #:phases
            #~(modify-phases %standard-phases
                (add-after 'unpack 'patch-ncurses-path
@@ -292,7 +293,8 @@ (define-public libgnt
            gtk-doc
            pkg-config))
     (inputs (list ncurses))
-    (propagated-inputs (list glib libxml2 python-2))
+    ;; Required by libgnt.pc
+    (propagated-inputs (list glib libxml2))
     (synopsis "GLib Ncurses Toolkit")
     (description "GNT is an ncurses toolkit for creating text-mode graphical
 user interfaces in a fast and easy way.  It is based on GLib and ncurses.")
-- 
2.45.2





  parent reply	other threads:[~2024-08-29  8:37 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-28  7:41 [bug#72851] [PATCH] gnu: pidgin: Update to 2.14.13 [security fixes] Dariqq
2024-08-28 18:35 ` Liliana Marie Prikler
2024-08-28 20:01   ` Dariqq
2024-08-28 20:22     ` Liliana Marie Prikler
2024-08-28 21:30       ` Dariqq
2024-08-29  8:35 ` [bug#72851] [PATCH v2 0/6] Pidgin updates Dariqq
2024-08-29  8:35   ` [bug#72851] [PATCH v2 1/6] gnu: pidgin: Update to 2.14.13 [security fixes] Dariqq
2024-08-29  8:35   ` [bug#72851] [PATCH v2 2/6] gnu: pidgin: Remove input labels Dariqq
2024-08-29  8:35   ` [bug#72851] [PATCH v2 3/6] gnu: pdigin: Propagate libgnt Dariqq
2024-08-29  8:35   ` [bug#72851] [PATCH v2 4/6] gnu: pidgin: Use system ssl certs Dariqq
2024-08-30 20:09     ` Liliana Marie Prikler
2024-08-31  9:07       ` Dariqq
2024-08-31 16:31         ` bug#72851: " Liliana Marie Prikler
2024-08-29  8:35   ` Dariqq [this message]
2024-08-29  8:35   ` [bug#72851] [PATCH v2 6/6] gnu: pidgin: Use python3 Dariqq

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6eeb02fe44c1ac6c2587d07fed799fead1442dde.1724920170.git.dariqq@posteo.net \
    --to=dariqq@posteo.net \
    --cc=72851@debbugs.gnu.org \
    --cc=liliana.prikler@gmail.com \
    --cc=me@tobias.gr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).