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>master
parent
61140300c2
commit
b5e1121677
|
@ -2771,6 +2771,7 @@ library.")
|
|||
'(#: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"
|
||||
|
|
Reference in New Issue