bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Grue Hunter: Can't create directories in the store


From: Nikita Karetnikov
Subject: Re: Grue Hunter: Can't create directories in the store
Date: Fri, 24 May 2013 18:34:31 +0400

How can I unpack the tarball?  The following returns "In execvp of tar:
No such file or directory."

(arguments `(#:modules ...
                         #:builder
                         (begin
                           ...
                           (let* ((tarball (assoc-ref %build-inputs "tarball"))
                                          ...)
                                 (system* "tar" "xvf" tarball)
                                 ...))))

(inputs `(...
                  ("tarball" ,source)))

(display tarball) returns 
'/nix/store/6xwqfw5k58l0bhzzm8s81rrkmhm88vk4-grue-hunter.tar.gz'.

Attachment: pgp5CHboHSkf1.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]