[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: mlterm: Remove input labels.
From: |
guix-commits |
Subject: |
04/13: gnu: mlterm: Remove input labels. |
Date: |
Mon, 23 May 2022 19:12:29 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1d40b466d0de987c81c9f582cf120698e105b80c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 15 02:00:01 2022 +0200
gnu: mlterm: Remove input labels.
* gnu/packages/terminals.scm (mlterm)[native-inputs, inputs]:
Remove input labels.
---
gnu/packages/terminals.scm | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index f249fcade8..2d8047dbc5 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -440,19 +440,17 @@ combining, and so on, with a simple interface.")
"--disable-static"
"--enable-optimize-redrawing"
"--with-imagelib=gdk-pixbuf")))
- (native-inputs
- `(("gettext" ,gettext-minimal)
- ("pkg-config" ,pkg-config)))
+ (native-inputs (list gettext-minimal pkg-config))
(inputs
- `(("cairo" ,cairo)
- ("fontconfig" ,fontconfig)
- ("freetype" ,freetype)
- ("fribidi" ,fribidi)
- ("gdk-pixbuf" ,gdk-pixbuf)
- ("gtk+" ,gtk+)
- ("libx11" ,libx11)
- ("libxext" ,libxext)
- ("libxft" ,libxft)))
+ (list cairo
+ fontconfig
+ freetype
+ fribidi
+ gdk-pixbuf
+ gtk+
+ libx11
+ libxext
+ libxft))
(home-page "http://mlterm.sourceforge.net/")
(synopsis "Multi-Lingual TERMinal emulator")
(description
- branch master updated (00be2fcb0b -> adf5ae5a41), guix-commits, 2022/05/23
- 09/13: gnu: hss: Update to 1.9., guix-commits, 2022/05/23
- 08/13: gnu: espeak: Omit static library., guix-commits, 2022/05/23
- 07/13: gnu: espeak-ng: Update to 1.51., guix-commits, 2022/05/23
- 13/13: gnu: proxychains-ng: Update to 4.16., guix-commits, 2022/05/23
- 10/13: gnu: hss: Use G-expressions., guix-commits, 2022/05/23
- 11/13: gnu: libostree: Update to 2022.2., guix-commits, 2022/05/23
- 04/13: gnu: mlterm: Remove input labels.,
guix-commits <=
- 12/13: gnu: img2pdf: Update to 0.4.4., guix-commits, 2022/05/23
- 05/13: gnu: mlterm: Remove redundant --prefix argument., guix-commits, 2022/05/23
- 03/13: gnu: mlterm: Update to 3.9.2., guix-commits, 2022/05/23
- 06/13: gnu: musl: Update to 1.2.3., guix-commits, 2022/05/23
- 01/13: gnu: readymedia: Update to 1.3.1., guix-commits, 2022/05/23
- 02/13: gnu: readymedia: Remove input labels., guix-commits, 2022/05/23