mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: qdmr: Build with librsvg-for-system.
* gnu/packages/radio.scm (qdmr)[native-inputs]: Remove librsvg; add librsvg-for-system. Change-Id: Ic7346f50025e4bdc9a6bcae2882d801b0e6f57f5
This commit is contained in:
parent
be679e69e3
commit
cd2e01d384
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue