aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/spice.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-03-01 17:33:00 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-03-01 17:33:00 +0100
commit19464173bafdc42adfc8dd7277c491c40ddef66b (patch)
tree2842e0f62404e307ef0432f2ccce8b5ce60ab392 /gnu/packages/spice.scm
parent85ef07c4b278200db7c396f4021146916588f2fb (diff)
parent81bb55459af85c408977470673e718ed1c0d6a25 (diff)
downloadguix-19464173bafdc42adfc8dd7277c491c40ddef66b.tar
guix-19464173bafdc42adfc8dd7277c491c40ddef66b.tar.gz
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/spice.scm')
-rw-r--r--gnu/packages/spice.scm16
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 77939bc8a8..55b551a119 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -114,22 +114,6 @@ which allows users to view a desktop computing environment.")
(home-page "https://www.spice-space.org")
(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
(package
(name "spice-gtk")