diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-02-16 00:30:25 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-02-16 00:30:25 +0100 |
commit | 0228826262b2fd01371cdaf78cfe22371b18f2d7 (patch) | |
tree | 5e4abcbab7ad240e17ac33b540fdf17c09982f09 /gnu | |
parent | 36439572609d38c4d8e7d380d3ac9c39e36f5bf8 (diff) | |
download | patches-0228826262b2fd01371cdaf78cfe22371b18f2d7.tar patches-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')
-rw-r--r-- | gnu/packages/make-bootstrap.scm | 1 |
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")) |