From mboxrd@z Thu Jan 1 00:00:00 1970 From: NOEU Subject: Re: About "asdf-build-system/source" and dependent packages Date: Wed, 4 Mar 2020 00:59:39 +0900 Message-ID: References: <66c7c15a-ff2b-30eb-6bca-fd8a2b34a855@gmail.com> <87sgipebh0.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51235) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j99xS-0003Al-SE for help-guix@gnu.org; Tue, 03 Mar 2020 10:59:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j99xR-0004jx-S3 for help-guix@gnu.org; Tue, 03 Mar 2020 10:59:46 -0500 Received: from mail-pl1-x62e.google.com ([2607:f8b0:4864:20::62e]:39717) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j99xR-0004jn-MB for help-guix@gnu.org; Tue, 03 Mar 2020 10:59:45 -0500 Received: by mail-pl1-x62e.google.com with SMTP id g6so1496703plp.6 for ; Tue, 03 Mar 2020 07:59:45 -0800 (PST) In-Reply-To: <87sgipebh0.fsf@ambrevar.xyz> Content-Language: en-US List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt , help-guix@gnu.org Cc: Guillaume Le Vaillant 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 read guix/build-system/asdf.scm, but I don't know how this system works overall, and it seems difficult to modify or change the build system. But I think it's a great mechanism to be able to add a build system the way I want, so I'll try to read and understand the GNU Guile and Guix code in the future. On 2020/03/03 23:53, Pierre Neidhardt wrote: > 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 > dependents, which could be considered a bug. > > Thoughts? >