hydra-users
[Top][All Lists]
Advanced

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

Re: Removed, or missing, protocols file.


From: Eelco Dolstra
Subject: Re: Removed, or missing, protocols file.
Date: Thu, 02 Apr 2015 17:14:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi,

On 02/04/15 16:15, Mats Erik Andersson wrote:

> in the recent commit 4aa8225 to your 'inetutils/release.nix'
> the assignment
> 
>    __noChroot = true
> 
> was removed. With large probability you are breaking the
> test suite that GNU Inetutils needs to run at your build step.

I don't think I have commit access to the hydra-recipes repository, but this
problem can be fixed by adding the line:

  __impureHostDeps = [ "/etc/protocols" ];

where __noChroot used to be. This will import /etc/protocols (and nothing else)
into the chroot.

-- 
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/



reply via email to

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