mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
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.
This commit is contained in:
parent
b2b7411466
commit
4658173ea4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue