guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: pcb2gcode: Build with librsvg-for-system.


From: guix-commits
Subject: branch master updated: gnu: pcb2gcode: Build with librsvg-for-system.
Date: Tue, 15 Aug 2023 15:01:07 -0400

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

efraim pushed a commit to branch master
in repository guix.

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

commit 6eb0070f088cfdc4edb98fcfbea4b7aa68a2e30a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Aug 15 15:14:30 2023 +0300

    gnu: pcb2gcode: Build with librsvg-for-system.
    
    * gnu/packages/engineering.scm (pcb2gcode)[inputs]: Replace librsvg with
    librsvg-for-system.
---
 gnu/packages/engineering.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index e0f7199d2e..9c14e9c602 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3223,7 +3223,7 @@ data structures and to operate on them.")
           gerbv
           glibmm
           gtkmm-2
-          librsvg))
+          (librsvg-for-system)))
    (native-inputs
     (list autoconf automake libtool pkg-config))
    (home-page "https://github.com/pcb2gcode/pcb2gcode";)



reply via email to

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