me
/
guix
Archived
1
0
Fork 0

gnu: looking-glass-client: Update to commit 182c475.

* gnu/packages/virtualization.scm (looking-glass-client): Update to commit
182c475. Rename from lookingglass to looking-glass-client. Add
deprecated-package lookingglass.
master
Rutger Helling 2019-03-04 16:18:17 +01:00
parent 662ff659ec
commit c9d2d3104b
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 7 additions and 4 deletions

View File

@ -796,10 +796,10 @@ incremental backups of running QEMU virtual machines via QMP, the QEMU
Machine Protocol.")
(license license:gpl3+)))
(define-public lookingglass
(let ((commit "41f4166aedeba65892f6db4de4de467aec9a2052"))
(define-public looking-glass-client
(let ((commit "182c4752d57690da7f99d5e788de9b8baea33895"))
(package
(name "lookingglass")
(name "looking-glass-client")
(version (string-append "a12-" (string-take commit 7)))
(source
(origin
@ -809,7 +809,7 @@ Machine Protocol.")
(file-name (git-file-name name version))
(sha256
(base32
"1sjxf4zy7h0zprla3s6dfwsxhmkrwhlhj07svf5bk5ij20bs0dc2"))))
"02bq46ndmzq9cihazzn7xq1x7q5nzm7iw4l9lqzihxcxp9famkhw"))))
(build-system cmake-build-system)
(inputs `(("fontconfig" ,fontconfig)
("glu" ,glu)
@ -847,6 +847,9 @@ monitor/GPU.")
(supported-systems '("i686-linux" "x86_64-linux"))
(license license:gpl2+))))
(define-public lookingglass
(deprecated-package "lookingglass" looking-glass-client))
(define-public runc
(package
(name "runc")