[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28315] [PATCH] gnu: icedtea-8: Install the nss.cfg file to JRE.
From: |
Ludovic Courtès |
Subject: |
[bug#28315] [PATCH] gnu: icedtea-8: Install the nss.cfg file to JRE. |
Date: |
Sun, 10 Sep 2017 14:54:11 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
address@hidden (宋文武) skribis:
> address@hidden (Ludovic Courtès) writes:
>
>> Hello!
>>
>> 宋文武 <address@hidden> skribis:
>>
>>> * gnu/packages/java.scm (icedtea-8)[arguments]: Copy 'nss.cfg' from JDK into
>>> JRE in the install phase.
>>
>> What effect does this have?
>
> Before this, accessing HTTPS using the 'java' from icedtea-8 will throw
> an exception about nss.cfg not available, while the 'java' from
> icedtea-8:jdk does work fine. (I'm running boot-clj, a clojure build
> tool.)
Oh I see. Maybe just add a comment saying what this file is used for.
LGTM, thanks for explaining!
Ludo’.