guix-commits
[Top][All Lists]
Advanced

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

143/281: gnu: librsvg-bootstrap: Remove more precompiled libraries.


From: guix-commits
Subject: 143/281: gnu: librsvg-bootstrap: Remove more precompiled libraries.
Date: Wed, 22 Feb 2023 05:41:02 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 4d5ba80072cb1086cde3ec2b490ae04e4f79e6b2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Feb 20 15:30:13 2023 +0200

    gnu: librsvg-bootstrap: Remove more precompiled libraries.
    
    * gnu/packages/gnome.scm (librsvg-bootstrap)[source]: Adjust snippet to
    also remove precompiled windows libraries.
---
 gnu/packages/gnome.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2dd942696c..17f5333ccf 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3712,7 +3712,10 @@ diagrams.")
               (modules '((guix build utils)))
               (snippet
                '(begin
-                  (for-each delete-file (find-files "vendor" "\\.a$"))))))
+                  (for-each delete-file
+                            (append
+                              (find-files "vendor" "\\.a$")
+                              (find-files "vendor" "windows\\.lib$")))))))
     (arguments
      (substitute-keyword-arguments (package-arguments librsvg)
        ((#:vendor-dir _ "vendor") "vendor")



reply via email to

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