Re: transmission-remote-cli not symlinked in ~/.guix-profile/bin/

2016-08-24 Thread Arun Isaac
>> /home/arunisaac/.guix-profile: symbolic link to >> /home/arunisaac/.guix-profile-2-link > > That looks unusual to me. I created a new test user (to get a guix-profile from scratch), and there was no issue with transmission-remote-cli. Maybe, I should just delete my ~/.guix-profile and ~/.guix

Re: transmission-remote-cli not symlinked in ~/.guix-profile/bin/

2016-08-24 Thread Arun Isaac
>> > What is the output of: >> > >> > $ file ~/.guix-profile >> >> /home/arunisaac/.guix-profile: symbolic link to >> /home/arunisaac/.guix-profile-2-link > > That looks unusual to me. For me, it's like this, both on GuixSD and > Guix on another distro: > > $ file ~/.guix-profile > /home/leo/.

Re: transmission-remote-cli not symlinked in ~/.guix-profile/bin/

2016-08-24 Thread Alex Kost
Leo Famulari (2016-08-23 18:38 +0300) wrote: > On Tue, Aug 23, 2016 at 04:52:12PM +0530, Arun Isaac wrote: >> >> > What is the output of: >> > >> > $ file ~/.guix-profile >> >> /home/arunisaac/.guix-profile: symbolic link to >> /home/arunisaac/.guix-profile-2-link > > That looks unusual to me

Re: guix pull avoidance

2016-08-24 Thread Vincent Legoll
Hello, > How's the following totally untested, probably buggy patch ? After painful testing (I have to remove the .config/guix/latest symlink each time, make it point back to ~/guix_git with my modifications, and it recompiles a whole bunch of scm files...) Any idea how to improve that ? > it's

Re: transmission-remote-cli not symlinked in ~/.guix-profile/bin/

2016-08-24 Thread Arun
> Right, this is what it should be. Arun, somehow ~/.guix-profile link > becomes broken for you. I don't know how it could happen, maybe you did > "guix package -p ~/.guix-profile ...", not sure if it could lead to > this. Anyway you can relink "~/.guix-profile" to > "/var/guix/profiles/per-use

Re: transmission-remote-cli not symlinked in ~/.guix-profile/bin/

2016-08-24 Thread Leo Famulari
On Wed, Aug 24, 2016 at 10:41:26PM +0530, Arun wrote: > > > Right, this is what it should be. Arun, somehow ~/.guix-profile link > > becomes broken for you. I don't know how it could happen, maybe you did > > "guix package -p ~/.guix-profile ...", not sure if it could lead to > > this. Anyway y

Re: transmission-remote-cli not symlinked in ~/.guix-profile/bin/

2016-08-24 Thread Arun
> I'm glad it worked for you. Any idea what happened? Whether it's > "unusual" or "wrong", this situation should not occur :) I have no idea. But, I have not deleted the user account with the problematic guix-profile. If you would like to run any tests, I can do so. signature.asc Description: P

Re: transmission-remote-cli not symlinked in ~/.guix-profile/bin/

2016-08-24 Thread Leo Famulari
On Thu, Aug 25, 2016 at 12:59:51AM +0530, Arun wrote: > > > I'm glad it worked for you. Any idea what happened? Whether it's > > "unusual" or "wrong", this situation should not occur :) > > I have no idea. But, I have not deleted the user account with the > problematic guix-profile. If you would

Re: transmission-remote-cli not symlinked in ~/.guix-profile/bin/

2016-08-24 Thread Leo Famulari
On Wed, Aug 24, 2016 at 03:54:39PM -0400, Leo Famulari wrote: > On Thu, Aug 25, 2016 at 12:59:51AM +0530, Arun wrote: > > > > > I'm glad it worked for you. Any idea what happened? Whether it's > > > "unusual" or "wrong", this situation should not occur :) > > > > I have no idea. But, I have not d

simplest package definition?

2016-08-24 Thread John J Foerch
Hello Guix, What is the simplest possible package definition, to install a single shell script? If possible, I would like to install it from the directory in which I'm developing it, and the package definition would also be in a file in this directory. Thank you, -- John Foerch