guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libxscrnsaver: Propagate libx11 and libxext, as per pkg-conf


From: guix-commits
Subject: 01/02: gnu: libxscrnsaver: Propagate libx11 and libxext, as per pkg-config file.
Date: Sun, 18 Jul 2021 22:07:54 -0400 (EDT)

raghavgururajan pushed a commit to branch master
in repository guix.

commit 53e445c4634b88342c3fb92aecf0a2eb503ffcd9
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Sun Jul 18 21:29:01 2021 -0400

    gnu: libxscrnsaver: Propagate libx11 and libxext, as per pkg-config file.
    
    * gnu/packages/xorg.scm (libxscrnsaver)[inputs]: Move libx11 and libxext to 
...
    [propagated-inputs]: ... here.
---
 gnu/packages/xorg.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 6a7849f..dcfe74b 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1517,11 +1517,10 @@ treat it as part of their software base when porting.")
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))
-    (inputs
-      `(("libxext" ,libxext)
-        ("libx11" ,libx11)))
     (propagated-inputs
-      `(("xorgproto" ,xorgproto)))
+      `(("libx11" ,libx11)
+        ("libxext" ,libxext)
+        ("xorgproto" ,xorgproto)))
     (native-inputs
       `(("pkg-config" ,pkg-config)))
     (home-page "https://www.x.org/wiki/";)



reply via email to

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