guix-devel
[Top][All Lists]
Advanced

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

Python install paths


From: Efraim Flashner
Subject: Python install paths
Date: Wed, 20 Jul 2016 12:27:13 +0300
User-agent: Mutt/1.6.1 (2016-04-27)

I've been working slowly on getting onionshare packaged, and I've run
into a problem with the install phase. Normally everything just works,
but our --prefix=%out doesn't seem to overide the sys.prefix install
path in some setup.py files. The one in onionshare has some that look
like this:
(os.path.join(sys.prefix, 'share/applications'), 
['install/onionshare.desktop']),
https://github.com/micahflee/onionshare/blob/master/setup.py

I've tried using substitute to switch 'sys.prefix' to %out, and it
installs but the program can't seem to find the files its looking for,
notably the locales.

Has anyone else run into problems like this and figured something out?


-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

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