[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: emacs: Change a couple of input labels.
From: |
Ludovic Courtès |
Subject: |
04/07: gnu: emacs: Change a couple of input labels. |
Date: |
Thu, 19 Mar 2015 22:16:00 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit fa275717d8f39abeac272ac2510912e40ee5ffb0
Author: Ludovic Courtès <address@hidden>
Date: Thu Mar 19 23:04:59 2015 +0100
gnu: emacs: Change a couple of input labels.
* gnu/packages/emacs.scm (emacs)[inputs]: Change labels for LIBX11,
LIBXFT, and LIBXPM, for consistency.
---
gnu/packages/emacs.scm | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 84c8026..96c6148 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -79,9 +79,9 @@
("ncurses" ,ncurses)
;; TODO: Add the optional dependencies.
- ("xlibs" ,libx11)
+ ("libx11" ,libx11)
("gtk+" ,gtk+)
- ("libXft" ,libxft)
+ ("libxft" ,libxft)
("libtiff" ,libtiff)
("giflib" ,giflib)
("libjpeg" ,libjpeg-8)
@@ -92,7 +92,7 @@
("libpng" ,libpng)
("zlib" ,zlib)
- ("libXpm" ,libxpm)
+ ("libxpm" ,libxpm)
("libxml2" ,libxml2)
("libice" ,libice)
("libsm" ,libsm)
- branch master updated (f643a6e -> 2d1d2dd), Ludovic Courtès, 2015/03/19
- 01/07: build: Detect lack of guile.m4 at autoconf time., Ludovic Courtès, 2015/03/19
- 02/07: gnu: emms: Fix incorrect substitution in emms-tag-editor.el., Ludovic Courtès, 2015/03/19
- 04/07: gnu: emacs: Change a couple of input labels.,
Ludovic Courtès <=
- 05/07: gnu: Add emacs-no-x., Ludovic Courtès, 2015/03/19
- 03/07: doc: Add section about the test suite., Ludovic Courtès, 2015/03/19
- 07/07: services: guix-service: Add 'lsof' and 'lsh' to guix-daemon's $PATH., Ludovic Courtès, 2015/03/19
- 06/07: gnu: Use emacs-no-x when we just want to byte-compile code., Ludovic Courtès, 2015/03/19