This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cd2e01d384 gnu: qdmr: Build with librsvg-for-system.
cd2e01d384 is described below

commit cd2e01d3840ba161ca0c8fc4b36939038cf6c0ee
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Nov 19 18:23:39 2025 +0200

    gnu: qdmr: Build with librsvg-for-system.
    
    * gnu/packages/radio.scm (qdmr)[native-inputs]: Remove librsvg; add
    librsvg-for-system.
    
    Change-Id: Ic7346f50025e4bdc9a6bcae2882d801b0e6f57f5
---
 gnu/packages/radio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 913c139d6b..625cb9847b 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -3637,7 +3637,7 @@ memory contents between them.")
                      (("(DESTINATION \")/etc/udev/" _ directive)
                       (string-append directive #$output "/lib/udev/"))))))))
     (inputs (list libusb qtbase qtpositioning qtserialport yaml-cpp))
-    (native-inputs (list qttools librsvg))
+    (native-inputs (list qttools (librsvg-for-system)))
     (home-page "https://dm3mat.darc.de/qdmr/";)
     (synopsis "GUI application and command line tool to program DMR radios")
     (description

Reply via email to