From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] gnu: Add lxappearance. Date: Thu, 16 Jul 2015 12:41:13 -0400 Message-ID: <87si8orr6e.fsf@netris.org> References: <87si8to3s8.fsf@openmailbox.org> <87d1zwe9qd.fsf@gmail.com> <87wpy19pkq.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFmE3-000134-RU for guix-devel@gnu.org; Thu, 16 Jul 2015 12:41:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFmDz-0000FT-Dw for guix-devel@gnu.org; Thu, 16 Jul 2015 12:41:35 -0400 Received: from world.peace.net ([50.252.239.5]:39096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFmDz-0000Ci-AC for guix-devel@gnu.org; Thu, 16 Jul 2015 12:41:31 -0400 In-Reply-To: <87wpy19pkq.fsf@openmailbox.org> (Mathieu Lirzin's message of "Wed, 15 Jul 2015 21:40:53 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mathieu Lirzin Cc: guix-devel@gnu.org, Alex Kost Mathieu Lirzin writes: > Alex Kost writes: > >> I think it should be: >>> + "mirror://sourceforge/project/lxde/LXAppearance/" >> >> guix download "mirror://sourceforge/projects/lxde/files/LXAppearance/lxappearance-0.6.1.tar.xz" >> >> gives some html file. Otherwise it looks good to me. > > fixed! The lxappearance builds are failing on Hydra, because the hash of the downloaded source doesn't match the one in the package description: http://hydra.gnu.org/eval/105500#tabs-new http://hydra.gnu.org/build/588561 http://hydra.gnu.org/build/588561/nixlog/1/raw Can you look into it? Mark