guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 143/470: gnu: librsvg-bootstrap: Remove more precompiled libraries.
Date: Thu, 16 Mar 2023 03:00:47 -0400 (EDT)

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

commit c9846a6a31770b5b42ab07dedf351dc836806a8c
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 cfb9616d1e..6671cdebce 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3716,7 +3716,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]