From patchwork Mon Feb 21 12:47:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Efraim Flashner X-Patchwork-Id: 631 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 849D627BBEA; Mon, 21 Feb 2022 13:44:26 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 4850027BBE9 for ; Mon, 21 Feb 2022 13:44:26 +0000 (GMT) Received: from localhost ([::1]:38580 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nM8zI-0002ue-Cr for patchwork@mira.cbaines.net; Mon, 21 Feb 2022 08:44:25 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59956) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nM88N-0005aP-Kp for guix-patches@gnu.org; Mon, 21 Feb 2022 07:50:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41412) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nM87i-0000pC-Iy for guix-patches@gnu.org; Mon, 21 Feb 2022 07:49:12 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nM87i-0007FW-HE for guix-patches@gnu.org; Mon, 21 Feb 2022 07:49:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#54088] [PATCH 0/2] julia-build-system: Add missing julia-pkg-deps Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 21 Feb 2022 12:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 54088 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54088@debbugs.gnu.org, zimon.toutoune@gmail.com Cc: Efraim Flashner X-Debbugs-Original-To: guix-patches@gnu.org, zimon.toutoune@gmail.com Received: via spool by submit@debbugs.gnu.org id=B.164544770027808 (code B ref -1); Mon, 21 Feb 2022 12:49:02 +0000 Received: (at submit) by debbugs.gnu.org; 21 Feb 2022 12:48:20 +0000 Received: from localhost ([127.0.0.1]:35309 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nM872-0007ES-9I for submit@debbugs.gnu.org; Mon, 21 Feb 2022 07:48:20 -0500 Received: from lists.gnu.org ([209.51.188.17]:47082) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nM871-0007EL-Co for submit@debbugs.gnu.org; Mon, 21 Feb 2022 07:48:19 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59822) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nM86v-0005Oc-Vi for guix-patches@gnu.org; Mon, 21 Feb 2022 07:48:18 -0500 Received: from flashner.co.il ([178.62.234.194]:56074) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nM86u-0000jL-D3 for guix-patches@gnu.org; Mon, 21 Feb 2022 07:48:13 -0500 Received: from localhost (unknown [31.210.181.166]) by flashner.co.il (Postfix) with ESMTPSA id BD39D40313; Mon, 21 Feb 2022 12:47:39 +0000 (UTC) From: Efraim Flashner Date: Mon, 21 Feb 2022 14:47:05 +0200 Message-Id: X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Received-SPF: pass client-ip=178.62.234.194; envelope-from=efraim@flashner.co.il; helo=flashner.co.il X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches It turns out we didn't expose julia-package-dependencies in the julia-build-system, making the created Package.toml incomplete. This corrects the omission and fixes the one package where it is manually added. Efraim Flashner (2): build: julia: Add julia-package-dependencies as keyword. gnu: julia-media: Use julia-package-dependencies. gnu/packages/julia-xyz.scm | 15 ++------------- guix/build-system/julia.scm | 5 ++++- guix/build/julia-build-system.scm | 7 ++++++- 3 files changed, 12 insertions(+), 15 deletions(-) base-commit: 7eefff2054b94f8a7ad850ad8f36b8773bb39ce9