mbox series

[bug#50419,0/2] gnu: racket: fix `raco exe` with non-minimal Racket

Message ID 20210906045503.477260-1-philip@philipmcgrath.com
Headers show
Series gnu: racket: fix `raco exe` with non-minimal Racket | expand

Message

Philip McGrath Sept. 6, 2021, 4:55 a.m. UTC
This patch series fixes <https://issues.guix.gnu.org/50118>.
It also includes a minor fix for the build stamp configuration.

Philip McGrath (2):
  gnu: racket: fix `raco exe` with non-minimal Racket
  gnu: racket: suppress build stamp

 gnu/local.mk                                  |  1 +
 .../racket-minimal-backport-1629887.patch     | 28 +++++++++++++++++++
 gnu/packages/racket.scm                       |  5 +++-
 3 files changed, 33 insertions(+), 1 deletion(-)
 create mode 100644 gnu/packages/patches/racket-minimal-backport-1629887.patch

Comments

Ludovic Courtès Sept. 10, 2021, 3:19 p.m. UTC | #1
Hi,

Philip McGrath <philip@philipmcgrath.com> skribis:

> This patch series fixes <https://issues.guix.gnu.org/50118>.
> It also includes a minor fix for the build stamp configuration.
>
> Philip McGrath (2):
>   gnu: racket: fix `raco exe` with non-minimal Racket
>   gnu: racket: suppress build stamp

Cool.  Applied, thanks!

Ludo’.