From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?VGhhZGTDpHVzIFTDtnBwZW4=?= Subject: Problem using multiple manifest files Date: Fri, 12 Oct 2018 23:50:34 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000005fa43905780f1433" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gB5KZ-0007Aw-PU for help-guix@gnu.org; Fri, 12 Oct 2018 17:50:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gB5KZ-0008MK-0G for help-guix@gnu.org; Fri, 12 Oct 2018 17:50:47 -0400 Received: from mail-wm1-x32a.google.com ([2a00:1450:4864:20::32a]:52121) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gB5KY-0008L4-Oz for help-guix@gnu.org; Fri, 12 Oct 2018 17:50:46 -0400 Received: by mail-wm1-x32a.google.com with SMTP id 143-v6so13486057wmf.1 for ; Fri, 12 Oct 2018 14:50:46 -0700 (PDT) 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 --0000000000005fa43905780f1433 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello Guix community, I am new to Guix, and I am having trouble, using multiple manifest files. For example, I have a file "emacs.scm", containing: (specifications->manifest '("emacs" "emacs-evil")) =E2=80=A6and then other similar files, bundling different things, like prog= ramming languages / xorg stuff etc. When I use "guix package -m emacs.scm" it installs the packages and they are available. When I then install the next manifest file's packages, the "emacs.scm" packages are no longer available =E2=80=93 the links in "~/.guix-profile/bin" have been removed. Am I correct in assuming, that only one manifest file can be installed at a time, thus all package definitions have to be in one file (or at least imported into a main-package-file)? Also: If I have more (beginner) questions, should I drop them all in one mail or create separate threads Best Regards Thadd=C3=A4us --0000000000005fa43905780f1433 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello Guix community,

I am new to Guix,= and I am having trouble, using multiple manifest files.
For exam= ple, I have a file "emacs.scm"= ;, containing:

(specifications->manifest
=C2=A0 '("emacs" "emacs-evil"))

=E2=80=A6and then other similar files, bundling different things, like p= rogramming languages / xorg stuff etc.

When I use = "guix package -m emacs= .scm"=C2=A0it insta= lls the packages and they are available. When I then install the next manif= est file's packages, the &qu= ot;emacs.scm" packa= ges are no longer available =E2=80=93 the links in=C2=A0"~/.guix-profile/bin"=C2=A0have been removed.=C2=A0

Am I correct in assuming, that on= ly one manifest file can be installed at a time, thus all package definitio= ns have to be in one file (or at least imported into a main-package-file)?<= /font>

Also: If I have more (b= eginner) questions, should I drop them all in one mail or create separate t= hreads

Best Regards
Thadd=C3=A4us=
--0000000000005fa43905780f1433--