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: Guillaume Le Vaillant
Subject: bug#72797: qt-tools is unnecessary optional dependency for monero
Date: Sun, 25 Aug 2024 21:25:42 +0000

Here's a corrected definition:

--8<---------------cut here---------------start------------->8---
(define-public monero-without-translations
  (package
    (inherit monero)
    (name "monero-without-translations")
    (native-inputs (modify-inputs (package-native-inputs monero)
                     (delete "qttools")))))
--8<---------------cut here---------------end--------------->8---

Attachment: signature.asc
Description: PGP signature


reply via email to

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