me
/
guix
Archived
1
0
Fork 0

gnu: lookingglass: Update to commit 41f4166.

* gnu/packages/virtualization.scm (lookingglass): Update to commit 41f4166.
[inputs]: Add wayland.
master
Rutger Helling 2019-02-25 15:55:09 +01:00
parent cc842b58af
commit 16a47f23f4
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 47 additions and 44 deletions

View File

@ -48,6 +48,7 @@
#:use-module (gnu packages firmware)
#:use-module (gnu packages flex)
#:use-module (gnu packages fontutils)
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages gettext)
#:use-module (gnu packages gl)
#:use-module (gnu packages glib)
@ -796,18 +797,19 @@ Machine Protocol.")
(license license:gpl3+)))
(define-public lookingglass
(let ((commit "41f4166aedeba65892f6db4de4de467aec9a2052"))
(package
(name "lookingglass")
(version "a12")
(version (string-append "a12-" (string-take commit 7)))
(source
(origin
(method git-fetch)
(uri (git-reference (url "https://github.com/gnif/LookingGlass")
(commit version)))
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0r6bvl9q94039r6ff4f2bg8si95axx9w8bf1h1qr5730d2kv5yxq"))))
"1sjxf4zy7h0zprla3s6dfwsxhmkrwhlhj07svf5bk5ij20bs0dc2"))))
(build-system cmake-build-system)
(inputs `(("fontconfig" ,fontconfig)
("glu" ,glu)
@ -815,7 +817,8 @@ Machine Protocol.")
("openssl" ,openssl)
("sdl2" ,sdl2)
("sdl2-ttf" ,sdl2-ttf)
("spice-protocol" ,spice-protocol-0.12.14)))
("spice-protocol" ,spice-protocol)
("wayland" ,wayland)))
(native-inputs `(("libconfig" ,libconfig)
("nettle" ,nettle)
("pkg-config" ,pkg-config)))
@ -842,7 +845,7 @@ monitor, keyboard or mouse. It displays the VM's rendered contents on your main
monitor/GPU.")
;; This package requires SSE instructions.
(supported-systems '("i686-linux" "x86_64-linux"))
(license license:gpl2+)))
(license license:gpl2+))))
(define-public runc
(package