GNU bug report logs - #58046
Poedit fails to open PO files

Previous Next

Package: guix;

Reported by: Luis Felipe <luis.felipe.la <at> protonmail.com>

Date: Sat, 24 Sep 2022 19:04:01 UTC

Severity: normal

Done: Luis Felipe <sirgazil <at> zoho.com>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 58046 <at> debbugs.gnu.org (full text, mbox):

From: Luis Felipe <luis.felipe.la <at> protonmail.com>
To: "(" <paren <at> disroot.org>
Cc: 58046 <at> debbugs.gnu.org
Subject: Re: bug#58046: Poedit fails to open PO files
Date: Sun, 25 Sep 2022 13:14:02 +0000
[Message part 1 (text/plain, inline)]
On Saturday, September 24th, 2022 at 19:25, ( <paren <at> disroot.org> wrote:

> 

> What might be referred to as a "run-time dependency" is called a
> "propagated input" in Guix, where a dependency of X is installed
> whenever X itself is installed. They are generally considered
> undesirable and should be avoided, so when we're faced with this
> sort of problem we usually do:
> 

> (inputs (list gettext))
> 

> and add a phase:
> 

> (add-after 'unpack 'patch-invocations
> (lambda* (#:key inputs #:allow-other-keys)
> (substitute* "src/foo/bar.c"
> (("\"msgfmt\"")
> (string-append
> "\""
> (search-input-file inputs "bin/msgfmt")
> "\"")))))

Thanks, (, I'll try to patch it.

[publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc (application/pgp-keys, attachment)]
[signature.asc (application/pgp-signature, attachment)]

This bug report was last modified 242 days ago.

Previous Next


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