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