From mboxrd@z Thu Jan 1 00:00:00 1970 From: brettg@posteo.net Subject: checking out a shebang-patched package source Date: Sat, 23 Mar 2019 05:27:01 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:33922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h7YRC-0002rv-O7 for help-guix@gnu.org; Sat, 23 Mar 2019 00:39:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h7YFO-0000fT-Je for help-guix@gnu.org; Sat, 23 Mar 2019 00:27:07 -0400 Received: from mout01.posteo.de ([185.67.36.65]:42420) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h7YFO-0000eB-0G for help-guix@gnu.org; Sat, 23 Mar 2019 00:27:06 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 5297116005D for ; Sat, 23 Mar 2019 05:27:02 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 44R6tY4NrFz6tm5 for ; Sat, 23 Mar 2019 05:27:01 +0100 (CET) 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: help-guix 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?