From: Guillaume Le Vaillant <glv@posteo.net>
To: 0xFFFC <0xFFFC0000@proton.me>
Cc: 72797@debbugs.gnu.org
Subject: bug#72797: qt-tools is unnecessary optional dependency for monero
Date: Sun, 25 Aug 2024 19:01:35 +0000 [thread overview]
Message-ID: <877cc4e8a8.fsf@kitej> (raw)
In-Reply-To: <YVBTlUtHLFqbjeVVluAkH7akb9mfcCxFxGjjmA5BBhiK-whc7B2V4ZCtKqPDJ_YpR9rvyqBo-ldKKsC8wrewB4vVda7JOB2dmof130CMdzU=@proton.me> (bug-guix@gnu.org's message of "Sat, 24 Aug 2024 20:26:03 +0000")
[-- Attachment #1: Type: text/plain, Size: 1150 bytes --]
0xFFFC via Bug reports for GNU Guix <bug-guix@gnu.org> skribis:
> Hi Guix community,
>
> Thank you for your great software :)
>
> I noticed that the Monero package has an (a huge) unnecessary dependency here [1]. qt is an optional dependency for Monero code base (we only need that in case of using translations).
>
> Anyway to make this optional? or get rid of this?
>
> 1.https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/finance.scm#n716
>
> Freedom wins.
> 0xFFFC
Hi.
The qt-tools package is used to create the binary translations files
that are used by the monero-wallet-cli program, which seems to be
a useful thing.
What kind of issue is the dependency on qt-tools causing for you?
To disable translations, a variant of the monero package like the
following could work (not tested, I'm writing this example on the fly):
--8<---------------cut here---------------start------------->8---
(define-public monero-without-translations
(inherit monero)
(name monero-without-translations)
(native-inputs (package-native-inputs monero)
(delete "qttools-5")))
--8<---------------cut here---------------end--------------->8---
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
next prev parent reply other threads:[~2024-08-25 19:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-24 20:26 bug#72797: qt-tools is unnecessary optional dependency for monero 0xFFFC via Bug reports for GNU Guix
2024-08-25 19:01 ` Guillaume Le Vaillant [this message]
2024-08-25 21:25 ` Guillaume Le Vaillant
2024-09-14 13:04 ` Maxim Cournoyer
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=877cc4e8a8.fsf@kitej \
--to=glv@posteo.net \
--cc=0xFFFC0000@proton.me \
--cc=72797@debbugs.gnu.org \
/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).