From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH] gnu: Simplify dtc package definition. Date: Thu, 8 Sep 2016 20:45:26 +0200 Message-ID: References: <20160907074631.3771-1-dannym@scratchpost.org> <20160907110141.3b27eca7@scratchpost.org> <20160908195539.4d47016d@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bi4KM-0001Ce-QU for guix-devel@gnu.org; Thu, 08 Sep 2016 14:45:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bi4KH-0006Xb-VA for guix-devel@gnu.org; Thu, 08 Sep 2016 14:45:33 -0400 Received: from mail-yb0-x241.google.com ([2607:f8b0:4002:c09::241]:33361) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bi4KG-0006XJ-Ns for guix-devel@gnu.org; Thu, 08 Sep 2016 14:45:29 -0400 Received: by mail-yb0-x241.google.com with SMTP id x93so1223495ybh.0 for ; Thu, 08 Sep 2016 11:45:27 -0700 (PDT) In-Reply-To: <20160908195539.4d47016d@scratchpost.org> 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: Danny Milosavljevic Cc: guix-devel Hi Danny, I don't have any special settings configured, just the default. Your patches are missing a header like this one: >From fc0e6e2ae96b0586035de96c65cfd08186ceb28a Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 7 Sep 2016 21:02:28 +0300 Subject: [PATCH] gnu: lightweight-desktop.tmpl: Fix typo. * gnu/system/examples/lightweight-desktop.tmpl: While it is currently unknown if Bob has a brother, it is sufficiently documented that Alice is, in fact, Bob's sister. --- gnu/system/examples/lightweight-desktop.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Does `git format-patch -1 && git checkout HEAD~ && git am *.patch` work for you?