package-lists/guix-common-lisp-channels: Add dev utils.

master
Pierre Neidhardt 2020-12-01 16:27:53 +01:00
parent de260df7a2
commit 5304cf5c68
2 changed files with 18 additions and 8 deletions

View File

@ -22,7 +22,7 @@
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(commit
"ae3c7e7d275a63b46dd5a7f04434871dfdd904ff")
"c16628ea6e7a37cd324a40637074311473d9f3b2")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"

View File

@ -1,16 +1,21 @@
(specifications->manifest
'("sbcl"
"lisp-repl-core-dumper"
"sbcl-alexandria"
"sbcl-bordeaux-threads"
"sbcl-calispel"
"sbcl-chanl"
"sbcl-closer-mop"
"sbcl-cl-csv"
"sbcl-cl-interpol"
"sbcl-cl-ppcre"
"sbcl-cl-prevalence"
"sbcl-cl-progress-bar"
"sbcl-cl-str"
"sbcl-clesh"
"sbcl-closer-mop"
"sbcl-dexador"
"sbcl-fset"
"sbcl-hu.dwim.defclass-star"
"sbcl-cl-interpol"
"sbcl-iolib"
"sbcl-local-time"
"sbcl-log4cl"
@ -18,15 +23,20 @@
"sbcl-moptilities"
"sbcl-osicat"
"sbcl-plump" ; Parse HTML.
"sbcl-cl-ppcre"
"sbcl-cl-prevalence"
"sbcl-quicksearch"
"sbcl-quri"
"sbcl-repl-utilities"
"sbcl-serapeum"
"sbcl-series"
"sbcl-cl-str"
"sbcl-supertrace"
"sbcl-trivia"
"sbcl-trivial-benchmark"
"sbcl-trivial-download"
"sbcl-trivial-file-size"
"sbcl-trivial-package-local-nicknames"
"sbcl-trivial-types"
"sbcl-unix-opts"))
"sbcl-unix-opts"
;; See if useful in the long run:
"sbcl-glyphs"
"sbcl-gtwiwtg"))