From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 1/4] gnu: Add wacom and xf86-input-wacom packages. Date: Wed, 15 Apr 2015 12:08:53 +0200 Message-ID: <87wq1d3dqi.fsf@mango.localdomain> References: <1429087541.722201.30125@badger> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiKFr-0006J0-4V for guix-devel@gnu.org; Wed, 15 Apr 2015 06:09:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YiKFn-0007r6-7Q for guix-devel@gnu.org; Wed, 15 Apr 2015 06:09:11 -0400 Received: from sender1.zohomail.com ([74.201.84.162]:53893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiKFl-0007qL-O8 for guix-devel@gnu.org; Wed, 15 Apr 2015 06:09:07 -0400 In-reply-to: <1429087541.722201.30125@badger> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andy Wingo Cc: guix-devel@gnu.org Andy Wingo writes: > diff --git a/gnu/packages/wacom.scm b/gnu/packages/wacom.scm > new file mode 100644 > index 0000000..76e7b2e > --- /dev/null > +++ b/gnu/packages/wacom.scm > @@ -0,0 +1,97 @@ > +;;; GNU Guix --- Functional package management for GNU > +;;; Copyright © 2014 Eric Bavier Is this copyright statement really correct? > +(define-public xf86-input-wacom > + (package > + (name "xf86-input-wacom") Should this not go into xorg.scm instead? ~~ Ricardo