me
/
guix
Archived
1
0
Fork 0
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
guix/gnu
Philip McGrath 65bad4d036
gnu: racket: Unbundle racket-minimal.
This change takes advantage of improved support for layered
and tethered installations in Racket 8.2.

* gnu/packages/racket.scm (extend-layer): New private variable.
This is a script for configuring a new config-tethered layer
chaining to an existing Racket installation.
* gnu/packages/racket.scm (racket)[source](snippet): Unbundle
`racket-minimal`.
[inputs]: Remove inputs that properly belong to `racket-minimal`.
[native-inputs]: Add `racket-minimal` and `extend-layer`.
[arguments]: Stop inheriting from `racket-minimal`. Add phase
'unpack-packages to move the sources and links file into place.
Replace 'configure phase using `extend-layer`.
Replace 'build phase using `raco setup`.
Delete 'install phase.
* gnu/packages/patches/racket-sh-via-rktio.patch: Rename to ...
* gnu/packages/patches/racket-minimal-sh-via-rktio.patch: ... this
file to placate `guix lint`.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
* gnu/packages/racket.scm (racket-minimal)[source]: Likewise.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-31 01:03:25 +02:00
..
bootloader
build services: setuid: More configurable setuid support. 2021-07-29 11:32:08 -04:00
installer installer: Unconditionally import (gnu services cups) in config.scm. 2021-07-04 13:04:45 +02:00
machine
packages gnu: racket: Unbundle racket-minimal. 2021-07-31 01:03:25 +02:00
services services: Migrate to <setuid-program>. 2021-07-29 11:32:48 -04:00
system system: Add (gnu system setuid). 2021-07-29 13:09:48 -04:00
tests installer: tests: Expect but do not select other services by default. 2021-07-04 13:04:45 +02:00
artwork.scm
bootloader.scm
ci.scm ci: Add bootstrap packages to the core subset. 2021-07-09 14:12:15 +02:00
image.scm
installer.scm
local.mk gnu: racket: Unbundle racket-minimal. 2021-07-31 01:03:25 +02:00
machine.scm
packages.scm
services.scm services: setuid: More configurable setuid support. 2021-07-29 11:32:08 -04:00
system.scm services: Migrate to <setuid-program>. 2021-07-29 11:32:48 -04:00
tests.scm