From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58915) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i7QQF-0000nj-2j for guix-patches@gnu.org; Mon, 09 Sep 2019 16:38:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i7QQE-00035z-2a for guix-patches@gnu.org; Mon, 09 Sep 2019 16:38:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60024) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i7QQD-00035o-UO for guix-patches@gnu.org; Mon, 09 Sep 2019 16:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i7QQD-0003K2-QA for guix-patches@gnu.org; Mon, 09 Sep 2019 16:38:01 -0400 Subject: [bug#37360] [PATCH 0/1] fzf and un-packaged dependencies Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:52342) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i7PpT-0004RT-3z for guix-patches@gnu.org; Mon, 09 Sep 2019 16:00:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i7PpR-0000sW-RZ for guix-patches@gnu.org; Mon, 09 Sep 2019 16:00:02 -0400 Received: from mail-io1-xd42.google.com ([2607:f8b0:4864:20::d42]:42565) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i7PpR-0000s1-Ix for guix-patches@gnu.org; Mon, 09 Sep 2019 16:00:01 -0400 Received: by mail-io1-xd42.google.com with SMTP id n197so31802771iod.9 for ; Mon, 09 Sep 2019 13:00:01 -0700 (PDT) Received: from rekahsoft-mini ([2607:fea8:1c60:690::3]) by smtp.gmail.com with ESMTPSA id f7sm13128795ioj.66.2019.09.09.12.59.59 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Sep 2019 12:59:59 -0700 (PDT) From: "Collin J. Doering" Date: Mon, 09 Sep 2019 15:59:57 -0400 Message-ID: <871rwp44w2.fsf@rekahsoft.ca> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37360@debbugs.gnu.org This is a small patch that adds the fzf shell utility as well as un-packaged dependencies. Collin J. Doering (1): gnu: Add fzf and un-packaged dependencies gnu/packages/golang.scm | 46 ++++++++++++++++++++++++++++++++++ gnu/packages/shellutils.scm | 50 +++++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+) -- Collin J. Doering http://rekahsoft.ca http://blog.rekahsoft.ca http://git.rekahsoft.ca