From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id UFTZE3bxaGSQVwAASxT56A (envelope-from ) for ; Sat, 20 May 2023 18:12:38 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id IJb5E3bxaGRQRwAA9RJhRA (envelope-from ) for ; Sat, 20 May 2023 18:12:38 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2FB1211CDC for ; Sat, 20 May 2023 18:12:38 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q0PBh-0001e5-4F; Sat, 20 May 2023 12:12:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q0PBb-0001dc-UE for guix-patches@gnu.org; Sat, 20 May 2023 12:12:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1q0PBa-0008L6-MB for guix-patches@gnu.org; Sat, 20 May 2023 12:12:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1q0PBa-0005ie-58 for guix-patches@gnu.org; Sat, 20 May 2023 12:12:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63610] [PATCH 1/3] gnu: graphviz: Add "minimal" variant. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 20 May 2023 16:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63610 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63610@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= Received: via spool by 63610-submit@debbugs.gnu.org id=B63610.168459910321947 (code B ref 63610); Sat, 20 May 2023 16:12:02 +0000 Received: (at 63610) by debbugs.gnu.org; 20 May 2023 16:11:43 +0000 Received: from localhost ([127.0.0.1]:59213 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q0PBH-0005ht-7z for submit@debbugs.gnu.org; Sat, 20 May 2023 12:11:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54266) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q0PBC-0005hK-2s for 63610@debbugs.gnu.org; Sat, 20 May 2023 12:11:39 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q0PB6-0008IR-Kz; Sat, 20 May 2023 12:11:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:References:In-Reply-To:Date:Subject:To: From; bh=fhFwycBPEzxocCmj86zMRSIVNF0RIgGp/1LSPC68o7Y=; b=QRJGYtXNHsBMR0RkLhoj ljG7NrV+7glPzkw0PxSYIFA76yz1oUjM3dcNpFFPsFNCe8svMp87RLKGI0r388Unie8li6sq/WkUj /QovYdBT5MBPZMCpoPQ3PEWIDA2gvk8g8UU6d90okvlj3AlZukMhr/dOQrT7eFdXPXaTGQ14g2nsf w1xuh2VAyJOy98642fu4eJHMaNoa89/sloWM5wEhyMRf8PbRoVX4hfUvmonXSjq5wN55p+5CFIDdx kSGycL4uekdG2Vk6ECezyd0ucbKyAL1q2iEJnaJi1uqvgUIHBWaIh2/yp+eOilZDtRGQI1zrRRI4p 0WEn6iDfRO+y5w==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q0PB6-0001oj-8Y; Sat, 20 May 2023 12:11:32 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Sat, 20 May 2023 18:11:23 +0200 Message-Id: X-Mailer: git-send-email 2.40.1 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1684599158; a=rsa-sha256; cv=none; b=k0rA9ltXzrsmE1vtm3ZohQAKaxzc8HnTXisKxXy7Z+7MJscQzOKIW6EVh1k4YXqYaMGHDE P7QsxfJBKHpCvCDZSSBsRW3rUK+UfL1lEUIZYvGkhguojkkrglJdfHWnFGSZLjo2CgaDf+ CxEHG/M/yRZf5nK5yMONMCC52Dt0H4gFjbl+F+tBSztN3TdMmbHSzpl69FC4uosP1oHfng xKFCQDq7kpwnmhza5ZLVF1Vl2ejMO1ZZ16DqmgwEjSgrrGIidTqXaeInb3TlzJuX+4tGfQ 1jAj+723WFyIsq3CrQBI4Bn5/eHuqYNv7Pg11c9ZI0WMe4RXJ3ZOwyuGkDbvRQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=QRJGYtXN; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1684599158; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=fhFwycBPEzxocCmj86zMRSIVNF0RIgGp/1LSPC68o7Y=; b=Wg6aaCGyeKWnY+uyV5W6o/EH6LQgUFZPW9WhszJfIEF3h0pH9NugiM4uLSMPG4ksNhSUvy nABSCBqUvDBYTi8XvYyuLZ4TeGJI1CkU5pcLvzsPu5W7P8WknTq7BXWotVHU7g2Trguf39 W1veXFuCzPKof3KN6jUeaNCmHrqU7nCN54UXR3Jn7wn7hcKW9TSL+6PAJrTh06OUnCnJYX f4s2Amrb0MKR+rbxyYBUygQEGt5SuhBlqjmeib4VCsBBk8FHQmn/HpyVMRVv8T9qaRnOCG qvKRIAlX1WeP/Jbj7EA17QeGeGc9HStyI/egCPtvfi9ryGaZTUYwaNk7g/hl1Q== X-Migadu-Spam-Score: -0.81 X-Spam-Score: -0.81 X-Migadu-Queue-Id: 2FB1211CDC X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=QRJGYtXN; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-TUID: BowdU4rzppZJ * gnu/packages/graphviz.scm (graphviz-minimal): New variable. --- gnu/packages/graphviz.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm index 26ee96afd4..30dd6d3405 100644 --- a/gnu/packages/graphviz.scm +++ b/gnu/packages/graphviz.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013, 2015, 2021 Ludovic Courtès +;;; Copyright © 2013, 2015, 2021, 2023 Ludovic Courtès ;;; Copyright © 2015, 2020 Efraim Flashner ;;; Copyright © 2016 Theodoros Foradis ;;; Copyright © 2017, 2018, 2019, 2022 Ricardo Wurmus @@ -124,6 +124,13 @@ (define-public graphviz '((release-monitoring-url . "https://graphviz.org/download/source/"))) (license license:epl1.0))) +(define-public graphviz-minimal + (package/inherit graphviz + (name "graphviz-minimal") + (inputs (modify-inputs (package-inputs graphviz) + (delete "libxrender" "libx11" "pango" "libxaw"))) + (synopsis "Graph visualization software (without X11 support)"))) + (define-public python-graphviz (package (name "python-graphviz") -- 2.40.1