aboutsummaryrefslogtreecommitdiff
path: root/srfi
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-07-29 20:43:40 -0400
committerLeo Famulari <leo@famulari.name>2017-07-30 20:21:36 -0400
commit57f57a7bbfe1dbb2092ea082f575706fed03a42f (patch)
treea961c0b5ac589713f2c0712bb98c47ed9231e29b /srfi
parent706448b193406fcc50535d722196ee9bb0d99934 (diff)
downloadguix-57f57a7bbfe1dbb2092ea082f575706fed03a42f.tar.gz
guix-57f57a7bbfe1dbb2092ea082f575706fed03a42f.zip
services: ntp: Use the NTP pool via the 'guix' zone.
* gnu/services/networking.scm (%ntp-servers): Use *.guix.pool.ntp.org.
Diffstat (limited to 'srfi')
0 files changed, 0 insertions, 0 deletions
td> 2021-05-05gnu: 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> Philip McGrath 2021-05-05gnu: racket: Remove obsolete patch....* gnu/packages/racket.scm (racket)[source](patches): Remove "racket-store-checksum-override.patch", which is no longer needed since we stopped injecting store paths into Racket files in commit 834aa48: see <https://issues.guix.gnu.org/47180>. * gnu/packages/patches/racket-store-checksum-override.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath 2021-05-05gnu: racket: Move to (gnu packages racket)....* gnu/packages/scheme.scm (racket,racket-minimal): Move to ... * gnu/packages/racket.scm: ... this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/racket.scm (racket)[synopsis]: Tweak. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath