[PATCH] gnu: packages: Tempfix gajim-omemo.

  • Done
  • quality assurance status badge
Details
2 participants
  • Clément Lassieur
  • Lilah Tascheter
Owner
unassigned
Submitted by
Lilah Tascheter
Severity
normal

Debbugs page

Lilah Tascheter wrote 2 years ago
(address . guix-patches@gnu.org)(name . Lilah Tascheter)(address . lilah@lunabee.space)
850616c16635d6a218fe7131da16e538eb045cd2.1684523258.git.lilah@lunabee.space
* gnu/packages/messaging.scm (gajim)[native-search-paths]: Make
GUIX_PYTHONPATH use correct python version.
---

gnu/packages/messaging.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (17 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f87dc195bc..3047dc13cf 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1191,7 +1191,7 @@ (define-public gajim
;; FIXME: Cannot use this expression as it would
;; introduce a circular dependency at the top level.
;; (version-major+minor (package-version python))
- "3.9"
+ "3.10"
"/site-packages"))))))
(native-inputs
(list gettext-minimal

base-commit: 0aab24855238cc7c7a31066ab39cd94e534b857f
--
2.40.1
Clément Lassieur wrote 1 years ago
(name . Lilah Tascheter)(address . lilah@lunabee.space)(address . 63594-done@debbugs.gnu.org)
8734uztn6k.fsf@lassieur.org
On Fri, May 19 2023, Lilah Tascheter wrote:

Toggle quote (7 lines)
> * gnu/packages/messaging.scm (gajim)[native-search-paths]: Make
> GUIX_PYTHONPATH use correct python version.
> ---
>
> gnu/packages/messaging.scm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Hi,

Closing since it's been fixed already.

Thank you,
Clément
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 63594@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63594
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help