Skip to content
Snippets Groups Projects
Unverified Commit 89ca445c authored by Pierre Neidhardt's avatar Pierre Neidhardt
Browse files

gnu: sbcl-next: Update to 1.1.0.

* gnu/packages/web-browsers.scm (sbcl-next): Update to 1.1.0.
parent b96bd821
No related branches found
No related tags found
No related merge requests found
...@@ -442,6 +442,9 @@ (define expected-fasl (string-append ...@@ -442,6 +442,9 @@ (define expected-fasl (string-append
;; the illegal version will result in NIL in the .desktop ;; the illegal version will result in NIL in the .desktop
;; file. ;; file.
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(with-output-to-file "version"
(lambda _
(format #t "~a" ,(package-version next-gtk-webkit))))
(invoke "make" "install-assets" (invoke "make" "install-assets"
(string-append "PREFIX=" (string-append "PREFIX="
(assoc-ref outputs "out")))))))) (assoc-ref outputs "out"))))))))
...@@ -453,14 +456,12 @@ (define expected-fasl (string-append ...@@ -453,14 +456,12 @@ (define expected-fasl (string-append
("cl-strings" ,sbcl-cl-strings) ("cl-strings" ,sbcl-cl-strings)
("cl-string-match" ,sbcl-cl-string-match) ("cl-string-match" ,sbcl-cl-string-match)
("puri" ,sbcl-puri) ("puri" ,sbcl-puri)
("queues.simple-queue" ,sbcl-queues.simple-queue)
("sqlite" ,sbcl-cl-sqlite) ("sqlite" ,sbcl-cl-sqlite)
("parenscript" ,sbcl-parenscript) ("parenscript" ,sbcl-parenscript)
("cl-json" ,sbcl-cl-json) ("cl-json" ,sbcl-cl-json)
("swank" ,sbcl-slime-swank) ("swank" ,sbcl-slime-swank)
("cl-markup" ,sbcl-cl-markup) ("cl-markup" ,sbcl-cl-markup)
("cl-css" ,sbcl-cl-css) ("cl-css" ,sbcl-cl-css)
("usocket" ,sbcl-usocket)
("bordeaux-threads" ,sbcl-bordeaux-threads) ("bordeaux-threads" ,sbcl-bordeaux-threads)
("s-xml-rpc" ,sbcl-s-xml-rpc) ("s-xml-rpc" ,sbcl-s-xml-rpc)
("unix-opts" ,sbcl-unix-opts))) ("unix-opts" ,sbcl-unix-opts)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment