From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 02/05: gnu: luajit: Update to 2.1.0-beta3. Date: Fri, 09 Feb 2018 03:43:09 -0500 Message-ID: <87vaf6d04i.fsf@netris.org> References: <20180208040203.20434.7928@vcs0.savannah.gnu.org> <20180208040204.6328E20AD1@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ek4Hv-0003Xj-1M for guix-devel@gnu.org; Fri, 09 Feb 2018 03:44:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ek4Hq-0002se-6S for guix-devel@gnu.org; Fri, 09 Feb 2018 03:44:07 -0500 Received: from world.peace.net ([50.252.239.5]:45350) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ek4Hq-0002oL-1S for guix-devel@gnu.org; Fri, 09 Feb 2018 03:44:02 -0500 In-Reply-To: <20180208040204.6328E20AD1@vcs0.savannah.gnu.org> (Tobias Geerinckx-Rice's message of "Wed, 7 Feb 2018 23:02:04 -0500 (EST)") 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" To: Tobias Geerinckx-Rice Cc: guix-devel@gnu.org Hi Tobias, me@tobias.gr (Tobias Geerinckx-Rice) writes: > nckx pushed a commit to branch master > in repository guix. > > commit 906f1b48e20a032c22a164c89f9e8862ab2bec7a > Author: Tobias Geerinckx-Rice > Date: Wed Jan 3 09:01:53 2018 +0100 > > gnu: luajit: Update to 2.1.0-beta3. > > * gnu/packages/lua.scm (luajit): Update to 2.1.0-beta3. > [source]: Remove symlinks patch. > * gnu/packages/patches/luajit-symlinks.patch: Delete file. > * gnu/local.mk (dist_patch_DATA): Remove it. This seems to have broken the 'love' package, which uses luajit. https://hydra.gnu.org/build/2488685 Would you be willing to investigate? Mark