GNU bug report logs - #78066
[PATCH 0/2] Fix fail2ban build

Previous Next

Package: guix-patches;

Reported by: Rodion Goritskov <rodion <at> goritskov.com>

Date: Fri, 25 Apr 2025 20:14:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Rodion Goritskov <rodion <at> goritskov.com>
To: 78066 <at> debbugs.gnu.org
Cc: Rodion Goritskov <rodion <at> goritskov.com>
Subject: [bug#78066] [PATCH 1/2] gnu: python: Export wrap-python3.
Date: Fri, 25 Apr 2025 22:18:08 +0200
* gnu/packages/python.scm (wrap-python3): Export wrap-python3.

Change-Id: I89f8b53d0b5451dadb6f6e1c604523e8a718cb19
---
 gnu/packages/python.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index dccd3cdd0e..00f4f9e07b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -105,7 +105,8 @@ (define-module (gnu packages python)
   #:use-module (srfi srfi-26)
 
   #:export (customize-site
-            guix-pythonpath-search-path))
+            guix-pythonpath-search-path
+            wrap-python3))
 
 (define* (customize-site version)
   "Generate a install-sitecustomize.py phase, using VERSION."
-- 
2.49.0





This bug report was last modified 19 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.