Re: [PATCH] gnu: Add Grue Hunter.

2013-06-02 Thread Nikita Karetnikov
> > 2. I'd like to use > > > > (patch-shebang (string-append bin "/grue-hunter") > >(list perl)) > Should be (list (string-append perl "/bin")). I don't think so. Here's the output of (display (string-append "PERL: " perl "\n")): PERL: /nix/store/rp1fdpa8fa4cdx3j76yyhi4

Re: New “guix refresh” command

2013-06-02 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: >> + #:use-module (ice-9 optargs) > > This module is not needed (it’s for command-line argument processing.) Sorry, I just realized my mistake: (ice-9 optargs) was indeed for #:key, #:optional, and #:rest handling, but it no longer needs to be imported wit