bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#72797: qt-tools is unnecessary optional dependency for monero


From: Maxim Cournoyer
Subject: bug#72797: qt-tools is unnecessary optional dependency for monero
Date: Sat, 14 Sep 2024 22:04:32 +0900
User-agent: Gnus/5.13 (Gnus v5.13)

tag 72797 + notabug
quit

Hi Guillaume,

Guillaume Le Vaillant <glv@posteo.net> writes:

> Here's a corrected definition:
>
> (define-public monero-without-translations
>   (package
>     (inherit monero)
>     (name "monero-without-translations")
>     (native-inputs (modify-inputs (package-native-inputs monero)
>                      (delete "qttools")))))
>

Thanks for providing the above tip for users who'd like rewrite the
dependencies of monero.  Guix will continue shipping translations in its
stock package, so you should use the above.  qt-tools is also a native
dependency, so shouldn't end up in the closure of the built package.

-- 
Thanks,
Maxim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]