guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: Add address@hidden


From: guix-commits
Subject: 01/02: gnu: Add address@hidden
Date: Sat, 9 Feb 2019 16:24:35 -0500 (EST)

rhelling pushed a commit to branch master
in repository guix.

commit 44ad1c16e2e681f0b9cc35dc2a1b8d7e685cbe48
Author: Rutger Helling <address@hidden>
Date:   Sat Feb 9 22:19:17 2019 +0100

    gnu: Add address@hidden
    
    * gnu/packages/spice.scm (address@hidden): New variable.
---
 gnu/packages/spice.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 6a580c6..77939bc 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 David Craven <address@hidden>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2019 Rutger Helling <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -113,6 +114,22 @@ 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]