diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-11 14:55:35 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-11 14:55:35 -0400 |
| commit | 85d7babe64b49974f3edc6f4ee81fa8d33f0f087 (patch) | |
| tree | a5dd27f21e1a29e4b0a7d8800434e3ef2fe0e3bf /gnu | |
| parent | 6ffb3ef4d61e47c39b9ee4d1dceeaeb9360094c0 (diff) | |
gnu: luit: Fix indentation.
* gnu/packages/xorg.scm (luit): Fix indentation.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/xorg.scm | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index d3b17bad52e..35bcbead399 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm | |||
| @@ -1535,23 +1535,23 @@ treat it as part of their software base when porting.") | |||
| 1535 | (name "luit") | 1535 | (name "luit") |
| 1536 | (version "1.1.1") | 1536 | (version "1.1.1") |
| 1537 | (source | 1537 | (source |
| 1538 | (origin | 1538 | (origin |
| 1539 | (method url-fetch) | 1539 | (method url-fetch) |
| 1540 | (uri (string-append | 1540 | (uri (string-append |
| 1541 | "mirror://xorg/individual/app/luit-" | 1541 | "mirror://xorg/individual/app/luit-" |
| 1542 | version | 1542 | version |
| 1543 | ".tar.bz2")) | 1543 | ".tar.bz2")) |
| 1544 | (sha256 | 1544 | (sha256 |
| 1545 | (base32 | 1545 | (base32 |
| 1546 | "0dn694mk56x6hdk6y9ylx4f128h5jcin278gnw2gb807rf3ygc1h")) | 1546 | "0dn694mk56x6hdk6y9ylx4f128h5jcin278gnw2gb807rf3ygc1h")) |
| 1547 | ;; See https://bugs.freedesktop.org/show_bug.cgi?id=47792; | 1547 | ;; See https://bugs.freedesktop.org/show_bug.cgi?id=47792; |
| 1548 | ;; should become obsolete with the next release. | 1548 | ;; should become obsolete with the next release. |
| 1549 | (patches (search-patches "luit-posix.patch")))) | 1549 | (patches (search-patches "luit-posix.patch")))) |
| 1550 | (build-system gnu-build-system) | 1550 | (build-system gnu-build-system) |
| 1551 | (inputs | 1551 | (inputs |
| 1552 | (list libfontenc)) | 1552 | (list libfontenc)) |
| 1553 | (native-inputs | 1553 | (native-inputs |
| 1554 | (list pkg-config)) | 1554 | (list pkg-config)) |
| 1555 | (home-page "https://www.x.org/wiki/") | 1555 | (home-page "https://www.x.org/wiki/") |
| 1556 | (synopsis "Convert terminal I/O from legacy encodings to UTF-8") | 1556 | (synopsis "Convert terminal I/O from legacy encodings to UTF-8") |
| 1557 | (description | 1557 | (description |
