From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brett Gilio Subject: Re: checking out a shebang-patched package source Date: Tue, 26 Mar 2019 20:56:00 -0500 Message-ID: <87ef6t6pxr.fsf@posteo.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:44258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h8xnZ-0005QA-Od for help-guix@gnu.org; Tue, 26 Mar 2019 21:56:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h8xnY-0003go-Ei for help-guix@gnu.org; Tue, 26 Mar 2019 21:56:13 -0400 Received: from mout01.posteo.de ([185.67.36.65]:53091) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h8xnY-0003gF-6Q for help-guix@gnu.org; Tue, 26 Mar 2019 21:56:12 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 3DC2816005E for ; Wed, 27 Mar 2019 02:56:08 +0100 (CET) In-reply-to: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: brettg@posteo.net Cc: help-guix brettg@posteo.net writes: > Hey all. > > I am trying to compile the newest Chez Scheme locally from a git > checkout. There are a number of shebang patches that have to be done > for it to compile "traditionally" (not using the guix build > --with-source) so I can generate a .compile_commands for my lsp to > know how to reference headers and such. > > Is there a way to get guix to modify those files that it patches on my > local checkout so I dont have to go through manually modifying it > myself? It has been a few days, so I am bumping this. Thanks :)