summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-02-16 00:30:25 +0100
committerLudovic Courtès <ludo@gnu.org>2013-02-27 20:55:39 +0100
commit99d90fc102f4fbcc63b106f817b023687926a9e2 (patch)
tree60e9066285e6f756c99729c3dbe71973917ab19f /gnu/packages
parent9322c6822f3c285212a07f38562c3d6425464e45 (diff)
downloadguix-99d90fc102f4fbcc63b106f817b023687926a9e2.tar.gz
gnu: guile-static: Change `name' field.
* gnu/packages/make-bootstrap.scm (%guile-static): Add `name' field with
  `-static' suffix.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/make-bootstrap.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index 218f5a8e25..3bb926bd36 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -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"))