Re: a GUIX_PACKAGE_PATH / modules puzzle

2018-05-13 Thread Ricardo Wurmus
Nils Gillmann writes: >> If you have a file “core/lang-perl/perl.scm” and the module is called >> “(core lang-perl perl)” then you should not have “core” itself on >> GUIX_PACKAGE_PATH but its parent directory. > > In my example (pkgs lang-perl perl) itself had the parent directory "pkgs". > I a

Re: a GUIX_PACKAGE_PATH / modules puzzle

2018-05-12 Thread Nils Gillmann
Ricardo Wurmus transcribed 1.0K bytes: > > Nils Gillmann writes: > > > Here's what's happening now: > > > > I took my perl module which is in "pkgs/lang-perl/perl.scm", which contains > > our basic perl packages, > > and moved ( + renamed ) them into (core lang-perl perl) in a new directory. >

Re: a GUIX_PACKAGE_PATH / modules puzzle

2018-05-12 Thread Ricardo Wurmus
Nils Gillmann writes: > Here's what's happening now: > > I took my perl module which is in "pkgs/lang-perl/perl.scm", which contains > our basic perl packages, > and moved ( + renamed ) them into (core lang-perl perl) in a new directory. > > If I run GUIX_PACKAGE_PATH="/home/user/src/core" pack

Re: a GUIX_PACKAGE_PATH / modules puzzle

2018-05-11 Thread Nils Gillmann
Chris Marusich transcribed 3.0K bytes: > Nils Gillmann writes: > > > Hi, > > > > I'm not sure if guile-users / -dev liste is more appropriate. If it is, let > > me know. > > > > I'm currently still using GUIX_PACKAGE_PATH until I got my layout all set > > up. > > There's an issue that I can't s

Re: a GUIX_PACKAGE_PATH / modules puzzle

2018-05-11 Thread Nils Gillmann
Nils Gillmann transcribed 1.9K bytes: > Nils Gillmann transcribed 1.4K bytes: > > Nils Gillmann transcribed 2.1K bytes: > > > Okay, here's what I learned: > > > > > > * except for source code, the modules itself in Guile aren't very > > > * detailed documented. The documentation is good, but... .

Re: a GUIX_PACKAGE_PATH / modules puzzle

2018-05-11 Thread Nils Gillmann
Nils Gillmann transcribed 1.4K bytes: > Nils Gillmann transcribed 2.1K bytes: > > Okay, here's what I learned: > > > > * except for source code, the modules itself in Guile aren't very > > * detailed documented. The documentation is good, but... ... it's > > * nowhere mentioned that you can have

Re: a GUIX_PACKAGE_PATH / modules puzzle

2018-05-10 Thread Nils Gillmann
Nils Gillmann transcribed 2.1K bytes: > Okay, here's what I learned: > > * except for source code, the modules itself in Guile aren't very > * detailed documented. The documentation is good, but... ... it's > * nowhere mentioned that you can have a module (foo bar baz) and > * possibly also (foo

Re: a GUIX_PACKAGE_PATH / modules puzzle

2018-05-10 Thread Nils Gillmann
Okay, here's what I learned: * except for source code, the modules itself in Guile aren't very * detailed documented. The documentation is good, but... ... it's * nowhere mentioned that you can have a module (foo bar baz) and * possibly also (foo bar baz kim) but (foo baz bar bar) will lead to *

Re: a GUIX_PACKAGE_PATH / modules puzzle

2018-05-03 Thread Nils Gillmann
Chris Marusich transcribed 2.3K bytes: > Nils Gillmann writes: > > > Anyways, in which section of the guile Manual would I find "pk"? I've > > done surprisingly little debugging with Guile itself so far. > > Unfortunately, pk isn't (yet?) documented. It apparently stands for > "peek stuff". It

Re: a GUIX_PACKAGE_PATH / modules puzzle

2018-05-03 Thread Chris Marusich
Nils Gillmann writes: > Anyways, in which section of the guile Manual would I find "pk"? I've > done surprisingly little debugging with Guile itself so far. Unfortunately, pk isn't (yet?) documented. It apparently stands for "peek stuff". It prints and returns the value passed to it. It's a u

Re: a GUIX_PACKAGE_PATH / modules puzzle

2018-05-02 Thread Nils Gillmann
Chris Marusich transcribed 3.0K bytes: > Nils Gillmann writes: > > > Hi, > > > > I'm not sure if guile-users / -dev liste is more appropriate. If it is, let > > me know. > > > > I'm currently still using GUIX_PACKAGE_PATH until I got my layout all set > > up. > > There's an issue that I can't s

Re: a GUIX_PACKAGE_PATH / modules puzzle

2018-05-02 Thread Chris Marusich
Nils Gillmann writes: > Hi, > > I'm not sure if guile-users / -dev liste is more appropriate. If it is, let > me know. > > I'm currently still using GUIX_PACKAGE_PATH until I got my layout all set up. > There's an issue that I can't seem to get rid of, I'll try my best to > describe it now: > >

a GUIX_PACKAGE_PATH / modules puzzle

2018-05-01 Thread Nils Gillmann
Hi, I'm not sure if guile-users / -dev liste is more appropriate. If it is, let me know. I'm currently still using GUIX_PACKAGE_PATH until I got my layout all set up. There's an issue that I can't seem to get rid of, I'll try my best to describe it now: I have package definitions in 2 reposito