From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id ADzpFlMbBl9VXwAA0tVLHw (envelope-from ) for ; Wed, 08 Jul 2020 19:15:31 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 0OG9ElMbBl86GwAA1q6Kng (envelope-from ) for ; Wed, 08 Jul 2020 19:15:31 +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 BC7C194071A for ; Wed, 8 Jul 2020 19:15:30 +0000 (UTC) Received: from localhost ([::1]:46308 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jtFXU-0001WP-Ba for larch@yhetil.org; Wed, 08 Jul 2020 15:15:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56582) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jtFX4-00016e-SA for guix-patches@gnu.org; Wed, 08 Jul 2020 15:15:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55776) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jtFX4-0001Jx-IW for guix-patches@gnu.org; Wed, 08 Jul 2020 15:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jtFX4-00089e-Ee for guix-patches@gnu.org; Wed, 08 Jul 2020 15:15:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42229] [PATCH 8/9] gnu: jami: Fix compilation by providing necessary webchat files. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 08 Jul 2020 19:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42229 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jan Wielkiewicz Cc: 42229@debbugs.gnu.org Received: via spool by 42229-submit@debbugs.gnu.org id=B42229.159423567931305 (code B ref 42229); Wed, 08 Jul 2020 19:15:02 +0000 Received: (at 42229) by debbugs.gnu.org; 8 Jul 2020 19:14:39 +0000 Received: from localhost ([127.0.0.1]:39089 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtFWh-00088q-7k for submit@debbugs.gnu.org; Wed, 08 Jul 2020 15:14:39 -0400 Received: from mira.cbaines.net ([212.71.252.8]:36796) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtFWf-00088i-DI for 42229@debbugs.gnu.org; Wed, 08 Jul 2020 15:14:37 -0400 Received: from localhost (unknown [46.237.172.69]) by mira.cbaines.net (Postfix) with ESMTPSA id 77AC927BBE1; Wed, 8 Jul 2020 20:14:36 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 20d9ea6e; Wed, 8 Jul 2020 19:14:34 +0000 (UTC) References: <20200706155030.1938-1-tona_kosmicznego_smiecia@interia.pl> <20200706155030.1938-8-tona_kosmicznego_smiecia@interia.pl> <87lfjwnxxt.fsf@cbaines.net> <20200707232259.22052026@interia.pl> User-agent: mu4e 1.4.10; emacs 26.3 From: Christopher Baines In-reply-to: <20200707232259.22052026@interia.pl> Date: Wed, 08 Jul 2020 20:14:31 +0100 Message-ID: <87zh89keeg.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: 0.19 X-TUID: atoKrK0fS3ks --=-=-= Content-Type: text/plain Jan Wielkiewicz writes: >> I think there's some Expat stuff in there too. > Yes, there is, added expat to license list. Shouldn't Jami files > contain explicit license statement though? I'm not sure what you mean by explicit license statement, adding expat to the licenses list was all I had in mind. >> Rather than copying, could this be a symlink? That way you're just >> using another store item, rather than copying the files from one to >> another. > > Working on this. The build fails on the ".eslintrc.json". Guix for some > reason doesn't like dotfiles. Ok, sounds like the .eslintrc.json file can be deleted at build time, as I think it's configuration for a linter. I'm not sure if that'll help or not, but it might. Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl8GGxdfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9Xeg0g/+KrXPUVCtw7XGGAXgwj+1gZBsyqVNmgu7RTr1GW14dYR02BsWdGCa0jSD RJLRBPfvyhD5ei9WIDwiWRdGq4FLB9dih/w3FfXMQ9dewg+q6i7HRcsu27gERtSc iVRSJwEr4R3DvAKVKo/XkulCtlbzCWFKSSdn/0TcRA9u0ERpxWZHrKnDZQljKSCO rT11gl1o+DkbEkzR9Wl52pQI0Gn10390o1IUKFm+BKOdksS2LJQirQg/Bc73qbfO m1awK8kwWdMlj5uvjvy/1q5IN777+p3wAwz6/YrslJCLZOHgX/slhXFBR5ebbvdS zcWPPCbLS4JK2q7bZpCziqtzQJjGGe7yQzzrCfDGbWELksscPE/lljCP7MY/xsX4 l90ZQ6YaQupWsRbe0wNUeDSmrj/+6LnOWZXEJ0xCYqbWlJk80Vpkv4LKDMmcuBg+ kFmW33GKIgcexPf1/4ZrCJsGsJoOasMloogzMoPj9n1gUpXvzBafkC4AAISeTRd2 gkKPgG9o3dpm0nfZzVjPAuuISh1u2uzt38Vm+BYjLaesrDlWJMlxArWM0hWs6zII 8zxTLxuD7SzgsusasLcFt4R+y72WILrm4OLqsxzuPPN4m100gYVX9anFiQUYvQba BD6UcnMQwhYor/eZXaG+qwV4VPk7Fsuy4BvC8G4a0dEewFItMzk= =Z9Mm -----END PGP SIGNATURE----- --=-=-=--