From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rodion Goritskov Subject: Creating new package for Guix - newbie's question Date: Sun, 12 Jun 2016 23:08:10 +0300 Message-ID: <5fa1df57607f64fe3ea0890f5ff75674@goritskov.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCBgB-0008Fi-ET for help-guix@gnu.org; Sun, 12 Jun 2016 16:08:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCBg5-0004MJ-VQ for help-guix@gnu.org; Sun, 12 Jun 2016 16:08:18 -0400 Received: from goritskov.com ([46.101.215.102]:48530 helo=yank-yank.localdomain) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCBg5-0004Kz-Na for help-guix@gnu.org; Sun, 12 Jun 2016 16:08:13 -0400 Received: from goritskov.com (goritskov.com [46.101.215.102]) by yank-yank.localdomain (Postfix) with ESMTPSA id CE3701015F6 for ; Sun, 12 Jun 2016 16:08:10 -0400 (EDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Help Guix Hello everybody! I am GuixSD and Guix newcomer. Installation succeeded, but suddenly I found that one of my favorite packages - compton[1], is missing in repos. OK, that is not really a problem - I tried to create this package myself. So, I copied template "hello.scm" from documentation, modified it according to compton's build process. Question is - how I can test created package build process? I tried executing guix package -f . It doesn't output any errors, but package is not installed or built. What is the process of testing created package file? Thank you in advance. Proud Guix user, Rodion Goritskov P.S. Guix and GuixSD are great pieces of software! [1] - https://github.com/chjj/compton