From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: Re: [PATCH] gnu: Add python-pygame. Date: Sat, 30 Jul 2016 15:52:06 +0200 Message-ID: <8760rngrnd.fsf@gnu.org> References: <87bn1grvuq.fsf@openmailbox.org> <8760rorv57.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bTUg6-0000yl-9t for guix-devel@gnu.org; Sat, 30 Jul 2016 09:51:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bTUg2-0001gm-4s for guix-devel@gnu.org; Sat, 30 Jul 2016 09:51:45 -0400 In-reply-to: <8760rorv57.fsf@openmailbox.org> 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: Kei Kebreau Cc: guix-devel@gnu.org Kei Kebreau writes: > Kei Kebreau writes: > >> The python-pygame patch as promised. Note that it requires the >> application of the most recently submitted libsmpeg patch. Would anyone >> else like to test this? :-) I've succesfully built both the libsmpeg patch and python-pygame. > Please disregard the earlier patch. I had to add the other licenses and > a description to the definition. Thanks to Roel for sharing a pygame definition! Thank you for getting it to work! I only have one comment: >+ (system* "ln" "--symbolic" "Setup.in" "Setup"))))))) >+ ;; The default tries to install libraries into the python directory. >+ ;; Using --install-lib, we can provide the correct path. >+ (native-inputs >+ `(("python-setuptools" ,python-setuptools))) The comment seems to be out of place. I don't even know where it belongs to anymore. Was this for another build phase customization? (it seems to because of the indentation..). Thank you. Kind regards, Roel Janssen