[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/43: gnu: bootstrap-tarballs: Adjust to static outputs of zlib and lib
From: |
Marius Bakke |
Subject: |
02/43: gnu: bootstrap-tarballs: Adjust to static outputs of zlib and libunistring. |
Date: |
Tue, 21 Aug 2018 11:25:53 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 3f35e0da86ea8524859905fe81eeffb712b2601e
Author: Marius Bakke <address@hidden>
Date: Tue Aug 21 03:20:19 2018 +0200
gnu: bootstrap-tarballs: Adjust to static outputs of zlib and libunistring.
* gnu/packages/make-bootstrap.scm (%gcc-static)[inputs]: Add ZLIB:STATIC.
(%guile-static)[inputs]: Add LIBUNISTRING:STATIC.
---
gnu/packages/make-bootstrap.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index 475749b..65d632f 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -22,7 +22,7 @@
(define-module (gnu packages make-bootstrap)
#:use-module (guix utils)
#:use-module (guix packages)
- #:use-module (guix licenses)
+ #:use-module ((guix licenses) #:select (gpl3+))
#:use-module (guix build-system trivial)
#:use-module (guix build-system gnu)
#:use-module ((gnu packages) #:select (search-patch))
@@ -34,6 +34,7 @@
#:use-module (gnu packages gcc)
#:use-module (gnu packages guile)
#:use-module (gnu packages bdw-gc)
+ #:use-module (gnu packages libunistring)
#:use-module (gnu packages linux)
#:use-module (gnu packages hurd)
#:use-module (gnu packages multiprecision)
@@ -440,6 +441,9 @@ for `sh' in $PATH, and without nscd, and with static NSS
modules."
"^gnu-user.*\\.h$"))
((" -lgcc_s}}") "}}"))
#t)))))))
+ (inputs
+ `(("zlib:static" ,zlib "static")
+ ,@(package-inputs gcc)))
(native-inputs
(if (%current-target-system)
`(;; When doing a Canadian cross, we need GMP/MPFR/MPC both
@@ -525,6 +529,10 @@ for `sh' in $PATH, and without nscd, and with static NSS
modules."
;; Remove the 'debug' output (see above for the reason.)
(outputs (delete "debug" (package-outputs guile-2.2)))
+ (inputs
+ `(("libunistring:static" ,libunistring "static")
+ ,@(package-inputs guile-2.2)))
+
(propagated-inputs
`(("bdw-gc" ,libgc)
,@(alist-delete "bdw-gc"
- 12/43: gnu: python-scandir: Update to 1.9.0., (continued)
- 12/43: gnu: python-scandir: Update to 1.9.0., Marius Bakke, 2018/08/21
- 07/43: gnu: expat: Update to 2.2.6., Marius Bakke, 2018/08/21
- 11/43: gnu: python-pytest: Update to 3.7.2., Marius Bakke, 2018/08/21
- 10/43: gnu: python-pluggy: Update to 0.7.1., Marius Bakke, 2018/08/21
- 09/43: gnu: graphite2: Update to 1.3.12., Marius Bakke, 2018/08/21
- 08/43: gnu: libuv: Update to 1.23.0., Marius Bakke, 2018/08/21
- 05/43: gnu: glib: Update to 2.56.2., Marius Bakke, 2018/08/21
- 03/43: gnu: harfbuzz: Update to 1.8.8., Marius Bakke, 2018/08/21
- 06/43: gnu: cmake: Update to 3.12.1., Marius Bakke, 2018/08/21
- 01/43: gnu: libunistring: Do install static library., Marius Bakke, 2018/08/21
- 02/43: gnu: bootstrap-tarballs: Adjust to static outputs of zlib and libunistring.,
Marius Bakke <=
- 04/43: gnu: dbus: Update to 1.12.10., Marius Bakke, 2018/08/21