From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: Re: Trivial build system Date: Sun, 11 Jan 2015 10:33:04 -0500 Message-ID: <87wq4tjpsf.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> References: <20150111151247.GA23839@debian> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAKVp-0004y9-1L for guix-devel@gnu.org; Sun, 11 Jan 2015 10:33:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAKVn-0001yN-VK for guix-devel@gnu.org; Sun, 11 Jan 2015 10:33:08 -0500 Received: from mail.fsf.org ([208.118.235.13]:48874) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAKVn-0001yJ-So for guix-devel@gnu.org; Sun, 11 Jan 2015 10:33:07 -0500 In-Reply-To: <20150111151247.GA23839@debian> 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: Andreas Enge , guix-devel@gnu.org Andreas Enge writes: > in my work on texlive, I am trying to build a package by simply applying > the 'unpack and 'patch-source-shebangs phases of gnu-build-system. A working > approach is to delete all other phases from gnu-build-system, but that would > break the package whenever gnu-build-system is augmented. Rather than deleting the other known phases, how about just selecting the 2 phases you are interested in? (map (cut assq <> %standard-phases) '(unpack patch-source-shebangs)) It's not obvious to me what the problem is with the build system you have now, sorry. -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate