From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 02/31] gnu: qt: Import licenses using #:prefix license:. Date: Sat, 27 Aug 2016 08:25:33 +0200 Message-ID: <87r39aohia.fsf@elephly.net> References: <20160826215300.12913-1-david@craven.ch> <20160826215300.12913-3-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdX3o-00065c-8Q for guix-devel@gnu.org; Sat, 27 Aug 2016 02:25:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bdX3l-00005W-2M for guix-devel@gnu.org; Sat, 27 Aug 2016 02:25:44 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdX3k-00005I-Cj for guix-devel@gnu.org; Sat, 27 Aug 2016 02:25:40 -0400 In-reply-to: <20160826215300.12913-3-david@craven.ch> 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: David Craven Cc: guix-devel@gnu.org David Craven writes: > * gnu/packages/qt.scm > (qt)[license]: Use license:. > (qt-4)[license]: Use license:. > (qtbase)[license]: Use license:. > (python-sip)[license]: Use license:. > (python-pyqt)[license]: Use license:. > (qtkeychain)[license]: Use license:. The patch looks good to me. The commit message can be simplified as such: gnu: Add prefix to license imports in (gnu packages qt). * gnu/packages/qt.scm: Import (guix licenses) with prefix "license:". This is how we did this kind of thing in the past. ~~ Ricardo