help-guix
[Top][All Lists]
Advanced

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

Re: Guix Packages - unpack issue


From: Ricardo Wurmus
Subject: Re: Guix Packages - unpack issue
Date: Mon, 07 Jan 2019 20:38:29 +0100
User-agent: mu4e 1.0; emacs 26.1

Hi Reza,

please always send replies to all recipents, including the list.

> (source (origin
>     (method url-fetch)
>     (uri (string-append 
>         
> "https://s3.eu-central-1.amazonaws.com/source-git-pantherx-org/guix-tools_";
>         version ".tgz"))
>     (sha256 
>         (base32 "125h6h1b2i2q9vwlsi1y1yzqcn27vziqmg0w0cyaigkj9q0mc09q"))))

This is a tarbomb.  Its contents are directly unpacked to the current
directory.  A well-behaved tarball should unpack into a directory.

You can use (method url-fetch/tarbomb) in this case.

-- 
Ricardo




reply via email to

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