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 @@ data structures and to operate on them.")
|
||||||
gerbv
|
gerbv
|
||||||
glibmm
|
glibmm
|
||||||
gtkmm-2
|
gtkmm-2
|
||||||
librsvg))
|
(librsvg-for-system)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake libtool pkg-config))
|
(list autoconf automake libtool pkg-config))
|
||||||
(home-page "https://github.com/pcb2gcode/pcb2gcode")
|
(home-page "https://github.com/pcb2gcode/pcb2gcode")
|
||||||
|
|
Reference in a new issue