mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +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)
|
(for-each (lambda (l)
|
||||||
(copy-file
|
(copy-file
|
||||||
l (string-append libdir "/" (basename l))))
|
l (string-append libdir "/" (basename l))))
|
||||||
(find-files "bin" "lib*"))
|
(find-files "bin" "^lib.*\\.so"))
|
||||||
(for-each
|
(for-each
|
||||||
(lambda (sofile)
|
(lambda (sofile)
|
||||||
(make-so-link sofile "(\\.[0-9]){3}$") ;; link .so
|
(make-so-link sofile "(\\.[0-9]){3}$") ;; link .so
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue