Am Mittwoch, 12. Dezember 2012 schrieb Ludovic Courtès:

> > As for the rough edges, installing the hello package twice results in

> > an error message, too.

> Commit 1c67d63 fixes that.

 

Thanks! Now I can install "hello" over and over again :-)

 

> > Another question: My guix source and compile directory gets populated

> > with symbolic links t-profile* to files /nix/store/*user-environment

> > that survive even to "make distclean". I suppose I can safely delete

> > them? If yes, could they be deleted by "make clean"?

> Yes. These were leftovers from tests/guix-package.sh. I think 7a6548c

> solves that.

 

Yes, it seems to. Thank!

 

Andreas