mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: pcb2gcode: Build with librsvg-for-system.
* gnu/packages/engineering.scm (pcb2gcode)[inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
parent
dfe2fb8da7
commit
6eb0070f08
1 changed files with 1 additions and 1 deletions
|
@ -3223,7 +3223,7 @@ (define-public pcb2gcode
|
|||
gerbv
|
||||
glibmm
|
||||
gtkmm-2
|
||||
librsvg))
|
||||
(librsvg-for-system)))
|
||||
(native-inputs
|
||||
(list autoconf automake libtool pkg-config))
|
||||
(home-page "https://github.com/pcb2gcode/pcb2gcode")
|
||||
|
|
Loading…
Reference in a new issue