~ruther/guix-local

0228826262b2fd01371cdaf78cfe22371b18f2d7 — Ludovic Courtès 13 years ago 3643957
gnu: guile-static: Change `name' field.

* gnu/packages/make-bootstrap.scm (%guile-static): Add `name' field with
  `-static' suffix.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/make-bootstrap.scm
M gnu/packages/make-bootstrap.scm => gnu/packages/make-bootstrap.scm +1 -0
@@ 407,6 407,7 @@
                   ;; mounted.
                   '(#:configure-flags '("CPPFLAGS=-DUSE_LIBC_PRIVATES")))))
         (guile (package (inherit guile-2.0)
                  (name (string-append (package-name guile-2.0) "-static"))
                  (inputs
                   `(("patch/relocatable"
                      ,(search-patch "guile-relocatable.patch"))