From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [PATCH 0/2] Move image viewers to (gnu packages image-viewers). Date: Fri, 2 Dec 2016 12:51:31 +0300 Message-ID: <20161202095133.5796-1-alezost@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCkVa-0004X3-Qc for guix-devel@gnu.org; Fri, 02 Dec 2016 04:51:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCkVX-00018D-PB for guix-devel@gnu.org; Fri, 02 Dec 2016 04:51:58 -0500 Received: from mail-lf0-x243.google.com ([2a00:1450:4010:c07::243]:33567) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cCkVX-000182-H4 for guix-devel@gnu.org; Fri, 02 Dec 2016 04:51:55 -0500 Received: by mail-lf0-x243.google.com with SMTP id 98so21464006lfs.0 for ; Fri, 02 Dec 2016 01:51:55 -0800 (PST) Received: from localhost.localdomain ([217.107.192.156]) by smtp.gmail.com with ESMTPSA id u74sm679133lfi.9.2016.12.02.01.51.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Dec 2016 01:51:52 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org As discussed around here: , these patches move image viewers to their module. Also exiv2 is moved to (gnu packages image). [PATCH 1/2] gnu: exiv2: Move to (gnu packages image). [PATCH 2/2] gnu: Move image viewers to (gnu packages image-viewers).