From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id H0y+IXKjlF/JDQAA0tVLHw (envelope-from ) for ; Sat, 24 Oct 2020 21:58:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id AzsSHXKjlF92ewAAbx9fmQ (envelope-from ) for ; Sat, 24 Oct 2020 21:58:10 +0000 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 D1B85940418 for ; Sat, 24 Oct 2020 21:58:09 +0000 (UTC) Received: from localhost ([::1]:45376 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kWRY8-0008Qs-BI for larch@yhetil.org; Sat, 24 Oct 2020 17:58:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47552) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kWRY2-0008Qe-9f for guix-patches@gnu.org; Sat, 24 Oct 2020 17:58:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52058) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kWRY1-00055P-VX for guix-patches@gnu.org; Sat, 24 Oct 2020 17:58:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kWRY1-0007sv-UT for guix-patches@gnu.org; Sat, 24 Oct 2020 17:58:01 -0400 Subject: bug#44181: [PATCH v2] gnu: Add atomicparsley. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 24 Oct 2020 21:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 44181 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Alexandru-Sergiu Marton Cc: 44181-done@debbugs.gnu.org Mail-Followup-To: 44181@debbugs.gnu.org, mail@cbaines.net, brown121407@posteo.ro Received: via spool by 44181-done@debbugs.gnu.org id=D44181.160357663030235 (code D ref 44181); Sat, 24 Oct 2020 21:58:01 +0000 Received: (at 44181-done) by debbugs.gnu.org; 24 Oct 2020 21:57:10 +0000 Received: from localhost ([127.0.0.1]:35369 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kWRXB-0007ra-OA for submit@debbugs.gnu.org; Sat, 24 Oct 2020 17:57:09 -0400 Received: from mira.cbaines.net ([212.71.252.8]:45650) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kWRX8-0007rP-AW for 44181-done@debbugs.gnu.org; Sat, 24 Oct 2020 17:57:08 -0400 Received: from localhost (92.41.179.191.threembb.co.uk [92.41.179.191]) by mira.cbaines.net (Postfix) with ESMTPSA id 5569E27BBF0; Sat, 24 Oct 2020 22:57:05 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id b5d0fcc9; Sat, 24 Oct 2020 21:57:03 +0000 (UTC) References: <87h7qjbc44.fsf@cbaines.net> <20201024235447.20487-1-brown121407@posteo.ro> User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Baines In-reply-to: <20201024235447.20487-1-brown121407@posteo.ro> Date: Sat, 24 Oct 2020 22:57:02 +0100 Message-ID: <87tuuj9tjl.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) 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" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: +cBaVldd3xfz --=-=-= Content-Type: text/plain Alexandru-Sergiu Marton writes: > * gnu/packages/video.scm (atomicparsley): New variable. > --- > This patch doesn't place atomicparsley at the end of video.scm anymore, to > prevent possible conflicts, explains why the tests are disabled and why the > CMake required version is modified, and corrects the license field. Awesome, I've pushed this to master as 6a3b4765f9dfcefa89e65406177d3442b7958c28. Thanks again, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl+Uoy5fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XdEOw//fu40/MBUHWT8mjroqCL63cra0WEyExA4 fXiICaLwVlsUMxtLRm+QLvGlZtRzF6ezLOtTsvvd228kZngyWBZgJzt9H/cbMJpA 0f6xrtYT25AWzqKhaa5d4jtMJnwFN4Q3WgPOy4ErJyvV/TTS9Dynl5wS2iS/laZW 60xv/+VZMtBudLKplAgs+0v6CSaC9lIJ6yCKwizqlttElXwGHBbX/fz25EKEMSKK oYO2HBbc9ArOCKBGnKVH2WswPCgV+cyawH4/2o9QJi48rxOqrN0KrVt/r3QSymMQ 3EkGrcWXmp+aZUD+Z+msy1zHgD2rZYV7VXL6V6jwy+AAngSVDWXSLoCfPeUAWArN 2LrKSuEQGdqcbz4Kj47XQJnpjj14Dd87N5a5GxdHxzxyp/V3FP7z2CYa13qiLoPJ G+sIULztikfOC9wPs5RzquRtZwlGqLvmVBsXfgjrJYgXuVi/Cr/QNIr9qRKHPI23 61R7MjBlT+pbd2O7VcMzZcwhs+GBebidL1b33EQvhbPsuZBNT4SHYQdzePgHSf65 7gm/loYdhCtoem4lIXQq4C2Oex9O62XotvjLPdbmvjfkp0Got1Cd2O07bA5UPTHg ogc12ZOMnVNSNVwbwCleusaPR77t8taZzEZFXknWDqrKw8tdeOTfKGcE04kBY7ft aItj3V7wfAs= =l4yW -----END PGP SIGNATURE----- --=-=-=--