guix-commits
[Top][All Lists]
Advanced

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

18/459: gnu: librsvg-bootstrap: Remove more precompiled libraries.


From: guix-commits
Subject: 18/459: gnu: librsvg-bootstrap: Remove more precompiled libraries.
Date: Mon, 24 Apr 2023 15:01:40 -0400 (EDT)

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

commit 05e72199cf073ae119f6c558bb644264ef02e73a
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 045b4792ac..cb7f299af1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3718,7 +3718,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]