janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 3c8fcaa912eedee71f827bddc610600af228c5c4
Author: Jan Nieuwenhuizen <[email protected]>
Date: Tue Aug 28 07:02:42 2018 +0200
gcc-mesboot: use package-full-name "-" :-)
---
gnu/packages/commencement.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 15b96da..489a8fb 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1284,10 +1284,11 @@ ac_cv_c_float_format='IEEE (little-endian)'
;; Drop trailing letters, as gmp-6.0.0a unpacks
;; into gmp-6.0.0.
`(symlink ,(string-trim-right
- (package-full-name lib)
+ (package-full-name lib "-")
char-set:letter)
,(package-name lib)))
- (list gmp-boot mpfr-boot mpc)))))
+ (list gmp-boot mpfr-boot mpc))
+ #t)))
(add-before 'configure 'setenv
(lambda* (#:key outputs #:allow-other-keys)