From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:43361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghVE3-00055Q-5B for guix-patches@gnu.org; Thu, 10 Jan 2019 02:58:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghVE2-0004uW-Cl for guix-patches@gnu.org; Thu, 10 Jan 2019 02:58:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53629) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ghVE2-0004uH-9b for guix-patches@gnu.org; Thu, 10 Jan 2019 02:58:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ghVE2-0001cr-2D for guix-patches@gnu.org; Thu, 10 Jan 2019 02:58:02 -0500 Subject: bug#33902: [PATCH] gnu: Add wlstream. Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Thu, 10 Jan 2019 08:57:16 +0100 From: Rutger Helling Message-ID: <20190110075716.51f992ad@mykolab.com> In-Reply-To: <874lah7s9g.fsf@gnu.org> References: <20181229134626.7c48f721@mykolab.com> <20181229224304.16864753@mykolab.com> <874lah7s9g.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/EmnRyMfGC+CxV6T=kN3GLyo"; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 33902-done@debbugs.gnu.org --Sig_/EmnRyMfGC+CxV6T=kN3GLyo Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks for the review, pushed with fixed indentation. I'll make sure to double check with ./etc/indent-code.el from now on. On Wed, 09 Jan 2019 16:41:31 +0100 Ludovic Court=C3=A8s wrote: > Hello Rutger, >=20 > Rutger Helling skribis: >=20 > > From b38bdecd0dee379f50241092aab2be4b69606209 Mon Sep 17 00:00:00 > > 2001 From: Rutger Helling > > Date: Fri, 28 Dec 2018 20:15:22 +0100 > > Subject: [PATCH 1/2] gnu: ffmpeg: Add libdrm support. > > > > * gnu/packages/video.scm (ffmpeg): Add libdrm support. =20 >=20 > [...] >=20 > > From 5d18a851060605deee53c275159a6d37bfc0b007 Mon Sep 17 00:00:00 > > 2001 From: Rutger Helling > > Date: Sat, 29 Dec 2018 16:17:59 +0100 > > Subject: [PATCH 2/2] gnu: Add wlstream. > > > > * gnu/packages/video.scm (wlstream): New variable. =20 >=20 > Both LGTM! >=20 > > +(define-public wlstream > > + (let ((commit "182076a94562b128c3a97ecc53cc68905ea86838") > > + (revision "1")) > > + (package > > + (name "wlstream") =20 > ^ >=20 > We usually add an extra space here. Did you try running > ./etc/indent-code.el on your packages? Or is it too inconvenient? >=20 > Thanks, > Ludo=E2=80=99. --Sig_/EmnRyMfGC+CxV6T=kN3GLyo Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEAVThuRzJ2e93ZI3n86cn20T8yjYFAlw2+twACgkQ86cn20T8 yjYwJQf/S1Xqd7EJ1CLdeMBh7slIc5TDs4brJOUmC7VWoe9WkQf+IkIhu9K99eR0 xwJu2VcXEzERbgnSFbU2l8aE9pNDRa0xj29JVoXqYpnbijReurszt2/V0HJy5Tvd fBdluqMFaq4BIccLeGmqIn8inSkLgSns5FiO4H/OfmOlGmIXDYwhqespmceoWDFj Pz3/5hO7g2tSsDI9BvBIhZ9nKL18d218dx2LCsLXsKygFWap9uXFDGU1boo+g7FL TQkPAq2ghgTAGTFe5wkyy05XeciGm1u0nuFjN0nEoMDii5Irj3GvYddyouoE/h01 +XcMcdwHgZ1tZNpURaBCSYtN00LpKg== =KeZW -----END PGP SIGNATURE----- --Sig_/EmnRyMfGC+CxV6T=kN3GLyo--