gnu: guile-static: Change `name' field.
* gnu/packages/make-bootstrap.scm (%guile-static): Add `name' field with `-static' suffix.
This commit is contained in:
parent
3643957260
commit
0228826262
|
@ -407,6 +407,7 @@
|
||||||
;; mounted.
|
;; mounted.
|
||||||
'(#:configure-flags '("CPPFLAGS=-DUSE_LIBC_PRIVATES")))))
|
'(#:configure-flags '("CPPFLAGS=-DUSE_LIBC_PRIVATES")))))
|
||||||
(guile (package (inherit guile-2.0)
|
(guile (package (inherit guile-2.0)
|
||||||
|
(name (string-append (package-name guile-2.0) "-static"))
|
||||||
(inputs
|
(inputs
|
||||||
`(("patch/relocatable"
|
`(("patch/relocatable"
|
||||||
,(search-patch "guile-relocatable.patch"))
|
,(search-patch "guile-relocatable.patch"))
|
||||||
|
|
Loading…
Reference in New Issue