guix-devel
[Top][All Lists]
Advanced

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

Re: Help with package AppImage support


From: Ricardo Wurmus
Subject: Re: Help with package AppImage support
Date: Mon, 29 Nov 2021 16:06:30 +0100
User-agent: mu4e 1.6.10; emacs 28.0.50


Ekaitz Zarraga <ekaitz@elenq.tech> writes:

Hi Ricardo,

appimagekit includes a copy of libappimage; that repository
contains a Findsquashfuse.cmake file, which defines how squashfuse
is found:

https://github.com/AppImage/libappimage/blob/13f401a4a384ec59ec9a144e2a7006adf751571f/cmake/Modules/Findsquashfuse.cmake

Ricardo

I see what's going on now.

I unbundled libappimage from appimage kit and added it as a dependency so there's no way to find libsquashfuse in appimagekit because it tries to use the
bundled lib I removed.

There are a few different ways around it: libappimage could install the cmake file; but perhaps that’s a bit weird. Or you could add this .cmake file as a native input to appimagekit. Or you could fetch the sources recursively (including libappimage) and not build it as you do now.

--
Ricardo



reply via email to

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