From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id CD1xDbluFGSvSwAASxT56A (envelope-from ) for ; Fri, 17 Mar 2023 14:44:25 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id KMdnDbluFGRGNgAA9RJhRA (envelope-from ) for ; Fri, 17 Mar 2023 14:44:25 +0100 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 E9B1ACCEE for ; Fri, 17 Mar 2023 14:44:24 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=GJMwKPXg; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none); 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=1679060665; 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=6nTQkzJNvunmytq5yrP2rje7EQOdcrw2kF1BBSkHowA=; b=oj4nUt9iTmhOEoYvVOtQE2QQHr5kv52ixYszYN6QXMpuEUBM8AztClpKIgstG+vTwE7W/4 INnjpqVgCfOynAk/HF0ZJERcLER+TJl1ZCVMMRUADzErp4izmenPw9FE4X0lefCaPoL6wm KuDlJJttbmsw68UX2/u6CJaxoSDNhg1BxPF/S3M6s5vSo4vqdIyEcGbd6F4EaOic6JkKeL QIQ5fRI1MQdvaSLJ+5Vb7QYdOXUspgYIoah2Mhy3gY0ndDYXaFDLZHFv2+rYz4yRIHHC1V V4IoSWhJjIFfMsRv3eS5xp5zAmPQiyR8mDv2Ad6h5Hqn7Zc1QibW/ZC40ZAweQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=GJMwKPXg; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none); 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-Seal: i=1; s=key1; d=yhetil.org; t=1679060665; a=rsa-sha256; cv=none; b=h3swrcFxVlWPJZXwtWkU85vMi4tHepY467xO5ihAzVlGFS4gZhHyLLnKz0vFIKHvHgFGmK CPWCHybXe9XhHkDwBa04C9BmcYCPVqlt69hOLANRe0vDzaco/GUC2Uz73G3r44luhMzGq0 BnYusr0BBw+j6pzACng4vBD6bgCMsZ4esp22jWmwpa5el4Sz/FJes3Gs8gVUYoh1J1kUu6 26lSZGc/vRTU8pg8hxm15PB+0BXEA/TeeZDqryhjGZNogjodK/R30I1NShdqs/VehtOtQ1 W420x9iVV9ihqvO74MRUHJo+9eWnN3owJ09S7ilvUlhFrZfNOqaFeuUwL9pcGA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pdANJ-0005PH-LK; Fri, 17 Mar 2023 09:44:05 -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 1pdANH-0005Ot-Cg for guix-patches@gnu.org; Fri, 17 Mar 2023 09:44:03 -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 1pdANG-0002bZ-U8 for guix-patches@gnu.org; Fri, 17 Mar 2023 09:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pdANG-0006cq-A4 for guix-patches@gnu.org; Fri, 17 Mar 2023 09:44:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62050] [PATCH] gnu: Add tissue. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 17 Mar 2023 13:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62050 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 62050@debbugs.gnu.org Received: via spool by 62050-submit@debbugs.gnu.org id=B62050.167906061025422 (code B ref 62050); Fri, 17 Mar 2023 13:44:02 +0000 Received: (at 62050) by debbugs.gnu.org; 17 Mar 2023 13:43:30 +0000 Received: from localhost ([127.0.0.1]:44045 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdAMk-0006by-Je for submit@debbugs.gnu.org; Fri, 17 Mar 2023 09:43:30 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:58566) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdAMh-0006bm-G0 for 62050@debbugs.gnu.org; Fri, 17 Mar 2023 09:43:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=6nTQkzJNvunmytq5yrP2rje7EQOdcrw2kF1BBSkHowA=; b=GJMwKPXgDgv/l6OJE+FJjI1wCt lVDQhXyQgpjUID7+RJemzaAo+KpLuiWc48ma2P7NhFzwGFi8Wi/gd87TcCh/ueTTy4QUec2lGnlYl myh8+8Jsu9bvQHpbJCS4MKRNM7IdQPW/CJ+JLOXDiSLXiMLx0QVMAVfxnKgfH16ZOdIb5icVx77ud DtfsB0c7ez/bFI0b+mKeRCsK+Iwu/Sp4OV0DoqykNrLolA0c8h+i7y62QrvHMQJqpnl8iNB4AStE8 3wnXgeruSVg//aXdmSaGs5+MZ7BvCEwAZZhejehMzyxzi7YIzEzm8wdGHxf8O6RCtiZanSypiscJi HdCRu5Fg==; Received: from [192.168.2.1] (port=46006 helo=localhost) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1pdAMc-000Tbl-1U; Fri, 17 Mar 2023 19:13:23 +0530 From: Arun Isaac In-Reply-To: <87bkks9xi1.fsf@gnu.org> References: <20230308141221.7825-1-arunisaac@systemreboot.net> <87bkks9xi1.fsf@gnu.org> Date: Fri, 17 Mar 2023 13:43:17 +0000 Message-ID: <87lejvbiiy.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: X-Migadu-Queue-Id: E9B1ACCEE X-Spam-Score: -3.54 X-Migadu-Spam-Score: -3.54 X-Migadu-Scanner: scn0.migadu.com 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 X-TUID: XYqsY/yh1QTx Hi Ludo, > Note that Disarchive does not support lzip (yet). > > Thus it=E2=80=99s be a bit more archival-friendly if you would instead ei= ther > refer to a gzip tarball or refer to the Git repo. It=E2=80=99s not a blo= cker > though. I really like lzip due to its supposedly better design. https://www.nongnu.org/lzip/safety_of_the_lzip_format.html I've been speaking to Timothy Sample about supporting lzip in disarchive. It's a non-trivial amount of work, but I'll try to get it done. >> + (list #:make-flags #~(list (string-append "prefix=3D" #$output)) >> + #:modules `(((guix build guile-build-system) >> + #:select (target-guile-effective-version)) >> + ,@%gnu-build-system-modules) > > You can change the last line to just (guix build gnu-build-system). Replacing %gnu-build-system-modules with (guix build gnu-build-system) does not work since we also need (guix build utils). I could replace %gnu-build-system-modules with (guix build gnu-build-system) and (guix build utils), but is there something wrong with using %gnu-build-system-modules? > Next step is a system service I guess? :-) Yep! I have a service in the guix-forge channel, but it uses a few guix-forge specific constructs. I'll try and adapt it. Regards, Arun