You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I mention in the title, I'm trying to package this for Guix and I think that I've almost got things.
Most files get installed to the right directly but the libnautilus-dropbox.so file is attempting to be installed to the Nautilus package's directory.
Guix's functional nature means that each package lives in their own directory and the right approach would be to install libnautilus-dropbox.so in the directory of this package and Guix will take care of properly exposing it.
As I mention in the title, I'm trying to package this for Guix and I think that I've almost got things.
Most files get installed to the right directly but the
libnautilus-dropbox.so
file is attempting to be installed to the Nautilus package's directory.Guix's functional nature means that each package lives in their own directory and the right approach would be to install
libnautilus-dropbox.so
in the directory of this package and Guix will take care of properly exposing it.So, right now, I'm getting this error:
when I need to install
libnautilus-dropbox.so
to<nautilus-dropbox directory>/lib/nautilus/extensions-3.0/libnautilus-dropbox.so
.But I can't figure out, for the life of me, how to do that or even the point
make
is installing to the Nautilus directory.Any help or pointers would be amazing so I could get this working on Guix and submit it to the Guix repo.s.
The text was updated successfully, but these errors were encountered: