Re: About "asdf-build-system/source" and dependent packages

2020-03-03 Thread NOEU
Thank you for responding to my poor English text. As you told me, using propagated-inputs now automatically installs dependent packages. I've been studying Common Lisp for about a month, and recently started touching GNU Guix as an alternative to the Quicklisp package management system. I

Re: About "asdf-build-system/source" and dependent packages

2020-03-03 Thread Pierre Neidhardt
Tobias Geerinckx-Rice writes: > Pierre Neidhardt 写道: >> Thanks for bringing this up! > > +1 > >> asdf-build-system/source should turn its inputs into propagated >> inputs >> so that it does what the users want. >> >> I guess we just need to fix the build system. >> >> What about other build

Re: About "asdf-build-system/source" and dependent packages

2020-03-03 Thread Tobias Geerinckx-Rice
Pierre Neidhardt 写道: Thanks for bringing this up! +1 asdf-build-system/source should turn its inputs into propagated inputs so that it does what the users want. I guess we just need to fix the build system. What about other build systems? For instance, installing an sbcl package will not

Re: About "asdf-build-system/source" and dependent packages

2020-03-03 Thread Pierre Neidhardt
Thanks for bringing this up! asdf-build-system/source should turn its inputs into propagated inputs so that it does what the users want. I guess we just need to fix the build system. What about other build systems? For instance, installing an sbcl package will not drag the source of its

About "asdf-build-system/source" and dependent packages

2020-03-03 Thread NOEU
Hello I am worried about the build-system of the GNU Guix package management system and the resolution of package dependencies. Please help if you like. I wanted to use the GNU Guix package management system to create a private channel for Common Lisp ASDF packages. I am working while