mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: next: Update to 1.3.1.
* gnu/packages/web-browsers.scm (next-gtk-webkit): Update to 1.3.1. [source]: Use GitHub. (sbcl-next-download-manager)[arguments]: Fix asd-system-name. (next)[inputs]: Remove unneeded dependencies.
This commit is contained in:
parent
6153fa0a99
commit
1be4989d7c
1 changed files with 6 additions and 6 deletions
|
@ -368,16 +368,18 @@ (define-public vimb
|
|||
(define next-gtk-webkit
|
||||
(package
|
||||
(name "next-gtk-webkit")
|
||||
(version "1.3.0")
|
||||
(version "1.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://source.atlas.engineer/public/next")
|
||||
;; TODO: Mirror seems to hang, let's fallback to GitHub for now.
|
||||
;; (url "https://source.atlas.engineer/public/next")
|
||||
(url "https://github.com/atlas-engineer/next")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"0ibq30xrf871pkpasi8p9krn0pmd86rsdzb3jqvz3wnp4wa3hl9d"))
|
||||
"01fn1f080ydk0wj1bwkyakqz93bdq9xb5x8qz820jpl9id17bqgj"))
|
||||
(file-name (git-file-name "next" version))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
|
@ -417,7 +419,7 @@ (define sbcl-next-download-manager
|
|||
(arguments
|
||||
`(#:tests? #f ; Need online access.
|
||||
#:asd-file "next.asd"
|
||||
#:asd-system-name "download-manager"))
|
||||
#:asd-system-name "next/download-manager"))
|
||||
(inputs
|
||||
`(;; ASD libraries:
|
||||
("trivial-features" ,sbcl-trivial-features)
|
||||
|
@ -505,8 +507,6 @@ (define expected-fasl (string-append
|
|||
("cl-markup" ,sbcl-cl-markup)
|
||||
("cl-ppcre" ,sbcl-cl-ppcre)
|
||||
("cl-ppcre-unicode" ,sbcl-cl-ppcre-unicode)
|
||||
("cl-string-match" ,sbcl-cl-string-match)
|
||||
("cl-strings" ,sbcl-cl-strings)
|
||||
("closer-mop" ,sbcl-closer-mop)
|
||||
("dbus" ,cl-dbus)
|
||||
("dexador" ,sbcl-dexador)
|
||||
|
|
Loading…
Reference in a new issue