guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "gnu: rxvt-unicode: Remove extraneous inpu


From: guix-commits
Subject: branch master updated: Revert "gnu: rxvt-unicode: Remove extraneous input."
Date: Wed, 19 May 2021 20:49:36 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 75abb01  Revert "gnu: rxvt-unicode: Remove extraneous input."
75abb01 is described below

commit 75abb0124705caa7a5b7ea1053ced6e1dc528561
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed May 19 19:34:49 2021 -0400

    Revert "gnu: rxvt-unicode: Remove extraneous input."
    
    This reverts commit c05b070cff0e5889877dc8d12d3a6bc2c15f1afe.
    
    This commit was not quite correct, since rxvt-unicode still depends on
    libX11 directly.
    
    * gnu/packages/xdisorg.scm (rxvt-unicode)[inputs]: Add libx11.
---
 gnu/packages/xdisorg.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 4119923..83fefec 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1142,6 +1142,7 @@ compact configuration syntax.")
                #t))))))
     (inputs
      `(("libXft" ,libxft)
+       ("libX11" ,libx11)
        ("libXt" ,libxt)))
     (native-inputs
      `(("ncurses" ,ncurses)         ;trigger the installation of terminfo data



reply via email to

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