From a6c292a6f123acc86429722619ccb51ca54f844f Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 5 Jun 2021 15:35:42 +0200 Subject: gnu: expat: Install the static library. * gnu/packages/xml.scm (expat)[outputs]: New field. [arguments]: Remove #:configure-flags. Add #:phases. * gnu/packages/commencement.scm (expat-sans-tests)[outputs]: New field. [arguments]: Add #:phases. --- gnu/packages/commencement.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/commencement.scm') diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index bc2e82ffab..d44d1dd3ca 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -3053,6 +3053,7 @@ (define expat-sans-tests (package (inherit expat) (inputs (%boot0-inputs)) + (outputs '("out")) (arguments ;; XXX: Linking 'runtestscpp' fails with things like: ;; @@ -3067,6 +3068,7 @@ (define expat-sans-tests ;; Since we're not passing the right -Wl,-rpath flags, build the ;; static library to avoid RUNPATH validation failure. `(cons "--disable-shared" ,flags)) + ((#:phases phases) '%standard-phases) ((#:tests? _ #f) #f)))))) (define python-boot0 -- cgit v1.2.3