help-guix
[Top][All Lists]
Advanced

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

Re: Trying to define a package


From: Oleg Pykhalov
Subject: Re: Trying to define a package
Date: Mon, 02 Apr 2018 19:18:30 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello Arnaud,

Pierre Neidhardt <address@hidden> writes:

> Arnaud B <address@hidden> writes:

[…]

>> One thing to add is that the downloaded source file is not tar.gz file
>> format but zip file, perhaps that's part of the problem ?
>
> I think you need
>
>     (native-inputs
>      `(("unzip" ,unzip)))
>
> And add the (gnu packages compression) module.

You will also need to modify a ‘%standard-phases’ to unzip it.

Alternatively you could use ‘url-fetch/zipbomb’ from
‘guix/guix/download.scm’ instead of ‘url-fetch’.

Oleg.

Attachment: signature.asc
Description: PGP signature


reply via email to

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