Re: [PATCH] gnu: Add nss.

2015-01-11 Thread Ludovic Courtès
宋文武 skribis: > Ludovic Courtès writes: > >> 宋文武 skribis: >> >>> Mark H Weaver writes: >>> 宋文武 writes: > * gnu/packages/patches/nss.patch: New file. > * gnu-system.scm (dist_patch_DATA): Add it. > * gnu/packages/polkit.scm (nss): New variable. polkit.scm seems l

Re: [PATCH] gnu: Add nss.

2015-01-11 Thread John Darrington
On Sun, Jan 11, 2015 at 03:51:31PM +0800, ? wrote: John Darrington writes: > Nss has already been packaged on the wup-libreoffice branch. Ah, I didn't notice it :( I look into wip-libreoffice branch, it seems that: it use bundle nspr. it only b

Re: [PATCH] gnu: Add nss.

2015-01-10 Thread 宋文武
libraries which I think will not mostly used > > by other. How about split them to a 'static-lib' (or a better name). > > Or just build it with --disable-static until someone asks for them? > > > From f56c7ef06f8eb697e9b0e0eac2e6c8117520d5d0

Re: [PATCH] gnu: Add nss.

2015-01-10 Thread John Darrington
ame). Or just build it with --disable-static until someone asks for them? > From f56c7ef06f8eb697e9b0e0eac2e6c8117520d5d0 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= > Date: Tue, 6 Jan 2015 23:57:31 +0800 > Subject:

Re: [PATCH] gnu: Add nss.

2015-01-10 Thread 宋文武
t; >> From f56c7ef06f8eb697e9b0e0eac2e6c8117520d5d0 Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= >> Date: Tue, 6 Jan 2015 23:57:31 +0800 >> Subject: [PATCH] gnu: Add nss. >> >> * gnu/packages/patches/nss-pkgconfig.patch: New file.

Re: [PATCH] gnu: Add nss.

2015-01-10 Thread Ludovic Courtès
ther. How about split them to a 'static-lib' (or a better name). Or just build it with --disable-static until someone asks for them? > From f56c7ef06f8eb697e9b0e0eac2e6c8117520d5d0 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= > Date: Tue, 6 Jan 2015 23:57:3

Re: [PATCH] gnu: Add nss.

2015-01-08 Thread 宋文武
+(arguments >> + '(#:parallel-build? #f ; failed >> + #:make-flags >> + (let* ((out (assoc-ref %outputs "out")) >> + (nspr (string-append (assoc-ref %build-inputs "nspr"))) >> + (rpath (string-append &quo

Re: [PATCH] gnu: Add nss.

2015-01-07 Thread Mark H Weaver
宋文武 writes: > * gnu/packages/patches/nss.patch: New file. > * gnu-system.scm (dist_patch_DATA): Add it. > * gnu/packages/polkit.scm (nss): New variable. polkit.scm seems like the wrong place for 'nss', although admittedly it's not obvious where it should go. > --- > gnu-system.am

[PATCH] gnu: Add nss.

2015-01-07 Thread 宋文武
* gnu/packages/patches/nss.patch: New file. * gnu-system.scm (dist_patch_DATA): Add it. * gnu/packages/polkit.scm (nss): New variable. --- gnu-system.am | 1 + gnu/packages/patches/nss.patch | 241 + gnu/packages/polkit.scm| 84 ++