From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60261) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPkbA-0002wj-Kr for guix-patches@gnu.org; Wed, 30 Oct 2019 05:49:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPkb9-0006ey-Mz for guix-patches@gnu.org; Wed, 30 Oct 2019 05:49:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40440) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iPkb8-0006cX-Lx for guix-patches@gnu.org; Wed, 30 Oct 2019 05:49:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iPkb8-0004WK-Dk for guix-patches@gnu.org; Wed, 30 Oct 2019 05:49:02 -0400 Subject: [bug#37979] [PATCH 1/1] * audio.scm (define public lilv): enable python bindings Resent-Message-ID: References: <20191029104423.2513c959@uni-bielefeld.de> From: Mathieu Othacehe In-reply-to: <20191029104423.2513c959@uni-bielefeld.de> Date: Wed, 30 Oct 2019 10:48:30 +0100 Message-ID: <87v9s6bm35.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37979@debbugs.gnu.org Hello, You can use with-directory-excursion instead of doing: --8<---------------cut here---------------start------------->8--- (chdir "bindings/python") ... (chdir "../..") --8<---------------cut here---------------end--------------->8--- Also the commit title should be: gnu: lilv: Enable python bindings. Can you please send a v2 :) ? Thanks, Mathieu