tag 72797 + notabug quit Hi Guillaume,
Guillaume Le Vaillant <g...@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