guix-commits
[Top][All Lists]
Advanced

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

05/13: gnu: astyle: Omit static libraries.


From: guix-commits
Subject: 05/13: gnu: astyle: Omit static libraries.
Date: Wed, 27 Sep 2023 18:47:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4658173ea4c7bc040d99d645fe0ef1022ae127a9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 24 02:00:00 2023 +0200

    gnu: astyle: Omit static libraries.
    
    * gnu/packages/code.scm (astyle)[arguments]: Improve the buggy regexp
    in the 'install-libs phase to install only dynamic libraries.
---
 gnu/packages/code.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 769b5bb3cc..38b6eb4513 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -875,7 +875,7 @@ Objective@tie{}C, D, Java, Pawn, and Vala).  Features:
                (for-each (lambda (l)
                            (copy-file
                             l (string-append libdir "/" (basename l))))
-                         (find-files "bin" "lib*"))
+                         (find-files "bin" "^lib.*\\.so"))
                (for-each
                 (lambda (sofile)
                   (make-so-link sofile "(\\.[0-9]){3}$")  ;; link .so



reply via email to

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