diff options
author | Philip McGrath <philip@philipmcgrath.com> | 2021-04-16 17:11:38 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-05-05 16:56:45 +0200 |
commit | 93867cb3beff479e6dd4fd2d0199ddc3508efeab (patch) | |
tree | e98c511bcf2f7aa37773668b6a0b1f8fb442193e /build-aux | |
parent | cd9454f6ed4e24612ed378c06174151c5fef4fd1 (diff) | |
download | guix-93867cb3beff479e6dd4fd2d0199ddc3508efeab.tar.gz guix-93867cb3beff479e6dd4fd2d0199ddc3508efeab.zip |
gnu: racket: Racket inherits racket-minimal, not vice versa.
By design, the `racket` package is equivalent to 'racket-minimal'
plus 'raco pkg install -i main-distribution'.
This switch brings the Guix packages a small step closer to that goal.
* gnu/packages/racket.scm (racket-minimal, racket): Change
'racket-minimal' to be the base package and 'racket' to inherit
from it. Move 'version', 'patches', 'home-page', 'build-system',
'arguments', and 'license' to 'racket-minimal'.
* gnu/packages/racket.scm (racket)[inputs]: Rather than copy and
pasting, use '(package-inputs racket-minimal)'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'build-aux')
0 files changed, 0 insertions, 0 deletions