Re: Using an alternative python to build python modules

2023-02-21 Thread Kyle Andrews
Kyle Andrews writes: > Kyle Andrews writes: > >> There seems to be some secret Guile incantation I am overlooking. Could >> you give me a hint of what this could be? > > Tobias pointed out to me that the Guile developers could be to blame > here. They appear a bit too preoccupied with prematur

Re: Using an alternative python to build python modules

2023-02-21 Thread Kyle Andrews
Kyle Andrews writes: > There seems to be some secret Guile incantation I am overlooking. Could > you give me a hint of what this could be? Tobias pointed out to me that the Guile developers could be to blame here. They appear a bit too preoccupied with prematurely optimizing the speed of code

Re: Using an alternative python to build python modules

2023-02-21 Thread Kyle Andrews
Simon Tournier writes: > > You might be interested by the unexported procedure from (guix > build-system python) Thanks, Simon. Wojtek already suggested this procedure to me and I have been trying to understand it. Unfortunately, I am stuck earlier than I originally thought. I can't figure out

Re: Using an alternative python to build python modules

2023-02-21 Thread Edouard Klein
Hi ! I am not an expert, and your question definitively is in somewhat new territory to me, if a real expert comes by, listen to them instead. From what I gather, transitive inputs are only directs inputs and then propagated inputs (from the docstring of the package-transitive-inputs func). Howev

Re: Examples of local-host-entries or hosts-service-type?

2023-02-21 Thread Bruno Victal
Hi Remco, On 2023-02-11 11:46, Remco van 't Veer wrote: >(hosts-service-type config => >(cons* (host "some.ip.address.1" "machine1") > (host "some.other.ip.address" "machine2") > (local-host-ent

Re: Examples of local-host-entries or hosts-service-type?

2023-02-21 Thread Gary Johnson
2023/02/10 23:40, Sergiu Ivanov: > I am reconfiguring my system right now, and guix system reconfigure > /etc/config.scm tells me this: > > /etc/config.scm:126:27: warning: 'local-host-aliases' is deprecated, use > 'local-host-entries' instead > /etc/config.scm:126:27: warning: 'local-host-aliase

guix system image fails with: service 'swap-/swapfile' requires 'file-system-/'

2023-02-21 Thread Martin Castillo
Hi, I'm testing guix system image with the attachend config, and I get this error: /mnt/root/man.config.scm:35:14: warning: the 'target' field is deprecated, please use 'targets' instead guix system: warning: Consider running 'guix pull' followed by 'guix system reconfigure' to get up-to-date

Re: conflict in profile: same package appears twice

2023-02-21 Thread Simon Tournier
Hi, On Mon, 20 Feb 2023 at 16:05, Andy Tai wrote: > atai@localhost /share/software/guix/guix.git$ guix install dconf > The following package will be upgraded: >dconf (dependencies or package changed) > > guix install: error: profile contains conflicting entries for dconf > guix install: error

Re: Using an alternative python to build python modules

2023-02-21 Thread Simon Tournier
Hi, On Fri, 17 Feb 2023 at 21:27, Kyle Andrews wrote: > For example: > > ``` > (build-system python-build-system #:python python-3.6) > ``` > > That would be quite convenient and in line with the level of complexity > I was faced with when I took the conda approach before trying to use > Guix. U

Re: Generating helptags for vim plugins

2023-02-21 Thread nils
> Efraim Flashner hat am 19.02.2023 21:06 CET > geschrieben: > > > On Sun, Feb 19, 2023 at 11:09:57AM +0100, n...@promisedlandt.de wrote: > > Solutions I could think of: > > > > 1) Run the helptags generation after *all* plugins are installed > > 2) Do not install all plugins to ~/.guix-home/