guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#60153] [PATCH v2 1/3] gnu: python-pygame: Update to 2.1.2.


From: Adam Faiz
Subject: [bug#60153] [PATCH v2 1/3] gnu: python-pygame: Update to 2.1.2.
Date: Sat, 24 Dec 2022 07:54:55 +0800

On 12/24/22 07:43, Adam Faiz wrote:
                   (substitute* "buildconfig/config_unix.py"
                     (("localbase.d") "d"
           #~(modify-phases %standard-phases
             ;; Pass the dependencies to the configure script
             ;; through environment variables.
             (add-before 'build 'set-library-paths
               (lambda _
                 (setenv "LOCALBASE" " "))))))
I added this so that Guix as well as other systems can choose to pass the dependencies at the precise locations, otherwise it uses the defaults and doesn't affect those that use the defaults.
This part is actually flawed, what was done as part of 'fix-build-config is better. My mistake.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]