guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: grim: Fix indentation.


From: guix-commits
Subject: 01/01: gnu: grim: Fix indentation.
Date: Thu, 20 Dec 2018 06:56:29 -0500 (EST)

rhelling pushed a commit to branch master
in repository guix.

commit 444c4c08ef823a0f0ea2ef83c0bc6171b8d85132
Author: Rutger Helling <address@hidden>
Date:   Thu Dec 20 12:54:19 2018 +0100

    gnu: grim: Fix indentation.
    
    * gnu/packages/image.scm (grim): Fix indentation.
---
 gnu/packages/image.scm | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 3971cc7..e4bcd6a 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1577,25 +1577,25 @@ identical visual appearance.")
 
 (define-public grim
   (package
-  (name "grim")
-  (version "1.0")
-  (source
-   (origin
-    (method url-fetch)
-    (uri (string-append "https://github.com/emersion/grim/archive/v"; version
-                        ".tar.gz"))
-    (file-name (string-append name "-" version ".tar.gz"))
-    (sha256
-     (base32 "0xkk5nqyp1px0sxz4asmchznc0q39wdx1b67ql741k8aj815km0f"))))
-  (build-system meson-build-system)
-  (native-inputs `(("pkg-config" ,pkg-config)))
-  (inputs `(("cairo" ,cairo)
-            ("libjpeg-turbo" ,libjpeg-turbo)
-            ("scdoc" ,scdoc)
-            ("wayland" ,wayland)
-            ("wayland-protocols" ,wayland-protocols)))
-  (home-page "https://github.com/emersion/grim";)
-  (synopsis "Create screenshots from a Wayland compositor")
-  (description "grim can create screenshots from a Wayland compositor.")
-  ;; MIT license.
-  (license license:expat)))
+   (name "grim")
+   (version "1.0")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (string-append "https://github.com/emersion/grim/archive/v"; version
+                         ".tar.gz"))
+     (file-name (string-append name "-" version ".tar.gz"))
+     (sha256
+      (base32 "0xkk5nqyp1px0sxz4asmchznc0q39wdx1b67ql741k8aj815km0f"))))
+   (build-system meson-build-system)
+   (native-inputs `(("pkg-config" ,pkg-config)))
+   (inputs `(("cairo" ,cairo)
+             ("libjpeg-turbo" ,libjpeg-turbo)
+             ("scdoc" ,scdoc)
+             ("wayland" ,wayland)
+             ("wayland-protocols" ,wayland-protocols)))
+   (home-page "https://github.com/emersion/grim";)
+   (synopsis "Create screenshots from a Wayland compositor")
+   (description "grim can create screenshots from a Wayland compositor.")
+   ;; MIT license.
+   (license license:expat)))



reply via email to

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