Hi,
Ekaitz Zarraga <ekaitz@elenq.tech> skribis:
Toggle quote (6 lines)
> Added lib3ds as discussed here:>> https://issues.guix.gnu.org/40492>> I think everything is fine in the package but in building there are some messages about ldconfig not being available as we don't have it in guix. I checked that everything was installed correctly and it is but I'm not sure if that's going to have any other effect I didn't consider.
The ‘ldconfig’ messages from Libtool can be ignored; Guix doesn’t relyon ‘ldconfig’.
Toggle quote (7 lines)
>>From d295cb56c8ffa7df6a75ef9e97c6ba364d493405 Mon Sep 17 00:00:00 2001> From: Ekaitz Zarraga <ekaitz@elenq.tech>> Date: Fri, 15 May 2020 16:05:11 +0200> Subject: [PATCH] gnu: Add lib3ds.>> * gnu/packages/engineering.scm (lib3ds): New variable.
Applied with the changes below (the license is LGPLv2.1+ according tosource file headers; the home page change addresses a ‘guix lint’warning).
Thanks,Ludo’.