From f47623843116c4a83240bb646edfcd9c0e1d8187 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 7 Apr 2020 22:21:58 +0100 Subject: gnu: guile3.0-chickadee: Rename to guile3.0-chickadee. This avoids having to packages, both called guile-chickadee. * gnu/packages/game-development.scm (guile3.0-chickadee)[name]: Change from guile-chickadee to guile3.0-chickadee. --- gnu/packages/game-development.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 2a66f4a40c..d4b2fdcab2 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1777,7 +1777,7 @@ that parenthetically inclined game developers need to make 2D (and eventually (define-public guile3.0-chickadee (package (inherit guile-chickadee) - (name "guile-chickadee") + (name "guile3.0-chickadee") (version "0.4.0") (source (origin (method url-fetch) -- cgit v1.2.3 lass='sub'>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/mapped-devices.scm
AgeCommit message (Expand)Author
2018-03-15linux-initrd: Autoload known-module-aliases, again....Mark H Weaver
2018-03-15linux-initrd: Move 'check-device-initrd-modules' elsewhere....Ludovic Courtès
2018-03-07linux-initrd: Factorize 'check-device-initrd-modules'....Ludovic Courtès
2018-03-02guix system: Check for the lack of modules in the initrd....Ludovic Courtès
2017-12-22mapped-devices: 'luks-device-mapping' checks its source device....Ludovic Courtès
2017-12-22mapped-devices: Add 'location' and 'check' fields....Ludovic Courtès
2017-09-11system: Introduce a disjoint UUID type....Ludovic Courtès
2017-06-07mapped-devices: Cope with delayed appearance of LUKS source....Mark H Weaver
2017-01-24mapped-devices: 'source' can be a list of strings....Ludovic Courtès