From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH v2] move libxkbcommon from "gnu/packages/qt.scm" to "gnu/packages/xdisorg.scm" Date: Wed, 18 May 2016 14:45:34 -0400 Message-ID: <20160518184534.GA1347@jasmine> References: <20160507124737.20b49035@scratchpost.org> <20160507130921.25c90c55@scratchpost.org> <87k2j0sggc.fsf@gnu.org> <20160518203111.4a4b3874@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b36Tf-0005cA-Bt for guix-devel@gnu.org; Wed, 18 May 2016 14:45:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b36TZ-00014G-Df for guix-devel@gnu.org; Wed, 18 May 2016 14:45:50 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:54005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b36TX-00013Z-BT for guix-devel@gnu.org; Wed, 18 May 2016 14:45:45 -0400 Content-Disposition: inline In-Reply-To: <20160518203111.4a4b3874@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@gnu.org On Wed, May 18, 2016 at 08:31:11PM +0200, Danny Milosavljevic wrote: > $ git send-email > git: 'send-email' is not a git command. See 'git --help'. > > (on GuixSD) >From `guix package --show=git`: outputs: out send-email svn gui So, in order to use `git send-email` on GuixSD, you must first install it like this: $ guix package --install git:send-email