package-lists/guix-next-manifest: Include all Common Lisp dependencies.

master
Pierre Neidhardt 2020-06-11 17:24:59 +02:00
parent e877d72c9f
commit 69a64d2474
1 changed files with 44 additions and 13 deletions

View File

@ -1,21 +1,52 @@
(specifications->manifest
'("ccl"
;; "diffoscope" ; TODO: Do I really use it?
"gcc-toolchain" ; Needed to compile some Common Lisp FFI.
"glib-networking" ; For Next local dev.
"gobject-introspection" ; For Next with GI.
"gsettings-desktop-schemas" ; For Next local dev.
"info-reader" ; Needed so that INFO_PATH is set.
"libfixposix" ; For Next local dev.
"gcc-toolchain" ; Needed to compile some Common Lisp FFI.
"glib-networking" ; For Next local dev.
"gobject-introspection" ; For Next with GI.
"gsettings-desktop-schemas" ; For Next local dev.
;; "libfixposix" ; For Next local dev. TODO: Remove?
"make"
"man-db" ; Needed so that MANPATH is set.
"openssl"
"pkg-config"
;; "openssl" ; TODO: Remove?
"qtbase"
"qtwebengine"
"qtwebchannel"
"qtdeclarative"
"sbcl"
"valgrind"
"webkitgtk"
"xclip"))
;; "valgrind" ; TODO: Remove?
"webkitgtk" ; TODO: Remove when cl-webkit is updated.
;; "xclip"
"cl-alexandria"
"cl-bordeaux-threads"
"cl-css"
"cl-json"
"cl-markup"
"cl-ppcre"
"cl-prevalence"
"cl-closer-mop"
"cl-containers"
"cl-dexador"
"cl-enchant"
"cl-fset"
"cl-iolib"
"cl-local-time"
"cl-log4cl"
"cl-lparallel"
"cl-mk-string-metrics"
"cl-moptilities"
"cl-osicat" ; Only Guix package of Next needs SBCL version needed for libosicat.so.
"cl-parenscript"
"cl-plump"
"cl-quri"
"cl-serapeum"
"cl-str"
"cl-slime-swank"
"cl-trivia"
"cl-trivial-clipboard"
"cl-trivial-features"
"cl-trivial-package-local-nicknames"
"cl-trivial-types"
"cl-unix-opts"
;; WebKitGTK deps
"cl-cffi-gtk" ; TODO: Does it have info doc?
"cl-webkit" ))