gnu: guile-lib: Remove "strip" phase.

* gnu/packages/guile-xyz.scm (guile-lib) [arguments]: Remove "strip" phase.

Change-Id: I6158bdb58555be4e84a2571a2a6e59eb23d39abf
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Artyom V. Poptsov 2024-04-29 12:04:13 +03:00 committed by Christopher Baines
parent 61140300c2
commit b5e1121677
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -2771,6 +2771,7 @@ (define-public guile-lib
'(#:make-flags '("GUILE_AUTO_COMPILE=0") ;placate guild warnings
#:phases
(modify-phases %standard-phases
(delete 'strip)
(add-before 'configure 'patch-module-dir
(lambda _
(substitute* "src/Makefile.in"