guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: teckit: Adjust indentation.


From: guix-commits
Subject: 02/03: gnu: teckit: Adjust indentation.
Date: Thu, 21 Mar 2019 17:55:24 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 93a55838bf51e274ddf55222bf09c6208e5c069b
Author: Marius Bakke <address@hidden>
Date:   Thu Mar 21 22:38:24 2019 +0100

    gnu: teckit: Adjust indentation.
    
    * gnu/packages/fontutils.scm (teckit): Re-indent.
---
 gnu/packages/fontutils.scm | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 3e06ad9..822ac3a 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -388,24 +388,24 @@ X11-system or any other graphical user interface.")
 
 (define-public teckit
   (package
-   (name "teckit")
-   (version "2.5.8")                    ;signed by key 0xC9183BEA0288CDEE
-   (source
-    (origin
-      (method url-fetch)
-      (uri (string-append "https://github.com/silnrsi/teckit/releases/";
-                          "download/v" version "/teckit-" version ".tar.gz"))
-      (sha256
-       (base32 "00dy4hpxlf36xn9ngwy8p8hcvqjdmfzlfadihjl92dq8y5l1zprm"))))
-   (build-system gnu-build-system)
-   (inputs
-    `(("zlib" ,zlib)
-      ("expat" ,expat)))
-   (native-inputs
-    `(("perl" ,perl)))                  ;for the tests
-   (synopsis "Toolkit for encoding conversions")
-   (description
-    "TECkit is a low-level toolkit intended to be used by other applications
+    (name "teckit")
+    (version "2.5.8")                   ;signed by key 0xC9183BEA0288CDEE
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/silnrsi/teckit/releases/";
+                           "download/v" version "/teckit-" version ".tar.gz"))
+       (sha256
+        (base32 "00dy4hpxlf36xn9ngwy8p8hcvqjdmfzlfadihjl92dq8y5l1zprm"))))
+    (build-system gnu-build-system)
+    (inputs
+     `(("zlib" ,zlib)
+       ("expat" ,expat)))
+    (native-inputs
+     `(("perl" ,perl)))                 ;for the tests
+    (synopsis "Toolkit for encoding conversions")
+    (description
+     "TECkit is a low-level toolkit intended to be used by other applications
 that need to perform encoding conversions (e.g., when importing legacy data
 into a Unicode-based application).  The primary component of the TECkit
 package is therefore a library that performs conversions; this is the
@@ -422,8 +422,8 @@ TECkit compiler.  However, it is not intended that these 
tools will be the
 primary means by which end users perform conversions, and they have not
 been designed, tested, and debugged to the extent that general-purpose
 applications should be.")
-   (license license:lgpl2.1+)
-   (home-page "http://scripts.sil.org/cms/scripts/page.php?cat_id=teckit";)))
+    (license license:lgpl2.1+)
+    (home-page "http://scripts.sil.org/cms/scripts/page.php?cat_id=teckit";)))
 
 (define-public graphite2
   (package



reply via email to

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