From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Reza Alizadeh Majd" Subject: Installing a package using guile script Date: Mon, 06 May 2019 10:13:48 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNeNS-0005Yb-Ja for help-guix@gnu.org; Mon, 06 May 2019 10:13:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNeNQ-0006y8-Lf for help-guix@gnu.org; Mon, 06 May 2019 10:13:57 -0400 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]:51019) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hNeNO-0006uv-MD for help-guix@gnu.org; Mon, 06 May 2019 10:13:55 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id E288F418 for ; Mon, 6 May 2019 10:13:49 -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@gnu.org Hi, Just wanted to now if there is any programming interface available for Guix in order to install a packages with a Guile script ? I actually want to install packages for a specific user, after `guix system reconfigure ... ` command. my plan was to add a simple Guile script after `operating-system` definition in my system configuration file, to add packages to user's profile. the easiest way is to just run a shell script for to do that for me, but I'm curious that if there is any more programmatic solution for that? Regards, Reza