From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:53310) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hb2Yy-0006jI-4i for gwl-devel@gnu.org; Wed, 12 Jun 2019 08:41:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hb2Yw-0000qp-5S for gwl-devel@gnu.org; Wed, 12 Jun 2019 08:41:12 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21355) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hb2Yu-0000m2-0s for gwl-devel@gnu.org; Wed, 12 Jun 2019 08:41:10 -0400 References: <875zpb9fh0.fsf@elephly.net> From: Ricardo Wurmus In-reply-to: <875zpb9fh0.fsf@elephly.net> Date: Wed, 12 Jun 2019 14:40:56 +0200 Message-ID: <874l4v9dt3.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: workflow dependencies are not built List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gwl-devel-bounces+kyle=kyleam.com@gnu.org Sender: "gwl-devel" To: gwl-devel@gnu.org Ricardo Wurmus writes: > Some of my recent changes must have broken deployment of package > inputs: [=E2=80=A6] The problem appears to have been caused by commit 08ccba0d4848bc4a693e90936201e5dee71b6b19, which introduced containerized expressions. The problem is likely with the definition of =E2=80=9Cpackage-dirs=E2=80=9D: (with-store store (run-with-store store (mapm %store-monad package-file (process-packages process)))) -- Ricardo