ambrevar pushed a commit to branch wip-next-browser
in repository guix.
commit 1ab5ad6f61d271f812609f5b129f2b9d5e724963
Author: Pierre Neidhardt <[email protected]>
Date: Tue Oct 9 21:39:04 2018 +0200
next (FIX)
---
gnu/packages/web-browsers.scm | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index ece04fb..040c311 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -350,11 +350,23 @@ GUI. It is based on PyQt5 and QtWebKit.")
("cl-strings" ,sbcl-cl-strings)
("cl-string-match" ,sbcl-cl-string-match)
("puri" ,sbcl-puri)
- ("queues.simple-queue" ,sbcl-queues.simple-queue)))
+ ("queues.simple-queue" ,sbcl-queues.simple-queue)
+ ("cl-sqlite" ,sbcl-cl-sqlite)
+ ("parenscript" ,sbcl-parenscript)
+ ("cl-json" ,sbcl-cl-json)
+ ("unix-opts" ,sbcl-unix-opts)))
(arguments
`( ;; #:tests? #f
#:asd-file "next/next.asd"
- #:asd-system-name "next"
+ #:asd-system-name "next/gtk"
+ ;; #:phases
+ ;; (modify-phases %standard-phases
+ ;; (add-after 'create-symlinks 'build-program
+ ;; (lambda* (#:key outputs #:allow-other-keys)
+ ;; (build-program
+ ;; (string-append (assoc-ref outputs "out") "/bin/next")
+ ;; outputs
+ ;; #:entry-program '((next:next) 0)))))
;; #:make-flags (list (string-append "DESTDIR=" (assoc-ref %outputs
"out")))
;; #:phases
;; (modify-phases %standard-phases