GNU bug report logs -
#60153
[PATCH] gnu: python-pygame: Update to 2.1.2.
Previous Next
Reported by: Adam Faiz <adam.faiz <at> disroot.org>
Date: Sat, 17 Dec 2022 10:02:01 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On 12/24/22 07:20, Adam Faiz wrote:
> + (("incdirs = \\[\\]") "incdirs = origincdirs")
> + (("libdirs = \\[\\]") "libdirs = origlibdirs"))))
I didn't do this kind of thing, because I didn't want to hardcode these.
Most systems that pygame supports want to stay with the defaults.
> (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.
I hope this clarifies my understanding of this issue.
I like that Guix can provide patched and sometimes enhanced package
sources while Guix-specific things stay in the build phases.
This bug report was last modified 2 years and 180 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.