gnu: wlstream: Fix indentation.

* gnu/packages/video.scm (wlstream): Fix indentation.
master
Rutger Helling 2019-01-10 08:52:42 +01:00
parent 20b4aa6bab
commit 1d591432c7
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 9 additions and 9 deletions

View File

@ -3277,15 +3277,15 @@ speed and correctness.")
(name "wlstream") (name "wlstream")
(version (git-version "0.0" revision commit)) (version (git-version "0.0" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/atomnuker/wlstream.git") (url "https://github.com/atomnuker/wlstream.git")
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"01qbcgfl3g9kfwn1jf1z9pdj3bvf5lmg71d1vwkcllc2az24bjqp")))) "01qbcgfl3g9kfwn1jf1z9pdj3bvf5lmg71d1vwkcllc2az24bjqp"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs `(("libdrm" ,libdrm) (native-inputs `(("libdrm" ,libdrm)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))