mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Remove spice-protocol@0.12.14.
* gnu/packages/spice.scm (spice-protocol@0.12.14): Remove variable.
This commit is contained in:
parent
16a47f23f4
commit
589ce84d17
1 changed files with 0 additions and 16 deletions
|
@ -114,22 +114,6 @@ (define-public spice-protocol
|
||||||
(home-page "https://www.spice-space.org")
|
(home-page "https://www.spice-space.org")
|
||||||
(license (list license:bsd-3 license:lgpl2.1+))))
|
(license (list license:bsd-3 license:lgpl2.1+))))
|
||||||
|
|
||||||
;; TODO: Package lookingglass doesn't build with spice-protocol 0.12.15. Remove
|
|
||||||
;; below once that is fixed.
|
|
||||||
(define-public spice-protocol-0.12.14
|
|
||||||
(package
|
|
||||||
(inherit spice-protocol)
|
|
||||||
(name "spice-protocol")
|
|
||||||
(version "0.12.14")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append
|
|
||||||
"https://www.spice-space.org/download/releases/"
|
|
||||||
"spice-protocol-" version ".tar.bz2"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"170ckpgazvqv7hxy209myg67pqnd6c0gvr4ysbqgsfch6320nd90"))))))
|
|
||||||
|
|
||||||
(define-public spice-gtk
|
(define-public spice-gtk
|
||||||
(package
|
(package
|
||||||
(name "spice-gtk")
|
(name "spice-gtk")
|
||||||
|
|
Loading…
Reference in a new issue