summary refs log tree commit diff
path: root/gnu/packages/make-bootstrap.scm
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-16 00:30:25 +0100
commit0228826262b2fd01371cdaf78cfe22371b18f2d7 (patch)
tree5e4abcbab7ad240e17ac33b540fdf17c09982f09 /gnu/packages/make-bootstrap.scm
parent36439572609d38c4d8e7d380d3ac9c39e36f5bf8 (diff)
downloadguix-0228826262b2fd01371cdaf78cfe22371b18f2d7.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/make-bootstrap.scm')
-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"))