mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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:
parent
61140300c2
commit
b5e1121677
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue