help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: javadoc not in jdk?


From: Vincent Legoll
Subject: Re: javadoc not in jdk?
Date: Sat, 27 Feb 2021 12:14:43 +0100

Hello,

you should try adding the "doc" output from the jdk

see https://guix.gnu.org/manual/en/guix.html#Packages-with-Multiple-Outputs

something like the following:

     (native-inputs
      `(("openjdk" ,openjdk14)
         ("jdk-doc" ,openjdk:doc)))

Tchuss

-- 
Vincent Legoll



reply via email to

[Prev in Thread] Current Thread [Next in Thread]