bug-guix
[Top][All Lists]
Advanced

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

Re: GNU Bazaar doesn't support the GNU build system


From: Ludovic Courtès
Subject: Re: GNU Bazaar doesn't support the GNU build system
Date: Fri, 18 Jan 2013 14:11:00 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

Nikita Karetnikov <address@hidden> skribis:

> I'm packaging GNU Bazaar.  Unfortunately, it doesn't support the GNU
> build system.

Yeah, among other things...

> 'INSTALL' contains the following instructions:
>
> When upgrading using setup.py, it is recommended that you first delete the
> bzrlib directory from the install target.
>
> To install bzr as a user, run
>
>   python setup.py install --home ~ 
>
> To install system-wide, run (as root)
>
>   python setup.py install
>
> I know how to replace phases.  But how can I call 'python'?

Like this: (system* "python" "setup.py" "install").

Ludo’.



reply via email to

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